-
Notifications
You must be signed in to change notification settings - Fork 23
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
Can't recognize my raid5 array #9
Comments
I find that WinMD doesn't support raided partitions and only works with entire raided disks. |
@FluorescentGreen5 - it's been a while since I wrote it, but my recollection is that the opposite is true. |
I noticed that when I download the binary package everything works fine but when I build the driver ("v0.1" tag) from source it installs happily but doesn't seem to load (disk created as described above). I opened #11 for this. |
Array information:
480G SanDisk sata ssd x3
Each ssd has only one partition, which is aligned from 8mb-100% sectors;
Then build raid5 to /dev/md0 in mdadm with sda1, sdb1, sdc1, and then formatted md0 as btrfs. It works well under ubuntu. I have restored the previous 300g game data from the backup, and the speed of btrfs scrub is Stable at 1.1g per second.
However, under win11, even if winmd and winbtrfs are installed, any md volume will not appear.
I have tried to change the gpt partition ID of sd[a-c]1 to 0700, fd00, and 8300, but there is no change except that 0700 will cause three unformatted drive letters.
In fact, before using three ssd as raid5, I used sda2 and sdb2 in two of them to make raid1 with mdadm, but the ntfs formatted at that time can be recognized and used under win10, the 300g game The data is backed up from the ntfs volume of the md of this raid1.
The text was updated successfully, but these errors were encountered: