07-29-2015, 11:56 PM
fastb - glad it's working. Only reboot once the sudo mount -a stops producing errors. If you try to reboot on a broken fstab, you won't be able to boot your pc 
Imgur - it's not a hard and fast rule, but it would have saved you and I some time. We always try to give the best advice for members
Trim SSD - use this command to check if Trim is supported:
If it is, follow the guide in the Help Manual
If you don't Trim, your SSD life will be reduced, so it's a must do given their cost.
Type carefully in the fstab and always check with sudo mount -a before rebooting

Imgur - it's not a hard and fast rule, but it would have saved you and I some time. We always try to give the best advice for members

Trim SSD - use this command to check if Trim is supported:
Code:
sudo hdparm -I /dev/sda | grep "TRIM supported"
If it is, follow the guide in the Help Manual

Type carefully in the fstab and always check with sudo mount -a before rebooting
