How to auto mount partition on startup xubuntu?
- by Bas
I want to auto mount all my partitions on startup. But i can't get it to work as i'm new to xubuntu. This is how my fstab file looks like:
proc /proc proc nodev,noexec,nosuid 0 0
#Entry for /dev/sda1 :
UUID=3bf842ea-923b-43fe-b5f9-066fc920aaec / ext4 errors=remount-$
#Entry for /dev/sdb1 :
UUID=F0C859BDC8598330 /media/Bas ntfs-3g defaults,locale=en_US.UTF-8 $
#Entry for /dev/sda3 :
UUID=146213A76D02F7AD /media/sda3 ntfs-3g defaults,locale=en_US.UTF-8 $
UUID=1C33A98704D941F1 /media/sda3 ntfs-3g defaults,locale=en_US.UTF-8 $
#Entry for /dev/sda5 :
UUID=ba48c631-5652-4ce7-85a3-bda96b353ca7 none swap sw 0 $
The last line I added myself but it's not working. I spend the whole day trying to figure this out without success. So can anyone help me with this?
Thanks in advance