- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mounting CD problems
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
03-23-2006 07:33 AM
03-23-2006 07:33 AM
I used the command:
mount -F cdfs -o rr /dev/dsk/c0t0d0 /SD_CDROM
but the files are in a messed up format when I do ll on the directory - why is this happening and what can I do about it?
root@phl1s415-B.11.23:/SD_CDROM# l
total 1664
-r-xr-xr-x 1 -1 -1 8928 Jun 27 1999 SETUP.EXE;1
-r-xr-xr-x 1 -1 -1 430080 Aug 20 2001 DEMO32.EXE;1
-r-xr-xr-x 1 -1 -1 25214 Mar 5 2002 CF_APP.ICO;1
-r-xr-xr-x 1 -1 -1 4518 Mar 17 2002 MM_NS.CSS;1
-r-xr-xr-x 1 -1 -1 3735 Mar 17 2002 MM_IE.CSS;1
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:37 AM
03-23-2006 07:37 AM
Re: Mounting CD problems
-o rr
should be:
-o rr,cdcase
Man mount_cfds for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:38 AM
03-23-2006 07:38 AM
SolutionYou have not used the right mounting options.
usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /cdrom
That works for oracle. Adjust the device and folder you mount for your system.
If you tell me what kind of software is on there I can provide more precise help.'
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:40 AM
03-23-2006 07:40 AM
Re: Mounting CD problems
Clay has it - you need -o rr,cdcase.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 08:05 AM
03-23-2006 08:05 AM
Re: Mounting CD problems
mount -F cdfs -o cdcase /dev/dsk/c0t0d0 /SD_CDROM