1837896 Members
3418 Online
110122 Solutions
New Discussion

Re: CDFS mount command

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

CDFS mount command

I loaded the patches as suggested to be able to stop using pfs_mount. How do I mount the cdrom in cdfs format.

I tried mount -F cdfs /dev/dsx/cxtxdx
It mounted but the cdrom still does not look correct:

mount -F cdfs /dev/dsk/c1t2d0 /cdrom
ihshp4:/cdrom]# ll
total 34
dr-xr-xr-x 1 4294967295 4294967295 2048 Jun 10 2002 DOC
-r-xr-xr-x 1 4294967295 4294967295 5334 Jun 10 2002 INDEX.HTM;1
dr-xr-xr-x 1 4294967295 4294967295 2048 May 13 2002 INSTALL
dr-xr-xr-x 1 4294967295 4294967295 2048 May 13 2002 LGTO
dr-xr-xr-x 1 4294967295 4294967295 2048 May 13 2002 RESPONSE
-r-xr-xr-x 1 4294967295 4294967295 651 May 13 2002 RUNINSTA.;1
dr-xr-xr-x 1 4294967295 4294967295 2048 Jun 10 2002 STAGE



UNIX IS GOOD
3 REPLIES 3
Uday_S_Ankolekar
Honored Contributor
Solution

Re: CDFS mount command

You need to use cdcase while mounting..

mount -r -o cdcase /dev/dsk/c1t2d0 /cdrom

-USA..
Good Luck..
Uday_S_Ankolekar
Honored Contributor

Re: CDFS mount command

Or...
mount -F cdfs -r -o cdcase /dev/dsk/c1t2d0 /cdrom

-USA..
Good Luck..
Patrick Wallek
Honored Contributor

Re: CDFS mount command

If it is a Rock-Ridge format CD, which is generally what you used the pfs junk for, then you need to do:

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


# man mount_cdfs

for more info