2024-10-18, 02:43 PM
I just tried one more thing, plugging in a USB thumb drive to see if I could get that to be recognized using the same process. I get the same error message for both drives:
The drives are still being mounted by the OS in /media/(username)/(drivename)... and with this one I noticed that the drives are being named using their original labels when Ubuntu is mounting them there, not the names I'm assigning in fstab. (Makes sense, since it's saying it can't find them as entered in fstab)...
Code:
$ sudo mount -a
mount: /media/Media: can't find UUID=EBD0A0A2-B9E5-4433-87C0-68B6B72699C7.
mount: /media/MediaTest: can't find UUID=45DBF1F7-7FE6-45C5-B07F-A691F7BF6030.
The drives are still being mounted by the OS in /media/(username)/(drivename)... and with this one I noticed that the drives are being named using their original labels when Ubuntu is mounting them there, not the names I'm assigning in fstab. (Makes sense, since it's saying it can't find them as entered in fstab)...