On Friday, January 19th, 2024 at 10:56 AM, Rich Shepard 
<rshep...@appl-ecosys.com> wrote:


> On Fri, 19 Jan 2024, Rich Shepard wrote:
> 
> > Thanks, Robert. I had used LABEL="..." but because the drive names changed
> > they were not recognized. Now I'm using UUIDs.
> 
> 
> Still not working:
> 
> UUID=104E50EF-09CF-435F-B1AE-5CD34E251F15 /media/data2 ext4 auto,users,rw 1 2
> 
> mount: can't find UUID=104E50EF-09CF-435F-B1AE-5CD34E251F15
> 
> Same results when the UUID is enclosed in double quotes.
> 
> Next, ...
> 
> Thanks,
> 
> Rich

Try using the various shortcuts in /dev/disk/. This folder contains symlinks to 
the usual /dev/sdX entries. 

For this use case, I recommend referencing the drives via /dev/disk/by-path 
since these links are built from the physical hardware path of the device.
-Ben

Reply via email to