1833886 Members
1971 Online
110063 Solutions
New Discussion

pfs_mount

 
Luca_11
Occasional Contributor

pfs_mount

Hi, when i try to mount a cdrom whit
pfs_mount raw_devive mount_point seems behave all ok.
But when ls mount_point the entries in the dir
is like
[h3mih008]/# ls /SD_CDROM/
ACCEL~H@
ACCEL~UD.TGZ;1 PAC_CODE.TXT;1
Somebody can help me?

bye
Luca
5 REPLIES 5
Uday_S_Ankolekar
Honored Contributor

Re: pfs_mount

Hello,
Use -x or cdcase option while mounting
/usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/cntndn /cdrom

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

Goodluck,
-USA..
Good Luck..
H.Merijn Brand (procura
Honored Contributor

Re: pfs_mount

Don't. Install patches PHCO_25841, PHKL_26269, and PHKL_25760 for HP-UX 11i or patches PHKL_26448, PHKL_26450, and PHCO_26449 for HP-UX 11.00 and forget all about pfs_mount from there on! You won't regret.
Enjoy, Have FUN! H.Merijn
Sanjay_6
Honored Contributor

Re: pfs_mount

Hi Luca,

have this line in /etc/pfs_fstab. If the file does not exist, create one with that name,

/dev/dsk/c6t2d0 /cdrom pfs-rrip xlat=unix 1 0

here /dev/dsk/c6t2d0 in the block device file for the cdrom and /cdrom is the mount point.

now mount the cd using this format,

nohup pfs_mountd &
nohup pfsd &
pfs_mount /cdrom

once you have used the cd, unmount it using ,

pfs_umount /cdrom

now kill the pfs processes in this order,

pfsd.rpc
pfsd
pfs_mountd.rpc
pfs_mountd

Hope this helps.

Regds
Sanjay_6
Honored Contributor

Re: pfs_mount

Hi Luca,

Instead of using pfs_mount, have you used the cdcase option with the mount command.

mount -o ro,cdcase -F cdfs /dev/dsk/cxdytz /SD_CDROM

Here /dev/dsk/cxtydz is the cdrom device file and /SD_CDROM is the mount point.

Also there is a patch which you can use such that you can mount the rockridge formatted oracle cd's using mount command without using pfs_mount.

Try this link to find out more about the patch.

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

Hope this helps.

Regds
MANOJ SRIVASTAVA
Honored Contributor

Re: pfs_mount

Luca


couple of ways to do it

1. mount -F cdfs -o cdcase /dev/dsk/cxtydz /cdrom

2. pfs mount like

pfs_mountd &
pfsd &
pfs_mount -x no_version x lower_case /dev/dsk/cxtydz /cdrom

you can also do a man ofs to get more options .



Manoj Srivastava