- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- CDROM label
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
07-02-2007 09:04 AM
07-02-2007 09:04 AM
CDROM label
I see expamples of the mount command all over the place but nothing telling you how the label gets defined.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 10:44 AM
07-02-2007 10:44 AM
Re: CDROM label
Not sure if I understand your question.
If you're asking how to write a label to an existing CD-ROM, then you can't! ROM means "Read Only Memory" ;-) The label is whatever was assigned by the author (but you knew that, right?)
On OpenVMS you can define a logical name to refer to a mounted device, so to mount a CD with volume label "ORIGINAL" but refer to it as "MYCD" use:
$ MOUNT/MEDIA=CDROM $1$DKA1 ORIGNAL MYCD
You can now access the CD using your logical name:
$ DIRECTORY MYCD:[000000]
If you're creating a CD, you typically stage the contents on a RAM or LD disk. The label gets defined when you INITIALIZE the container device. You then use CDRECORD to copy the container file to the CD-RW drive to burn the disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 07:26 PM
07-02-2007 07:26 PM
Re: CDROM label
You can not chnge the label of a CDROM because it is read only.You cn mount cdrom by
$mount/media_format=cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 08:07 PM
07-02-2007 08:07 PM
Re: CDROM label
Probably your qustion is:
How can I mount a CD if I do not know the label?
Try with:
$ MOUNT /OVERRIDE=IDENTIFICATION dev:
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 10:55 PM
07-02-2007 10:55 PM
Re: CDROM label
Usually one of those special CD marker pens.
(duck and run for cover)
JT: