/etc/fstab and nobootwait

Do you know what “nobootwait” does in the following line? /dev/xvdb /mnt auto defaults,nobootwait,comment=cloudconfig 0 2 I learnt it the hard way. I had an ubuntu ec2 instance where I added a line to mount an ebs instance. I didn’t know what nobootwait does and I just went with defaults. I don’t exactly recall what happened, but the /dev/whatever I had in /etc/fstab wasn’t found when I rebooted the instance, and ubuntu helpfully stuck to the “manually mount or skip” screen.

Read More