- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- mount cdrom
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2005 06:26 AM
03-28-2005 06:26 AM
mount cdrom
When I try $ mount/foreign/media_format=cdrom DQA0:
I am prompted for a label name I have tried cdrom and a few other names I always get
“incorrect volume label” what is the correct label for a CDROM?
I attempted $ mount/foreign/media_format=compaction DQA0:
The cdrom appears to mount put I then go set def dqa0: and try dir I get
Error opening DQA0:[sysmgr] *.*:* as input
Device is mounted foreign
How do I mount the cdrom and see the directories on the cdro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2005 06:34 AM
03-28-2005 06:34 AM
Re: mount cdrom
You can always mount it by doing
mount/override=identification
Which will give you the volume label. Then look at the directory structure or dismount and then mount/foreign
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2005 07:33 AM
03-28-2005 07:33 AM
Re: mount cdrom
Use the mount/overide=identification as Steve suggested.
mount/foreign mounts the device without file system. It is something like a raw device in *NIXes. So you can not see directories when the device is mounted foreign.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2005 07:38 AM
03-28-2005 07:38 AM
Re: mount cdrom
I haven't looked at Data Protector, but you can mount the CDROM by using:
$ MOUNT/OVERRIDE=IDENTIFICATION/NOWRITE DQA0:
You should then be able to access it from your process. You will also get an informational message with the volume label. If you need to mount the volume system-wide, you will need to specify the volume name on the MOUNT/SYSTEM command.
I hope that the above is helpful.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2005 09:42 PM
03-28-2005 09:42 PM
Re: mount cdrom
set def dqa0: and try dir I get
Error opening DQA0:[sysmgr] *.*:* as input
Like Bojan said, a Foreign mounted device is not presented file-structured, and a DIR will not work.
Like Robert said, you can MOUNT/OVER=ID. This presents a directory-structured device, gives the label name, and if you wish you can now DISMOUNT and MOUNT/SYSTEM with that label.
But even then you will get your same error:
Since you SET DEF to a device only, the directory part of your DIR request is taken from your current default, which obviously was SYS$MANAGER.
And [SYSMGR] does not exist as a top directory on the CD...
hth.
Proost.
Have one on me.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2005 10:27 PM
03-28-2005 10:27 PM
Re: mount cdrom
$ MOUNT/OVERRIDE=ID/MEDIA_FORM=CDROM DQA0:
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2005 11:02 PM
03-28-2005 11:02 PM