Content
Mounting secondary drive on boot
Mounting secondary drive on boot
"Mounting secondary drive on boot" on https://aligot-death.space, available at https://aligot-death.space/wiki/sysadmin/linux/mount-secondary-drive-boot-en
- sudo blkid
- sudo umount /mnt/xxx
- vim /etc/fstab: if in doubt, just pu UUID, mount point, FS type and "defaults 0 0"
Emergency mode#
Happened to me as I changed my DATA HDD. because I added it to /etc/fstab and the disk wasn't the same anymore, the system would drop into emergency mode.
Once connected, try mounting all mount points and see errors:
mount -a