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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Test CD-image

Status
Not open for further replies.

orx57

ISP
Sep 5, 2001
22
FR
Hello,

I create an image of a CD-ROM whit 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 have a Linux command :

# mount -t iso9660 -o ro,loop=/dev/loop0 cd_image /cdrom

But i don't know a equivalent of loop device.

Thanks !

orx57
 
Hello aixqueen,

I have not a cd... i want to mount a iso file create with mkisofs and located on a hard disk... I have two command for this (Solaris and Linux), but not the AIX command...

thanks

orx57
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top