1850467 Members
1886 Online
104054 Solutions
New Discussion

Mounting ISO CD Image ??

 
SOLVED
Go to solution
Bejoy C Alias
Respected Contributor

Mounting ISO CD Image ??

Is it possible to mount an iso cd image in hp-ux ? if yes, how ?
Be Always Joy ......
11 REPLIES 11
Joseph Loo
Honored Contributor

Re: Mounting ISO CD Image ??

hi,

try:

# mount -F cdfs -o cdcase

if not, install the Rockridge patch or use pfs_mount.

regards.
what you do not see does not mean you should not believe
Arunvijai_4
Honored Contributor
Solution

Re: Mounting ISO CD Image ??

Hello,

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=938988

Check out this thread and read procura's reply.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Frank de Vries
Respected Contributor

Re: Mounting ISO CD Image ??

There are 2 ways
1) Generically using inbuild hpux mount command:
mount -F cdfs -o dcase /dev/dsk/c0t1d0 /CDROM
2) Using pfs third party utility
/dev/dsk/c0t1d0 /CDROM pfs-iso9660 xlat=unix 1 0

regards
Look before you leap
Bejoy C Alias
Respected Contributor

Re: Mounting ISO CD Image ??

Hi guys,
I am not asking how to mount a cd . I am asking how can i mount a "CD IMAGE FILE" which i created using some cd burning software. This cd image file xxxx.iso can be mounted in linux using the loop back file. Is there any way I can mount this file in hp-ux without the need of a burned cd, like i did in linux.
Be Always Joy ......
Bejoy C Alias
Respected Contributor

Re: Mounting ISO CD Image ??

Hi Arun,
I read the thread which u gave, as per the feedbacks there it is not possible to mount an iso cd image file in hp-ux.
But i am keeping this thread open for some more suggestions..
Be Always Joy ......
Arunvijai_4
Honored Contributor

Re: Mounting ISO CD Image ??

Hi Bejoy,

This is what Procura says in the above thread,

HP-UX cannot mount a *file* (yet).
HP-UX only supports block and character devices

CDRTOOLS might be very helpful. Not that it will enably you to mount the file, but it will give you utilities like isoinfo and mkisofs.

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
Univer_1
Valued Contributor

Re: Mounting ISO CD Image ??

Is it correct? I cannt mount any iso with this...
H.Merijn Brand (procura
Honored Contributor

Re: Mounting ISO CD Image ??

Correct, and still so on 11.23, you cannot *mount* a iso image on HP-UX (yet).
Workaround is to use NFS ir CiFS to mount it from a Linux box, that does support it.

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Bejoy C Alias
Respected Contributor

Re: Mounting ISO CD Image ??

Thank you guys.....
I'll go for NFS mount from Linux machine...
Be Always Joy ......
Claude Dube
New Member

Re: Mounting ISO CD Image ??

I'm able to mount iso image on hpux 11.11

nohup /usr/sbin/pfs_mountd&
nohup /usr/sbin/pfsd&
/usr/sbin/pfs_mount -t iso9660 -x unix \
/images/cd.iso /mnt

Claude
ciao ciao
Support PMG
New Member

Re: Mounting ISO CD Image ??

it work !
I have an iso file:
/HP_SW.iso: ISO 9660 CD-ROM filesystem data 'HP_SW

$ nohup /usr/sbin/pfs_mountd&
$ nohup /usr/sbin/pfsd&
$ /usr/sbin/pfs_mount -t iso9660 -x unix /HP_SW.iso /mnt/iso/
$ mount
> /mnt/iso on localhost:/mnt/iso ro,nointr,retrans=3,timeo=7,wsize=2048,proto=udp on Tue Jun 27 17:08:42 2006
$ ls /mnt/iso
... listing of the CD...