Comment 13 for bug 571444

Revision history for this message
Rupert H. (ruphe) wrote :

Ubuntu 10.04 (Server). Drobo connected via USB. Same problem. If I press "s" the system will continue to boot. Putting "noauto" in /etc/fstab as mentioned by Erik does the trick. Additionally, I also put a mount command into /etc/rc.local. Not perfect, but it will do me for now.

/etc/fstab
  LABEL=DROBO /media/drobo ext4 defaults,noauto 0 2
  /media/drobo/home /home ext4 defaults,noauto,bind 0 2

/etc/rc.local
  mount /media/drobo
  mount /home