On Sat, Jan 17, 2015 at 3:06 AM, Kevin Wilson <wkevils@xxxxxxxxx> wrote: > Chris, > Thanks for your quick resonse! > > I do have /work in my /etc/fstab: > /dev/sda3 /work ext3 > defaults 1 1 Consider 2 for the last column, since it's not the root filesystem. I don't know if it really matters, because systemd runs fsck.<foo> on the unmounted root no matter what. But in your case a 2 might cause fsck to run later than it is now. An additional option, which I use for /boot/efi, is mount option 'x-systemd.automount,noauto' which makes it only mount when accessed, and does an fsck right before mounting. It's normally quite fast. And this way, if there are problems, it won't hang boot. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1077984 -- Chris Murphy -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org