Operating System - HP-UX
1753664 Members
5913 Online
108798 Solutions
New Discussion юеВ

Re: not understand format of CD

 
SOLVED
Go to solution
Efim Kushnir
Frequent Advisor

not understand format of CD

Hello all , how I can ger the CD-ROM in Rock-Ridge format in HP-UX 11.x ?

Look for the answers, do not stop !
7 REPLIES 7
Andreas D. Skjervold
Honored Contributor
Solution

Re: not understand format of CD

Hi

Edit /etc/pfs_fstab to read:
/dev/dsk/c3t2d0 /cdrom pfs-rrip xlat=unix 10
where c3t2d0 is your cdrom device.

Then start the pfs daemons:

#nohup /usr/sbin/pfs_mountd &
#nohup /usr/sbin/pfsd &

And mount the CD
#pfs_mount /cdrom


Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
Clemens van Everdingen
Honored Contributor

Re: not understand format of CD

Hi,

You will need to have nfs installed to use pfs_mount.

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
H.Merijn Brand (procura
Honored Contributor

Re: not understand format of CD

HP promised a patch by the end of May 2002, that would integrate the RRIP into the OS/mount, so the cdrom formats would be transparant. Check begin June on the SUM if QPK is available and order that immediately :)
Enjoy, Have FUN! H.Merijn
Clemens van Everdingen
Honored Contributor

Re: not understand format of CD

Hi,

See also this thread.

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

Clemens
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Tracey
Trusted Contributor

Re: not understand format of CD

I've never had luck with the pfs_mount, I use:

mount -F cdfs -r -o cdcase /dev/dsk/c0t1d0 /cdrom

where c0t1d0 is your cdrom drive.
Shannon Petry
Honored Contributor

Re: not understand format of CD

Not having luck has nothing to do with RR format Cd's, nor pfs_mount.
pfs_mount requires two daemons to be running, and in the right order.

I have attached a boot script I install on my HP's, which takes care of the dependancies. It relies on a file called pfs in /etc/rc.config.d which looks like...(sorry, can only attach one file).
#####
# pfs configuration: set to a non-zero value to
# initiate pfsd and pfs_mountd at run_level 2
#
# Installed at /etc/rc.config.d/pfs
#
RUN_PFS_SERVER=1
# Set the number of PFS daemons to run
PFS_DAEMONS=4

If these daemons are not started in proper order, or not at all then pfs_mount will fail. Make sure that you pfs_umount ASAP, as a regular umount will attempt to umount, but of course hang. This in turn causes the device to lock until reboot.

Regards,
Shannon
Microsoft. When do you want a virus today?
H.Merijn Brand (procura
Honored Contributor

Re: not understand format of CD

Would that also be solved in the RRIP patches for 11i? Cannot check, only have 11.00.
Enjoy, Have FUN! H.Merijn