Bug 55981

Summary: Hangup when device isn't plugged in
Product: systemd Reporter: f.fallen45
Component: generalAssignee: systemd-bugs
Status: RESOLVED NOTABUG QA Contact: systemd-bugs
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description f.fallen45 2012-10-14 22:23:27 UTC
I have the following devices on my /etc/fstab:
/dev/sdb1               /mnt/sdb1       vfat            defaults        0 0
/dev/sdc1               /mnt/sdc1       vfat            defaults        0 0
They're supposed to be for USB devices of course but when I don't have one of those plugged in, systemd just hangs up for quite a long time or just doesn't start (I'm not sure if it just doesn't start but yeah it hangs up) and then I had to go into rescue mode and comment out those devices then it boots up fine.

OS: ArchLinux (Kernel 3.5.6-1) i686
$ systemd --version
systemd 194
arch
+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ
If more information is needed, please let me know.
Comment 1 Kay Sievers 2012-10-14 22:51:54 UTC
That's the expected default behaviour.
Try adding "nofail" to the options in the fstab entries.
Comment 2 f.fallen45 2012-10-14 23:34:09 UTC
Okay, nevermind if it's the default behavior but well, with initscripts it didn't take as much time with the hangup though.  can be closed

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.