Sep 23, 2009

Mount ISO files in linux


mount -o loop -t iso9660 file.iso /mnt/test
sudo umount /mnt/test

No comments:

Post a Comment

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...