Automount partition in Ubuntu with fstab
Before use Ubuntu, i installed windows OS. I had 2 partitions in nfts, its not auto mount, only mount when i click in local disk icon. So i need auto load it, to run many application in this partitions. First, i need find ssid of partition in: /dev/disk/by-uuid. Then, edit /etc/fstab. Add: UUID=327E4E257E4DE1E9 /mnt/sdb1/ ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0 UUID=38D822D9D82294E2 /mnt/sdb2/ ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1000 0 0 Whit UUID i founded, and uid is id of my user. To add this location to menu bar, use "Bookmark this location" of Gnome. ---------------------------------------------------------- Thanks for reading -------------------------------------------------------------------------- Security Research SecurityLab - Linux Lab -- Window and Cisco Lab to be continued - I will update more.