Operating System - Tru64 Unix
1832286 Members
2041 Online
110041 Solutions
New Discussion

Re: How to mount a CD ?

 
SOLVED
Go to solution
Jefferson_6
Frequent Advisor

How to mount a CD ?

Hi guys,
need some quick response.I've download some software on my Windows machine and was able to burn it.I want to transfer this software and install them.How can i mount the cdrom?
tia
8 REPLIES 8
Venkatesh BL
Honored Contributor
Solution

Re: How to mount a CD ?

# mount -t cdfs /dev/disk/cdrom0c /mnt ;/dev/disk/cdrom0c being the cdrom device file and /mnt being the mount point.
Jefferson_6
Frequent Advisor

Re: How to mount a CD ?

How can i define the cd device file , so that i will know before mounting it?
Venkatesh BL
Honored Contributor

Re: How to mount a CD ?

It must be there by default. Do you have multiple CD drive?. Check the /dev/disk/cdrom* files.
Michael Schulte zur Sur
Honored Contributor

Re: How to mount a CD ?

Hi,

the name of the cdrom device depends on the os version. In 5.x proceed as BL suggests. In 4.x use scu show edt to discover the target and the use /dev/rz"target"c as device name.

greetings,

Michael
Ivan Ferreira
Honored Contributor

Re: How to mount a CD ?

If you use V5 (sizer -v), use the:

hwmgr show scsi

or

hwmgr v d

Commands to discover the cdrom special file.

If you use version 4, you could use the following command:

uerf -R -r 300

Or

file /dev/rrz*
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
andrew_359
New Member

Re: How to mount a CD ?

hey i having the same problem too eh.. i download a game.... but i dunno how to mount it... i try daemon tool... but is not working...... well can u guys tell me any mount system i can dl or how to mount it?
Al Licause
Trusted Contributor

Re: How to mount a CD ?

Are you trying to mount this CD across a network connection and/or from a Tru64unix system ?

If not, you might want to relist the question in the appropriate conference. This conference is specific to network questions on Tru64unix platforms.

Al
Jefferson_6
Frequent Advisor

Re: How to mount a CD ?

I just followed what the guys suggested and it works for me.