-
Notifications
You must be signed in to change notification settings - Fork 17
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
zfs-windows-2.2.6-rc6 "zpool create" saved zfs partitions on other disks #403
Comments
Woah that is serious. The output of the command is probably lost, but it is hard to picture what goes wrong since it opens I'll attach 10 disks to my VM and see if I can replicate |
OK yeah, so whatever you put in, like
(I assume writes to disk10 is smaller due to being parity) Can you confirm that |
Before issuing the command, I restarted Windows so that the disk numbers would be permanently set and would not change, and I checked the numbering of each disk in two programs. I remembered that I had two blue screens. The first time, Windows did not crash (no zfs partition was written to it). I repeated the procedure then and it crashed. |
Just to clarify. I connected 3 additional disks to this system and they were numbered: 4, 9 and 10 |
They aren't in your |
No, they are not on this list. |
I installed "zfs-windows-2.2.6-rc6" version. Unfortunately it destroyed my partitions on two other drives.
I launched:
zpool create -o autoexpand=on -o autotrim=on -O dedup=on -O casesensitivity=insensitive -O compression=on -O atime=off -o ashift=12 zzz raidz PHYSICALDRIVE4 PHYSICALDRIVE9 PHYSICALDRIVE10
Windows got a blue screen.
Windows didn't start anymore.
On another computer I saw that zfs partitions were saved on two completely different disks. The first was the Windows system disk on which I was running the command. The second was a disk with some Ubuntu. I have other disks, but they are as connected dynamic disks in Windows - they were not destroyed.
I recovered the Windows partition and Windows system using the following methods:
a) Testdisk-7.3-WIP and "testdisk_win.exe" - all partitions was recovered
b) Windows installation disk and repair mode in cmd and chkdsk /f
c) Windows installation disk and repair mode in cmd and:
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
d) old version of https://sourceforge.net/projects/boot-repair-cd/
e) Once more Windows installation disk and repair mode in cmd and:
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
The text was updated successfully, but these errors were encountered: