A file /etc/fstab used to define how storage devices are mounted in the Filesystem.
Mounting Disk to Directory
- Get the disk UUID by
blkid -o list - Write to
/etc/fstab
/dev/disk/by-uuid/<YOURUUID> <MOUNTDIRECTORY> ext4 defaults 0
A file /etc/fstab used to define how storage devices are mounted in the Filesystem.
blkid -o list/etc/fstab/dev/disk/by-uuid/<YOURUUID> <MOUNTDIRECTORY> ext4 defaults 0