1822628 Members
3841 Online
109643 Solutions
New Discussion юеВ

Re: mount iso9600

 
SOLVED
Go to solution
j773303
Super Advisor

mount iso9600

How to mount a iso9600 / long file name cd-rom in hp-ux 11.00?
Hero
4 REPLIES 4
Con O'Kelly
Honored Contributor
Solution

Re: mount iso9600

Hi

I think you're talking about using pfs_mount?
Trying mounting as follows:
# /usr/sbin/pfs_mountd &
# /usr/sbin/pfsd &
# pfs_mount -t iso9660 -x unix /dev/dsk/c2t1d0 /cdrom

Remember you must unmount with:
# pfs_umount /cdrom

I think there's also a patch available that means you don't have to worry about all the pfs stuff.

Cheers
Con
Rajeev  Shukla
Honored Contributor

Re: mount iso9600

Hi,
Have a look at
https://www.beepz.com/personal/merijn/ site and install the patches recomended for pfs mount.
For instance have a look at this patch, this will resolve you'r issues
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_28060&context=hpux:800:11:00

Rajeev
Steven E. Protter
Exalted Contributor

Re: mount iso9600

Alternate to pfs, works on oracle rockridge.

/usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /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
Yogeeraj_1
Honored Contributor

Re: mount iso9600

hi,
-
I use the attached script for both mounting and unmounting my cds.
-
Hth
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)