- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error when mounting a CD
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 01:37 AM
10-21-2004 01:37 AM
error when mounting a CD
I mounted a CD using the command :
"mount -F cdfs -o rr /dev/dsk/c0t0d0 /cdrom"
the mount does not throw any error, but when I am trying to copy (or to use) the datas to another directory, the following error occurs for some of the files :
for instance
cp: cannot access /cdrom/CORE/GENERIC/XMLIO: No such file or directory
If I check on the CD, the files do exist (with the correct case)
have u heard about such problems ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 01:48 AM
10-21-2004 01:48 AM
Re: error when mounting a CD
mount -F cdfs -o cdcase /dev/dsk/c0t0d0 /cdrom
or
mount -F cdfs /dev/dsk/c0t0d0 /cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 01:53 AM
10-21-2004 01:53 AM
Re: error when mounting a CD
If the above one doesn't work then try using pfs_mount..
Hope that works.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 02:10 AM
10-21-2004 02:10 AM
Re: error when mounting a CD
At least on 11.00 I've got e.g. PHCO_26449
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 03:13 AM
10-21-2004 03:13 AM
Re: error when mounting a CD
I tried the following cmds :
mount -F cdfs /dev/dsk/c0t0d0 /cdrom and mount -F cdfs -o dcase /dev/dsk/c0t0d0 /cdrom
but the same errors occured.
I tired to use pfs_mount (pfs_mount -t iso9660 /dev/dsk/c0t0d0 /cdrom) but the command failed after a while :
pfs_mount: giving up on /cdrom
I read that the rockridge module is included by default when installin HPUX 11.23, is that right ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2004 07:06 AM
10-21-2004 07:06 AM
Re: error when mounting a CD
mount -orr /dev/dsk/c0t0d0 /cdrom
Make sure you have the latest cdfs patch.
Bill Hassell, sysadmin