Operating System - HP-UX
1833789 Members
2352 Online
110063 Solutions
New Discussion

mount cdfs....dishing pfsmount! Question...

 
SOLVED
Go to solution
James Ellis_1
Super Advisor

mount cdfs....dishing pfsmount! Question...

I installed the patches to enable me to mount a Oracle CD without a pfsmount.

I did this:

mkdir /cdrom
mount -F cdfs -o rr /dev/dsk/c#t#d# /cdrom

Now, since its often Oracle has 4 sets of CDs to install, do I just do this to unmount the CDs and mount another CD?

umount /cdrom
(remove CD, and put in a new CD)
mount -F cdfs -o rr /dev/dsk/c#t#d# /cdrom

Was not sure if there was a special way to unmount the CD.

thanks.
"In the middle of difficulty lies opportunity" -Einstein
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: mount cdfs....dishing pfsmount! Question...

You can just use 'umount' to unmount the CD in this case. Since it is the normal 'mount' command and the '-o rr' is an option, you use the normal 'umount' command.

Sundar_7
Honored Contributor

Re: mount cdfs....dishing pfsmount! Question...

Yes you can use the umount command to unmoutn the CD.

but remember NOT to cd to the oracle install directory and invoke the ORACLE INSTALLER.

# cd /cdrom/oracle/product/blah/blah
# ./installer

the above command will not let you unmount and change the CD when required.

# mount -F cdfs -o rr /dev/dsk/c0t4d0 /cdrom
# //cdrom/oracle/product/blah/blah/installer
Learn What to do ,How to do and more importantly When to do ?
Steven E. Protter
Exalted Contributor

Re: mount cdfs....dishing pfsmount! Question...

1) Don't use pfs_mount its outmoded and you already have a better solution in the prior replies.

2) Do not mount the cd from the /cdrom or equivalent directory. That will leave on open process on the folder and it will be impossible to umount.

3) Commonly we mount the cd's properly and copy them to some scratch space and do the install from there. Its usually marginally faster, and if you have the space it uncomplicates the install. No cd switches.

just a few nuggets to chew on.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com