- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mount a iso image file
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-05-2004 02:02 AM
тАО05-05-2004 02:02 AM
mount a iso image file
I would like to mount a iso image file directly without having to burn a CD with it.
Is there a way on HP-UX to perform this (like it is using lofiadm on Sun or -o loopback on Linux)
regards,
antonio.
- Tags:
- ISO image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 02:05 AM
тАО05-05-2004 02:05 AM
Re: mount a iso image file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 02:20 AM
тАО05-05-2004 02:20 AM
Re: mount a iso image file
I tried several mount types, including lofs and cdfs, the reply is usually :
ocnlab01,sys,root # mount -r -F cdfs /tmp/myfile.iso /cdrom
mount: /tmp/myfile.iso is an invalid operand
or
ocnlab01,sys,root # mount -r -F lofs /tmp/myfile.iso /cdrom
mount: /tmp/myfile.iso is an invalid operand
maybe is there a way to create (using insf or mksf) some pseudo special devices to handle the .iso file and let then the mount operate?
I seeked a bit for that without success...
thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 02:21 AM
тАО05-05-2004 02:21 AM
Re: mount a iso image file
root# cd /where_your_iso_is
root# lofiadm -a `pwd`/cdrom_image.iso
/dev/lofi/1
root# mount -F hsfs /dev/lofi/1 /mnt
You can then access the image under /mnt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 02:30 AM
тАО05-05-2004 02:30 AM
Re: mount a iso image file
devdump, isoinfo, isovfy, isodump - Utility programs for dumping and verifying iso9660 images.
devdump isoimage
isodump isoimage
isoinfo [ -d ] [ -h ] [ -R ] [ -J ] [ -j charset ] [ -f ]
[ -l ] [ -p ] [ -T sector ] [ -N sector ] [ -i isoimage ]
[ -x path ]
isovfy isoimage
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 06:17 PM
тАО05-05-2004 06:17 PM
Re: mount a iso image file
I think pfs is what you are looking for (tested with HP-UX 11.11)
touch /etc/pfs_fstab
/usr/sbin/pfs_mountd &
pfsd 1 &
pfs_mount -t rrip /xx.iso /tmp_mnt
I tested this end of 2002, after about 2 hours pfs and pfsd crashed, so i used it only to copy the image-contents to a filesystem.
Maybe today its more stable.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 07:10 PM
тАО05-05-2004 07:10 PM
Re: mount a iso image file
it looks like what I was searching for !
I achieved mounting a iso image with:
pfs_mount -t iso9660 -o xlat=unix /tmp/myfile.iso /cdrom
however, I couldn't get correct translations for filenames, using any of xlat translations (including generation of iso file with Joliet directory, TRANS.TBL, ...).
This results in filenames being shown with an extra leading periods.
I could fix that using '-d' option of mkisofs.
=> /opt/mkisofs/bin/mkisofs -o /tmp/myfile.iso -L -J -d mysource_dir
Thank's a lot !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 07:46 PM
тАО05-05-2004 07:46 PM
Re: mount a iso image file
- build the iso image using the -r option instead of previous options set:
/opt/mkisofs/bin/mkisofs -o /tmp/myfile.iso -r my_source_dir
- mount it using -rrip as proposed by Paul:
pfs_mount -t rrip myfile.iso /cdrom
bye.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2004 12:52 AM
тАО05-06-2004 12:52 AM
Re: mount a iso image file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2004 01:09 AM
тАО05-06-2004 01:09 AM
Re: mount a iso image file
However, the rockridge format is now supported (as of december-2003 release oh HP11i I think), which seems to be an alternative.
Am I wrong ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2004 02:12 AM
тАО05-06-2004 02:12 AM
Re: mount a iso image file
11.00
PHCO_26449 PHKL_26450 PHKL_28060
11.11:
PHKL_28025 PHKL_26269 PHCO_25841
Bill Hassell, sysadmin