Ownership issue

hello there
can someone explain what the pass part of this line from my fstab file

can not save things to my drives.

this is my fstab

/etc/fstab: static file system information.

Use 'blkid' to print the universally unique identifier for a

device; this may be used with UUID= as a more robust way to name devices

that works even if disks are added and removed. See fstab(5).

/ was on /dev/sda5 during installation

UUID=3e87ecd8-b948-4944-b49f-e7074bf21104 / ext4 errors=remount-ro 0 1

/boot/efi was on /dev/sda1 during installation

UUID=29D8-20D0 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
LABEL=Bruce\040#2 /mnt/Bruce\040#2 auto nosuid,nodev,nofail,x-gvfs-show 0 0
LABEL=Bruce\040#3 /mnt/Bruce\040#3 auto nosuid,nodev,nofail,x-gvfs-show 0 0

any and all help appreciated

I see nothing out of place there...
What is that issue you are trying to solve? Inability to save files?
On which drives?

You could add uid=1000,gid=1000 to your mount above:
LABEL=Bruce\040#2 /mnt/Bruce\040#2 auto nosuid,nodev,nofail,uid=1000,gid=1000,x-gvfs-show 0 0

Trying to save files to drive on both drives. Will try that when I finish work

thanks for the help. worked like a charm

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.