Operating System - HP-UX
1832210 Members
2642 Online
110040 Solutions
New Discussion

Re: pfs_mount command error

 
FireDragon.Xu
Advisor

pfs_mount command error

Hello,
I am trying to mount the CDROM using pfs_mount command when i installing Oracle 8i,but failure to do it.
I get a message:
/usr/sbin/pfs_mount: giving up on /SD_CDROM


following are the commands that i have used
# nohup /usr/sbin/pfs_mountd &
[1] 3726
# Sending output to nohup.out

# nohup /usr/sbin/pfsd &
Sending output to nohup.out
[2] 3760
[1] - Done(1)
# /usr/sbin/pfs_mount -o xlat=unix /dev/rdsk/c6t1d0 /SD_CDROM

/usr/sbin/pfs_mount: giving up on /SD_CDROM

Thanks for telling me what has happened!

Jackie
I believe i can fly!
4 REPLIES 4
Stefan Farrelly
Honored Contributor

Re: pfs_mount command error


Your /etc/pfs_fstab file should look like this;

#Mount Oracle CDROM
/dev/rdsk/c3t2d0 /SD_CDROM pfs-rrip xlat=unix,soft 1 0

(change the /dev/rdsk entry to match your CD drive)
Im from Palmerston North, New Zealand, but somehow ended up in London...
Sanjay_6
Honored Contributor

Re: pfs_mount command error

Hi Jackie,

Other than what stefan just pointed out, check and see that you have /SD_CDROM directory in the root directory and is not being used by anyone. Say somebody is "cd" into it.

Thanks
Uday_S_Ankolekar
Honored Contributor

Re: pfs_mount command error

Hi,

1. ioscan -fnkC tape : check for the device path for tape
2. nohup /usr/sbin/pfs_mountd &
3. nohup /usr/sbin/pfsd &
4. /usr/sbin/pfs_mout -t rrip -x unix /dev/dsk/ /cdrom
Good luck
USA..
Good Luck..
Roman_5
New Member

Re: pfs_mount command error

try "ls /SD_CDROM" to see if cd is already mounted.
We had similar problem. It looked as if starting pfs daemons automatically mounted CD.