- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mount options
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
05-11-2005 05:38 PM
05-11-2005 05:38 PM
Iam facing problem in mounting a linux CD on
hpux11 .ALL the directories are in CAPITAL lettters.Can any body tell me the options..
Also Iam not able to mount the CD in Linux
machine using
mount -r -t iso9660 /dev/cdrom /mnt/cdrom
Thanks
Binu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 05:52 PM
05-11-2005 05:52 PM
Re: Mount options
If only case is the issue youcan also use
-o cdcase
Regds
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 05:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 05:54 PM
05-11-2005 05:54 PM
Re: Mount options
have u try:
# mount -o cdcase -F cdfs
e.g.
# mount -o cdcase -F cdfs /dev/dsk/c0t0d0 /cdrom
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 06:00 PM
05-11-2005 06:00 PM
Re: Mount options
To start, make sure that the CD-ROM drive is
properly connected and configured, and that the proper driver is configured in your kernel.Then, shut down the computer, connect the CD-ROM drive, and power back up again.Assuming the proper device driver has been installed, the system should create the necessary device files during the boot process.After booting, use any mount point directory name.
then do the following ,
# find the block device file for your CD-ROM
# create a mount point directory
# mount the CD
Check for the format of the cd.(if ts a ISO or a High Sierra format.
Also make sure that the mount point is correct.
bye,
Colin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 06:57 PM
05-11-2005 06:57 PM
Re: Mount options
I have tried
mount -o cdcase -F cdfs
and it worked
Thanks
Binu