Quantcast
Channel: Active questions tagged mount+fstab - Ask Ubuntu
Viewing all articles
Browse latest Browse all 699

How to fix fstab entry to mount a partition?

$
0
0

On ubuntu 22.04.4 I am trying to mount a partition as read/write. The following command seems to work:

sudo mount -o rw,user,uid=1000,umask=007,exec /dev/nvme0n1p4 /media/Work/

but I want to add it so /etc/fstab so it is mounted automatically. The following fstab entry however does not work:

/dev/nvme0n1p4 /media/Work/ fat32 rw,user,uid=1000,umask=007,exec 0 0

It will make the system go to emergency state. How to fix the fstab entry?


Viewing all articles
Browse latest Browse all 699

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>