2024-10-18, 08:41 PM
(This post was last modified: 2024-10-18, 09:07 PM by mjpatey. Edited 1 time in total.)
@theguymadmax thanks, and apologies for addressing you as TheDreadPirate in my earlier reply.
I tried that as well, adding this to fstab:
EDIT: Forgot to add that this also didn't work. The response was:
Is everything OK with how I'm formatting my fstab file? I'm taking "#" to mean "comment," as it looks like it's being used that way in the auto-generated version of the file.
I tried that as well, adding this to fstab:
Code:
# new UUID, shorter one that comes from the output of 'sudo blkid /dev/sda1':
UUID=6646-2F9B /media/Media exfat defaults 0 0
EDIT: Forgot to add that this also didn't work. The response was:
Code:
$ sudo mount -a
[sudo] password for (username):
mount: /media/Media: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
Is everything OK with how I'm formatting my fstab file? I'm taking "#" to mean "comment," as it looks like it's being used that way in the auto-generated version of the file.