1836222 Members
2523 Online
110096 Solutions
New Discussion

cdrom mount option

 
SOLVED
Go to solution
muthamilan
Frequent Advisor

cdrom mount option

hi friends
I need your help.I'm having HP-UX 11.11.
If I mount CDROM it support only 8 character.
how can i get full file name.
Please help me.

Thanks & Regards
S.Muthamilan
6 REPLIES 6
Steven E. Protter
Exalted Contributor
Solution

Re: cdrom mount option

Try this:

/usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /cdrom

Change c3t3d0 to reflect the actual device driver for your cdrom

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Elias Abboud
Honored Contributor

Re: cdrom mount option

Hi

How are you trying to mount the cdrom? what is the command you are using? did you try the CDCASE option?

Cheers
Elias
If you can't solve it, post it :)
Joseph Loo
Honored Contributor

Re: cdrom mount option

hi,

did u try this:

# mount -o cdcase -F cdfs /dev/dsk/c#t#d# /cdrom

regards.
what you do not see does not mean you should not believe
muthamilan
Frequent Advisor

Re: cdrom mount option

Thanks friends,its working

Thanks & Regards
S.Muthamilan
muthamilan
Frequent Advisor

Re: cdrom mount option

sorry friends above commands not working.
please help me.

Thanks&Reagrds
S.Muthu
muthamilan
Frequent Advisor

Re: cdrom mount option

mount -o ro,rr /dev/dsk/c0t0d0 /cdrom
the above command is working.

Thanks&Regards
S.Muthu