Saturday, February 14, 2009

Auto Mounting Disks At Boot

1.Make yourself the owner at mounting. Since this is done during boot up with an fstab entry, change your line to something that id's you as the owner (assuming you are uid 1000):

#Entry for /dev/sdh1 :
UUID=3004A17004A13A2C /media/Movie1 ntfs-3g auto,uid=1000,rw,umask=000 0 0

Note: You can leave the 'users' option in there if you want others to be able to mount/umount the device.

No comments: