Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mount cdrom

Status
Not open for further replies.

johny2K

Technical User
Dec 19, 2001
184
CA
how do you mount a cdrom on tru64? (i'm puzzled with the devices present in my system).

thanks-in-advance.
 
if you issue the command scu sho edt and look for the read-only device. Then use the scsi-bus id and lun to calculate the device id. Then it'll be /dev/rznnnc where nnn=scsi-id * 8 + lun.

I thing version 5 and higher even have a cdrom device /dev/disk/cdrom but I'm not sure about that. The bits above should work for 4.0? versions


I love deadlines. I like the whooshing sound they make as they fly by.

Douglas Adams
 
Thats right, in versions 5+ the device is known as /dev/disk/cdrom*c
 
Issue at firmware prompt to dipslay devices -
show device
For all versions of Tru64
 
thanks!

works like amagic....

mount -ro -f /dev/disk/cdrom0c /mnt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top