2024-08-31, 05:38 PM
Code:
IMO, move your mount out of "dellxps13". Since ACLs can reappear on that directory if you plug in new
I'm relatively new to Linux. I didn't choose this mount location, -that is just where the external drive is automatically mounted when plugged in. I enter the drive in terminal and use
Code:
pwd
----
I have also tried the other method with fstab.
I opened the fstab file and added this as a new line at the bottom (copied and modified from your other discussion):
Code:
/dev/disk/by-id/wwn-0x50014ee00419ce97-part1 /media/dellxps13/1TB_MEDIA/ ext4 defaults 0 0
However then I tried to run this command as recommended
Code:
sudo umount media/dellxps13/1TB_MEDIA/
Code:
umount: media/dellxps13/1TB_MEDIA/: no mount point specified.
Apologies I am not more versed in these areas. Appreciate your help.