I formated USB to ext4 and relabeled it. Now it mounts only with root permissions
As comparison, other USB with Fat32 mounts with "normal" permissions and I can manage files without problems on different users accounts.
What can I do about it?
Code:
mount /dev/sdb1 on /media/adata type ext4 (rw,nosuid,nodev,uhelper=udisks) /media$ ls -l drwxr-xr-x 3 root root 4096 sty 4 18:41 adata
Code:
drwx------ 14 gnomek gnomek 32768 sty 4 19:36 KINGSTON /dev/sdb1 on /media/KINGSTON type vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks)
Comment