Displaying 1 result from an estimated 1 matches for "1862g".
Did you mean:
1862
2010 Jul 25
4
zpool destroy causes panic
...0 0 corrupted
data
errors: No known data errors
Why sparse files? See this post:
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1007077+0+archive/2010/freebsd-stable/20100725.freebsd-stable
The two tmp files were created via:
dd if=/dev/zero of=/tmp/sparsefile1.img bs=1 count=0 oseek=1862g
dd if=/dev/zero of=/tmp/sparsefile2.img bs=1 count=0 oseek=1862g
And the array created with:
zpool create -f storage raidz2 gpt/disk01 gpt/disk02 gpt/disk03 \
gpt/disk04 gpt/disk05 /tmp/sparsefile1.img /tmp/sparsefile2.img
The -f flag was required to avoid this message:
invalid vdev spec...