mount an iso image
sudo mkdir /mnt/image
sudo mount file.iso -o loop /mnt/image
from: http://ubuntuforums.org/showthread.php?t=305406
a tutorial made by me for myself. this is not to be trusted!! dont blame me if something goes wrong.
sudo mkdir /mnt/image
sudo mount file.iso -o loop /mnt/image
from: http://ubuntuforums.org/showthread.php?t=305406
No comments:
Post a Comment