omano
2
first you shouldn’t be using /dev/sdXX in your fstab file, this is not consistent across reboots, use the UUID, this never changes.
On my side I use uid and gid as mount options to give ownership to my user on mount. On a single user system it is alright to do so I guess.