В этом нам поможет losetup:
# losetup /dev/loop0 file.iso
# mount /dev/loop0 /mnt
Обратная процедура:
# umount /mnt
# losetup -d /dev/loop0
Tags: linux, losetup
This entry was posted
on Saturday, December 8th, 2007 at 1:17 pm and is filed under Утилиты.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.