Operating System - HP-UX
1836593 Members
3421 Online
110102 Solutions
New Discussion

Re: unable to execute mounted CD

 
SOLVED
Go to solution
mario.schroeder
Frequent Advisor

unable to execute mounted CD

Hi,

I have mounted a CDROM DEvice with the command
#mount /dev/dsk/c0t1d0 /cdrom

But the files are all with a ";1" at the end and cannot be execute

-r-xr-xr-x 1 4294967295 4294967295 620 Dec 5 2000 AKTUELL.HTM;1
-r-xr-xr-x 1 4294967295 4294967295 620 Dec 5 2000 BEZUG.HTM;1
dr-xr-xr-x 1 4294967295 4294967295 2048 Dec 5 2000 CHECK
-r-xr-xr-x 1 4294967295 4294967295 620 Dec 5 2000 INDEX.HTM;1

How must I mount these CDROM???

Help

schroedi
http://www.schroedi.info
3 REPLIES 3
Joseph Loo
Honored Contributor
Solution

Re: unable to execute mounted CD

hi,

have u try:

# mount -F cdfs -o cdcase /dev/dsk/c0t1d0 /cdrom

regards.
what you do not see does not mean you should not believe
Sudeesh
Respected Contributor

Re: unable to execute mounted CD

The following may help you :

There are three patches required for both 11i/11.11 and 11.0.

For 11i/11.11:

PHCO_25841 s700_800 11.11 Add Rock Ridge extension to mount_cdfs(1M)
PHCO_25905 find(1) patch
PHKL_26269 Rock Ridge extension for ISO-9660
PHKL_26520 Rock Ridge extension for ISO-9660


For 11.00:

PHKL_28060 s700_800 11.00 Y2k; Rock Ridge extension for ISO-9660
PHCO_26449 s700_800 11.00 Add Rock Ridge extension to mount_cdfs(1M)
PHKL_26450 s700_800 11.00 Rock Ridge extension for ISO-9660

Please review the manpage for mount_cdfs for the new mount options.

There are no initial plans to release the CDFS enhancements as a patch
for 10.20.

NOTE: These patches, as with any patches, may be superseded.
Please check for the latest patches at the IT Resource
Center (ITRC) by using this web site.

QUES: RE: pfs_mount, after installing the new patches, does cust use regular
mount command to mount Oracle cd?"

ANS: Yes, the command line would be: mount -F cdfs -o
rr /dev/dsk/cXtYdZ /mount_point "

OR try:
mount -F cdfs -o cdcase dev/dsk/cxtxdx /cdrom





Best of luck
Sudeesh
The most predictable thing in life is its unpredictability
mario.schroeder
Frequent Advisor

Re: unable to execute mounted CD

It works !!

THx.