kc8akw wrote: ↑Sun Jan 05, 2025 8:19 pm
UUID=7c6c1200-d024-487c-b5ae-784c1a411439 /media/S1/ ext4 noatime,nodiratime,nofail 0 0
UUID=686CDD9C6CDD657A /media/S2/ ext4 noatime,nodiratime,nofail 0 0
Drives are being mounted at:
dev/sda1 /media/camera/S2 ext4 rw,nosuid,nodev,relatime,errors=remount-ro 0 0
/dev/sdb1 /media/camera/S1 ext4 rw,nosuid,nodev,relatime,errors=remount-ro 0 0
That's not what your fstab is asking for though, is it? Something is ignoring (or overriding) your mount requests. So :-
kc8akw wrote: ↑Sun Jan 05, 2025 8:19 pm
Using the file manager, I find that the /media/S1/events and the /media/S2/events folders show 242 GB available. That is the local hard drive.
That would be correct, given what you've said. /media/S1 and /media/S2 seem to be just the mount _points_ which are on the underlying root filesystem. Nothing has been mounted on them.
kc8akw wrote: ↑Sun Jan 05, 2025 8:19 pm
/media/camera/S2 and /media/camera/S1 show the respective drive capacities.
So your requested mounts of /media/S1 and /media/S2 where the two drive should live are not being used. They are turning up at /media/camera/S1 and /media/camera/S2.
Solutions: Decide which one of these two mounting arrangements you want, and stick to just one -- either get them mounted in the RIGHT place. or live with where they are and get ZM to look in the right place ...
I don't know how you manage mounting filesystems etc. on your system, I manually put mine in /etc/fstab and ",noauto" any that I don't want to automatically mount at boot. E.g. removables/network attached that may not be/USB sticks ...
Look very closely at where the word "camera" has appeared/disappeared between what you stated you wanted with the UUID .... line and what seems to have actually been done.
Also, just double check that the UUID of the devices are EXACTLY what is stated in the fstab entry .. run "blkid" and look down the devices found for the declared UUIDs. If there's a discrepancy (even minor), those fstab lines might be just entirely ignored, on the basis "Well, if you ever attach something with _that_ UUID I'll bear it in mind", meanwhile "I'll just guess where to mount _this_ then!" ...