Problem adding lines to /etc/fstab
I am using Jessie with MATE.
I added these two lines to /etc/fstab:
/dev/sda7 /media/sda7 ext2 users,rw 0 0
/dev/sda8 /media/sda8 ext2 users,rw 0 0
Did not get what I expected after reading the man pages for fstab
and mount(8).
All users can mount and read.
However only root can create files or folders.
I want ALL users have full access to every thing in those partitions.
I understand that any user creating a file or folder will have to
set permissions appropriately.
Reply to: