1833831 Members
2364 Online
110063 Solutions
New Discussion

HPUX 11:00 CD RW

 
SOLVED
Go to solution
LG Porter
Frequent Advisor

HPUX 11:00 CD RW

Using HPUX 11.00, How can I mount a CDRW on a HP Server that I created on my PC? I would like to be able to shared data and cd media between the Windows env and HPUX 11.00.
4 REPLIES 4
Sanjay_6
Honored Contributor
Solution

Re: HPUX 11:00 CD RW

Hi,

Try -o cdcase option with the mount command,

mount -r -o cdcase /dev/dsk/cxtydz /mount_point

Hope this helps.

Regds
Jeff Schussele
Honored Contributor

Re: HPUX 11:00 CD RW

Don't forget the FS type in the command:

mount -F cdfs -r -o cdcase /dev/dsk/cxtydz /mnt_pnt

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: HPUX 11:00 CD RW

If the above don't work you can try using the pfsd daemon & pfs_mount as are normally used for Oracle CD mounts. See the following thread for details:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x043eec08252fd611abd50090277a778c,00.html

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Brian butler
Frequent Advisor

Re: HPUX 11:00 CD RW

If you are still haveing trouble find out weather you can read the cd or not..


fstyp /dev/dsk/c1t2d0


BB
Reboot and give me twenty....