Operating System - HP-UX
1745786 Members
4133 Online
108722 Solutions
New Discussion юеВ

Re: How can I mount an .iso file ?

 
SOLVED
Go to solution
Carme Torca
Super Advisor

How can I mount an .iso file ?

Hi,

I have one file in a filesystems
/tmp/DVD_Perf_Insight_5.41_HP_UX_J5222_15078.iso

and I would like who could I mount this file.

Thanks a lot of!
Carmen.

Users are not too bad ;-)
6 REPLIES 6
Torsten.
Acclaimed Contributor
Solution

Re: How can I mount an .iso file ?

As long as you don't run latest 11.31 you cannot. Consider to burn it or unpack it or present it via NFS.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Carme Torca
Super Advisor

Re: How can I mount an .iso file ?

ok. And how can I present I via nfs??


I have /tmp/file.iso and I have mount

server:/tmp /tmp-iso/

and after that... What have I to do?

Users are not too bad ;-)
Carme Torca
Super Advisor

Re: How can I mount an .iso file ?

ah!!
ok I have to mount it :



/usr/sbin/pfs_mount /tmp/DVD_Perf_Insight_5.41_HP_UX_J5222_15078.iso /tmp-mount/

Thanks a lot of!

Users are not too bad ;-)
Steven E. Protter
Exalted Contributor

Re: How can I mount an .iso file ?

Shalom Carmen,

Here is how I do it.

I put the iso image on a Linux system.

I mount it, share it and access it via NFS.

Example: mycd.iso

As root
I put it in Linux /tmp

mkdir /iso/

mount -o loop /tmp/mycd.iso /iso/

Now its mounted in Linux

I edit /etc/exports on Linux and add /iso/ as a share.

service nfs.server restart.

Now on HP-UX:

mkdir /iso/
mount -F nfs linuxserver:/iso /iso

done.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Maxim Revutskiy
Valued Contributor

Re: How can I mount an .iso file ?

On HP-UX 11.31 you need to install ISOIMAGE-ENH
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ISOIMAGE-ENH

activate module
#kcmodule fspd=loaded

no reboot required
after that mount via
mount -F /absolute/path/image.iso /mount/point