1826955 Members
4234 Online
109705 Solutions
New Discussion

mount

 
SOLVED
Go to solution
Victor Geere
Frequent Advisor

mount

HP-UX 11i

I want to mount a cd. On linux the contents look something like this :

Components
runInstaller

if I mount the cd with

mount -F cdfs -o cdcase /dev/dsk/c1t2d0 /mnt/dvd

the contents look like this:
component
runinstal

It truncates and sets to lowercase

if I omit the -o cdcase it looks something like this

COMPONENT;1
RUNINSTAL;1

Easy 10 points isn't it?
I thought that I was because I had thought.
4 REPLIES 4
T G Manikandan
Honored Contributor
Solution

Re: mount

Try doing a pfsmount of the CD


//*
PHCO_25841 s700_800 11.11
Add Rock Ridge extension to mount_cdfs(1M)

For 11.00

PHKL_26448 s700_800 11.00 Y2k; Rock Ridge extension for ISO-9660
PHCO_26449 s700_800 11.00 Add Rock Ridge extension to mount_cdfs(1M)
PHKL_26450 s700_800 11.00 Rock Ridge extension for ISO-9660
*//

Apply the patches and then do a
# mount -F cdfs -o rr /dev/dsk/c#d#t# /cdrom

you can either do the above or without patches just do

Try pfs mount. Use this procedure,

nohup pfs_mountd &
nohup pfsd &
pfs_mount -o xlat=unix /dev/dsk/cd_device /cdrom


After you finish
pfs_umount /cdrom


Thanks
Juan Manuel López
Valued Contributor

Re: mount

I think you have to use pfsmount procedure to use that CD.
" Create /etc/pfs_fstab file "
" pfs_mountd $ "
" pfsd $ "
" pfs_mount /SD_CDROM "
" bdf "

To unmount use ALWAYS :
" pfs_umount /SD_CDROM "



Try it and tell us how it works.

Good luck.

Juanma
I would like to be lie on a beautiful beach spending my life doing nothing, so someboby has to make this job.
Clemens van Everdingen
Honored Contributor

Re: mount

Hi,

For 11.i you need to use also these three patches.

PHKL_26520 Rock Ridge extension for ISO-9660
PHCO_25841 Add Rock Ridge extension to mount_cdfs(1M)
PHKL_26269 Rock Ridge extension for ISO-9660

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
James R. Ferguson
Acclaimed Contributor

Re: mount

Hi:

Clemens has provided you with the patches that obviate the need for pfs_mounts.

Download and apply the three patches Clemens suggested. A reboot is required, but afterwards adding '-o rr' to the mount options enables the 'mount' command to mount RockRidge formatted CDs and correctly read them.

Regards!

...JRF...