![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mounting a NFS network file system across platforms - Solaris to AIX | jeffpas | SUN Solaris | 1 | 03-14-2008 01:36 PM |
| mounting file system /etc/vfstab | panchpan | SUN Solaris | 4 | 10-16-2007 11:39 PM |
| File system not mounting at bootup | m223464 | AIX | 2 | 07-31-2007 08:48 AM |
| mounting windows(vfat) file system | ajoy patel | SUN Solaris | 1 | 03-04-2006 02:22 AM |
| Mounting a Floppy on System V | xtremexp | UNIX for Dummies Questions & Answers | 1 | 05-12-2005 03:03 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I want to mount an ISO image as a file system in AIX, have been unable to find a utility to do so after scouring the net.
Bryan |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I am not familiar with AIX, but on some systems, you can pass the "-o loop" option to the mount command in order to mount a file as a device to a folder (whew!). For example, I have used:
mount -o loop -t iso9660 ./my.iso ./mnt , and it works just fine.... Check your man page for mount to look for your exact options, etc... Hope this helps. |
||||
| Google The UNIX and Linux Forums |