Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mount, iso image, ...

Status
Not open for further replies.

orx57

ISP
Sep 5, 2001
22
0
0
FR
Hello,

I create an iso image with command :

# mkisofs -r -o cd_image private_collection/

I want to test the CD-image.

Has AIX-4.3.3 the ability to mount files as if they were disk partition ?

I seek a traduction of Linux and Solaris commands for AIX :

Linux# mount cd_image -r -t iso9660 -o loop /mnt

Solaris# mount -r -F fbk -o type=hsfs /dev/fbk0:cd_image /mnt

Thanks !

orx57
 
I think it will be
[tt]
mount -o ro -v cdrfs /path/to/iso /mount/dir
[/tt]
I hope it works...
Unix was made by and for smart people.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top