Pull-Request has been merged by ngompa
If you configure the drive to mount automatically using /etc/fstab, then your system will not boot if that drive is not connected.
/etc/fstab
can't we add nofail to ensure that the boot process won't fail when device is not connected?
nofail
Yes, you could indeed.