Subscribe:

Saturday, July 2, 2011

Mount Drives On Mint and Ubuntu etc.

Open /etc/fstab with root privileges and edit it using following format to mount drives .
(The device that u want to mount)(Directory that you want to mount)(Type of file system)(Options)

Example:
/dev/sda6 /home/(foldername) ntfs-3g users,noatime,auto,rw,nodev,exec,nosuid 0 0
/dev/sda7 /home/(foldername) ntfs-3g users,noatime,auto,rw,nodev,exec,nosuid 0 0
/dev/sda5 /home/(foldername) ntfs-3g users,noatime,auto,rw,nodev,exec,nosuid 0 0
/dev/sda8 /home/(foldername) ntfs-3g users,noatime,auto,rw,nodev,exec,nosuid 0 0


Enjoy .

0 comments:

Post a Comment