Mounting An ISO Under Linux
May 3rd, 2008
The most beautiful built in feature ever.
mount -o loop disk1.iso /mnt/disk
Mounts an ISO to the specified directory.
The most beautiful built in feature ever.
mount -o loop disk1.iso /mnt/disk
Mounts an ISO to the specified directory.
To be able to mount samba shares as a normal user using programs like smb4k, the following commands need to be run as Root first.
chmod +s `which mount.cifs`
chmod +s `which umount.cifs`
That should solve any problems.