-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[suggestion] About linux raid partitions #111
Comments
Thanks for your feedback. Steven |
There are 3 screens where this check happens. Most of the time these screens are like on the screenshots below. But sometimes, for unknown reasons, CZ decides to execute this check after every found partition. Meaning that on screen1.png and screen2.png, you see mostly "excluding raid partitions". When CZ decides to do that, on screen2 you see: "Getting sda1 info and so on. And that's just on screen2. When CZ decides to perform this check, this excessive raid check happens also on scree1 and screen3. That's why I think it would be better for everyone if we could disable that check altogether at the beginning, right after the Ctr+C window. Once the user presses Ctrl+C, instead of "Mounting local dev as /home", insert a question in its place: Then, after the user has answered the question, proceed as normal with "Mounting local dev as /home/partimg" and with the rest of the program. |
" excluding raid partition" -> If you meant it's "Excluding linux raid member partition", well, actually this action is only to find free (not busy) Linux RAID disk. Just exclude that from the list. Steven |
IDK why it happens or what conditions cause it. Sometimes it does, sometimes it doesn't. |
I do not know, either. It never happens to me. |
Well, if people have no idea what it is, it's safe to assume they're not using RAID, so the default behavior should be as if they have answered "no". As for VM, I've never been able to make any VM work with more than one disk, so reproducing it in a VM is impossible, at least for me. But if I detect any possible reason why this check happens, you can be sure I will report it. |
For a long time I've been using v3.0.3 and recently I downloaded 3.1.2-22. I gotta say I'm impressed and happy about some of the changes (like the fact that z9p is the choice by default), but there's one annoying thing about which I'd like to make a suggestion - the check for linux raid partitions:
either make it check for raid partitions at program startup and if no such partitions are found, don't bother the user with that check later (where it's identifying the not busy partitions),
OR (after the prefered resolution screens are passed)
add a screen with the question: "Do you use RAID partitions?". If the answer is "yes", check for them later. If the answer is "no", don't check for them later.
I don't use such patitions, never have and never will (I have my reasons). But that check hangs for too long in search for those partitions, thus making everything slower which can quickly get annoying.
The text was updated successfully, but these errors were encountered: