Mounting a ISO image on different Unix platforms

1. Mounting ISO images in AIX 6 and 7
# loopmount -i -o "-V cdrfs -o ro" -m
e.g.:
# loopmount -i cdrom.iso -o "-V cdrfs -o ro" -m /mnt/disk

2. On Linux:
#mount -o loop
e.g.:
#mount -o loop cdrom.iso /mnt/disk

3. On Solaris:
mount -F hsfs -o ro `lofiadm -a `

e.g:
mount -F hsfs -o ro `lofiadm -a /path/to/image.iso` /mnt

4. To unmount:
umount

Comments

Popular posts from this blog

Graylog - an easy solution for log management

HPUX Tips