Auto mount in Mint 12 / load Ntfs/Windows drive automatically
Howdy guys,, Now Its the turn of Mint 12..So new Tips and Tricks should come to help the new comers. So Here is some thing which will help the beginners and some professionals to over come the mounting confusion .To auto mount a device u need to follow the following steps Step 1: U need to create a directory where you will mount the drive .Use the following command : sudo mkdir /media/WinDriveD Step 2: Go To file system in the menu ,then go to /etc/fstab Step 3: then paste the below code in the bottom of the page , /dev/sda5 /media/WinDriveD ntfs defaults,nls=utf8,umask=007,uid=1000,gid=46 0 0 Step 4: By doing the above step, you will be able to mount the sda5 drive to the windrived now start terminal and type sudo mount –a This is how my /etc/fstab look like ----------------------------------------- # /etc/fstab: static file system information. # # Use 'blkid' to print the univers...