On Fedora 16 (x86_64) I have an external drive that is luks encrypted... it is NOT in the /etcfstab
but has an entry in /etc/crypttab
During startup all file-system get mounted then it waits quite a bit trying to mount a drive
that is not connected (its an external drive, that I use from time to time)
logs show
systemd[1]: Job dev-disk-by\x2duuid-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX580.d evice/start timed out.
systemd[1]: Job dev-mapper-udisks\xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXuid500.device/start failed with result 'dependency'.
systemd[1]: Job cryptsetup@udisks\xXXXXXXXXXXXXXXXXX...Xuid500.service/start failed with result 'dependency'.
systemd[1]: Job dev-disk-by\x2duuid-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX580.d evice/start failed with result 'timeout'.
and status is as follows
systemctl status cryptsetup@udisksXXXXXXXXXXXXXXXXXXX...id500 .service
Loaded: error (Reason: No such file or directory)
Active: inactive (dead)
I'm not able to "disable" or "delete" this ...
any pointers are welcome