Operating System - HP-UX
1752587 Members
4488 Online
108788 Solutions
New Discussion юеВ

Re: can't remember pfs_mount syntax

 
Michael Elleby III_1
Trusted Contributor

can't remember pfs_mount syntax

I have started the daemons, so that I can mount this iso9660 cd, but command is not behaving appropriately:

pfs_mount -o xlat=unix /dev/rdsk/c12t2d0 /cdrom

Am I missing something?

Thanx.

Mike
Knowledge Is Power
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor

Re: can't remember pfs_mount syntax

You probably need to add the -t rrip option to the above command.
If it ain't broke, I can fix that.
Printaporn_1
Esteemed Contributor

Re: can't remember pfs_mount syntax

#pfs_mount -t iso9660 -x unix /dev/dsk/.... /cdrom
enjoy any little thing in my life
Ravi_8
Honored Contributor

Re: can't remember pfs_mount syntax

Hi,
I always create pfs_fstab file in /etc

/dev/dsk/cxtxdx /cdrom pfs-iso9660 xlat=unix 0 0
then start the pfs processes(pfs_mountd and pfsd) and
issue the command# pfs_mount /cdrom
never give up
Animesh Chakraborty
Honored Contributor

Re: can't remember pfs_mount syntax

Hi,

Follow these steps sequentially.

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

/usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/devicename /cdrom

Did you take a backup?