wiki/docs/Miscellaneous/mount-drive-on-boot.md
2023-10-20 11:27:00 -05:00

378 B

Mount Drive On Boot

To mount a drive on boot, first find the UUID of the drive:

sudo blkid

Then add the following to /etc/fstab:

UUID=<UUID_OF_DRIVE> /mnt/big-stuff  ext4    defaults

For example, for my big drive (4TB Toshiba X300 Performance):

# big-stuff
UUID=d68f1a75-af20-4627-8382-7198c3a34b5d /mnt/big-stuff  ext4    defaults