I am running debian 8.1 and working on this for hours now! I try to auto mount seagate and medion on boot if they are plugged in, but if the server is booting without one of these LABELs it stucks here for 1:30min and boots into maintainace mode:
Give root password for maintenace
(or type Control-D to continue):
I just want to mount my usb devices if they are present.. : /
/etc/fstab:
# /etc/fstab: static file system information.
#FIXED
#<file system> <mount point> <type> <options> <dump> <pass>
UUID=f243951c-f61c-4af7-88c5-79ba0a33caf8 / ext4 errors=remount-ro 0 1
UUID=28737539-1569-4db7-9ea3-d74473502f39 none swap sw 0 0
#REMOVABLE
#<file system> <mount point> <type> <options> <dump> <pass>
#LABEL=medion /mnt/medion ntfs-3g rw,noauto,nobootwait,nofail 0 2
LABEL=seagate /mnt/seagate ntfs-3g rw,nobootwait,nofail 0 2
