2024-08-31, 08:39 AM
Thank you for your response. As an interim solution I tried to remove the ACL. (I first reformatted by drive to ext4 so it has a different name than in my first post.)
My USB drive is mounted atso I ran
The process ran but I still am unable to add the drive or folder as a Library - I get the same error message?
------
I read your other thread re the fstab updating and would like to try.
for me should be
Is that correct?
My USB drive is mounted at
Code:
/media/dellxps13/1TB_MEDIA/
Code:
sudo setfacl -b -R /media/dellxps13/1TB_MEDIA/
The process ran but I still am unable to add the drive or folder as a Library - I get the same error message?
------
I read your other thread re the fstab updating and would like to try.
Code:
/dev/disk/by-id/wwn-0x50014ee00419ce97-part1 /media/rich/Red6 ext4 defaults 0 0
for me should be
Code:
/dev/disk/by-id/wwn-0x50014ee00419ce97-part1 /media/dellxps13/1TB_MEDIA/ ext4 defaults 0 0
Is that correct?