2024-08-18, 03:10 PM
I made a typo in my earlier thread. It is "umount" instead of "unmount". umount is provided by the mount package. Your other option is to reboot to apply the new fstab.
BUT, before you do any of that, you need to put the mount path in quotes since there is a space in the folder name.
Additionally, as I suggested earlier, you should move this out of /media/disentomb. Since the OS's auto-mount will apply an ACL to /media/disentomb the next time you plug in a USB drive or something.
BUT, before you do any of that, you need to put the mount path in quotes since there is a space in the folder name.
Code:
/dev/disk/by-id/wwn-x5000c500dca9571b "/media/disentomb/Jelly Drive" ext4 defaults 0 0
Additionally, as I suggested earlier, you should move this out of /media/disentomb. Since the OS's auto-mount will apply an ACL to /media/disentomb the next time you plug in a USB drive or something.
Code:
sudo umount "/media/disentomb/Jelly Drive"
sudo mount -a