Bugzilla – Bug 139364
adding existing crypto fs in yast2 partitioner takes long
Last modified: 2006-01-25 16:59:42 UTC
When setting mount point of an existing crypto filesystem in yast2, yast2 runs an fsck on it after the user entered the passphrase. This can take a few minutes, without the user given any feedback. Is it really necessary to run fsck at this point? And if yes, a popup telling the user that it may take a moment would be really desirable imho.
Yes, it is necessary to do a fsck to reliably detect the encryption type used. I can add a popup but unfortunately if fsck is fast (e.g. for small fs) it will vanish so fast that nobody can read it and this will propably confuse people more.
Hm, I see. Would it be possible to have a minimum popup time?
AFAIK there is no such functionality in YaST2 UI and I do not really want to add a "sleep 2" or similar just to make the Popup readable in all cases.
Now there is a popup while crypto type detection is running