0

Just upgraded to Debian 8. And system can't be booted because of this two lines in /etc/fstab:

/dev/data/server/    /data           ext4    defaults        0       2
/data/vmail /var/vmail  none    bind

Don't know why systemd can't automatically mount file systems. I can mount them with command line utils. With Debian 7 everything worked perfectly. /dev/data/server is LVM volume. But don't think it's relevant.

So how to solve this problem?

Thanks.

kesrut
  • 121
  • 1
  • 8

1 Answers1

0

Look at the documentation for this particular error:

You should use nofail or noauto in your fstab to start up your system and fix your mounting-errors.

Lenniey
  • 5,090
  • 2
  • 17
  • 28