- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- CD mount problem with -o
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
12-24-2006 09:18 PM
12-24-2006 09:18 PM
CD mount problem with -o
I'm having problem mounting Oracle CD with "-o rr" option, it is woriking on other server, it looks the mount command is old version.
--------------------------------------------
mount -F cdfs -o rr /dev/dsk/c3t2d0 /cdrom
mount: illegal file system specific option rr
---------------------------------------------
any other option can be use instaed?
Thanks
Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2006 11:43 PM
12-24-2006 11:43 PM
Re: CD mount problem with -o
Mount -F cdft -o r /dev/dsk/c3t2d0 /cdrom
This is for the HP-UX forum... here it is Linux ... you may get more help in HP-UX forum.
But any how try the above and see if this not solve it
Merry Chrismas
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2006 03:35 PM
12-25-2006 03:35 PM
Re: CD mount problem with -o
Already tried, not worked. OS is HP-UX 11.11
Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2006 11:00 PM
12-25-2006 11:00 PM
Re: CD mount problem with -o
/usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /cdrom
Change thedevice and this may work better. Its a production command.
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
12-25-2006 11:10 PM
12-25-2006 11:10 PM
Re: CD mount problem with -o
Please use this command.
mount -F cdfs -e -o ro,rr /dev/dsk/cxtxdx /cdrom
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2006 01:09 AM
12-26-2006 01:09 AM
Re: CD mount problem with -o
Enjoy life
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2006 03:28 PM
12-26-2006 03:28 PM
Re: CD mount problem with -o
I tried all the suggestion but, NO luck, I found the machine patch level is Sep 2002, and the man page for mount command do not show the option "-o" support.
The quick solution was to use another server with higher patch level suported -o rr option
and NFS;
On Server with CD,
â # mount -F cdfs -o r /dev/dsk/c0t0d0 /cdromâ
Add in file /etc/exports:
â /cdrom root=server_without_CD
â # exportfs /cdrom
â
In Server without CD,
â # mount -F nfs server_with_CD:/cdrom /cdrom
Regards,
Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2006 03:30 PM
12-26-2006 03:30 PM