Mount ISO on Linux/FreeBSD
December 4th, 2008
No comments
On Linux
mount -o loop -t iso9660 path/to/iso.iso /mnt
On FreeBSD
mdconfig -a -t vnode -f /isofile -u 0
mount -t cd9660 /dev/md0 /mnt
On Linux
mount -o loop -t iso9660 path/to/iso.iso /mnt
On FreeBSD
mdconfig -a -t vnode -f /isofile -u 0
mount -t cd9660 /dev/md0 /mnt