- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mounting filesystem in read/write mode (HP-UX 11i)
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
Discussions
Discussions
Discussions
Forums
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
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-19-2008 11:20 PM
тАО05-19-2008 11:20 PM
Mounting filesystem in read/write mode (HP-UX 11i)
I have created logical volume on which ISO filesystem is mounted as below
1. Created logical volume
lvcreate -n ISOLV 5000 /dev/vg00
2. Mount ISO:
dd if=installsoftware.iso of=/dev/vg00/ISOLV
To mount it read only mode on /dvdrom
mount -orr /dev/vg00/ISOLV /dvdrom
Please suggest how to mount ISO in read/write mode on /dvdrom.
Thanks and Regards,
M. Desai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2008 11:24 PM
тАО05-19-2008 11:24 PM
Re: Mounting filesystem in read/write mode (HP-UX 11i)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2008 12:49 AM
тАО05-20-2008 12:49 AM
Re: Mounting filesystem in read/write mode (HP-UX 11i)
I can't test it now. But can you try this:
mount /dev/vg00/ISOLV /dvdrom
or mount -F cdfs -e -o rr /dev/vg00/ISOLV /dvdrom
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2008 01:00 AM
тАО05-20-2008 01:00 AM
Re: Mounting filesystem in read/write mode (HP-UX 11i)
Please suggest how to mount ISO in read/write mode on /dvdrom.
Impossible
/dvdrom
If its actually mounted on a dvd reader
rom
READ
ONLY
MEMORY
Can't mount it in read/write mode.
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
тАО05-20-2008 01:09 AM
тАО05-20-2008 01:09 AM
Re: Mounting filesystem in read/write mode (HP-UX 11i)
The iso9660 standard for CD/DVD filesystems (of which rockridge is an extension of) is a read-only filesystem.
With the right software, you can have multi-session support which would allow you to update the contents of the iso, but not in a standard r/w filesystem way - more like burning new data onto a DVD.
Read this section on multi-session support on the wiki page for iso9660:
http://en.wikipedia.org/wiki/ISO_9660#Multisession_support
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2008 01:13 AM
тАО05-20-2008 01:13 AM
Re: Mounting filesystem in read/write mode (HP-UX 11i)
http://h20392.www2.hp.com/portal/printable/swdepot/displayProductInfo.do?productNumber=HPUXDVDWRITE
If you have ignite installed, it would be in this dir:
/opt/ignite/lbinia/dvd+rw-format
I have not tested it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2008 01:25 AM
тАО05-20-2008 01:25 AM
Re: Mounting filesystem in read/write mode (HP-UX 11i)
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2008 04:40 AM
тАО05-20-2008 04:40 AM
Re: Mounting filesystem in read/write mode (HP-UX 11i)
My problem is solved now.
1. I was trying to modify one script after mounting ISO under /dvdrom. Since the script has /dvdrom path in many places, I was forced to install the software from /dvdrom. The ISO was mounted in read only mode so it was not possible to make any changes to the scripts.
Solution:
1. As per the usual procedure I had mounted software under /home/mydir. After mounting, I had copied all data under /dvdrom directory
2. Made necessary changes to the script under /dvdrom
3. Installed software as per the procedure.
Cheers!!!
Bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-20-2008 04:44 AM
тАО05-20-2008 04:44 AM