Archive

Posts Tagged ‘mount’

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.

sloik2004 Lab Notes , , ,

Mount.cifs Operation Not Permitted

November 27th, 2007

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.

sloik2004 Lab Notes , , , , , ,