https://bugzilla.novell.com/show_bug.cgi?id=811901 https://bugzilla.novell.com/show_bug.cgi?id=811901#c4 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |ilyasbox@gmail.com --- Comment #4 from Thomas Fehr <fehr@suse.com> 2013-03-28 09:45:16 UTC --- I had a look at the log file and saw that some external commands we call during fs detection is extremely slow: We call the command "/sbin/blkid -c /dev/null" it needs 562 seconds to finish in addition an "/sbin/mdadm --examine --scan --config=partitions" needs 55 seconds. Both commands typically need less than a tenth of a second to complete. Please try the following command: strace -tt /sbin/blkid -c /dev/null 2> strace.output And attach the generated file strace.output here. It should display which system calls delay the command for such a long time. If you do not have command strace installed, you can install it with "zypper in strace". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.