Setting up fstab file for multiple drives | Disks | fstab

Hi in my comtuper i have 3 different HD , 1 nvme for the linux system + 2 other ones where i backup files or keep large files to keep my system drive with space , meaning i need to access those drives all the time , specially with ComfyUI with which i need files from the 3 HD. there’s a extra_model_paths.yaml files in which i edit file paths for the app to find them. As i reinstalled everything recently , i think i’m missing some settings as the paths for my 2 ssd ( no pb with the system one) seems to change at every reboot, as well bookmarks made in nautilus aren’t accessible anymore (error) . I already took the ownership on every ssd but i’m sure i’m missing something in the edit mount options as i need paths for these ssd to be set one time for good for my app to find files . Any idea ?

1 Like

In the /etc/fstab use the UUID= method of identifing the partition to be mounted, then you do not care able the device name changing.
You should see that method used for your / root partition in /etc/fstab.

Use lsblk -f to find the UUID for each partition you need to mount.

Please test you can mount and umount the partitions before you reboot.
That will allow you to fix any errors while its easy to do.

4 Likes

Seems to work , thanks a lot

2 Likes

Added disk