[Bug 230246] GPT label mishandling

2019-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230246 and...@tao11.riddles.org.uk changed: What|Removed |Added CC||and...@tao11.riddles.o

[Bug 230246] GPT label mishandling

2019-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230246 --- Comment #6 from Mason Loring Bliss --- I'll gather this, but it'll take some churn, as I work past it when I hit it by dd'ing zeroes onto the disks (or, the effected partitions, anyway) and restarting. So I'll have to get the system bac

[Bug 230246] GPT label mishandling

2019-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230246 --- Comment #7 from Mason Loring Bliss --- Created attachment 207220 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207220&action=edit Midway through... Midway through... -- You are receiving this mail because: You are the ass

[Bug 230246] GPT label mishandling

2019-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230246 --- Comment #8 from Mason Loring Bliss --- And then: # sysctl kern.geom.confdot kern.geom.confdot: digraph geom { z0xf80008ee6d00 [shape=box,label="MIRROR\nswap.sync\nr#1"]; z0xf80003635c00 [shape=box,label="MIRROR\nswap\nr#4"]; z0

[Bug 230246] GPT label mishandling

2019-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230246 --- Comment #9 from Mason Loring Bliss --- And at this point, the labels for ada1 are missing: # ls /dev/gpt efi0swap0 tank0 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 230246] GPT label mishandling

2019-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230246 --- Comment #10 from Mason Loring Bliss --- Created attachment 207221 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207221&action=edit confdot from previous comment, as file to avoid munging confdot from previous comment, as fi

[Bug 230246] GPT label mishandling

2019-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230246 --- Comment #11 from Mason Loring Bliss --- # ls /dev/ada /dev/ada0 /dev/ada0p1 /dev/ada0p2 /dev/ada0p3 /dev/ada1 # gpart show ada1 gpart: No such geom: ada1. # gpart show /dev/ada1 gpart: No such geom: /dev/ada1. -- You are receiving

[Bug 230246] GPT label mishandling

2019-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230246 --- Comment #12 from Mason Loring Bliss --- # gmirror destroy swap # ls /dev/ada* /dev/ada0 /dev/ada0p2 /dev/ada1 /dev/ada1p2 /dev/ada0p1 /dev/ada0p3 /dev/ada1p1 /dev/ada1p3 -- You are receiving this mail becau

[Bug 230246] GPT label mishandling

2019-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230246 --- Comment #13 from Mason Loring Bliss --- # gmirror list # ls /dev/gpt efi0efi1swap0 swap1 tank0 tank1 # dd if=/dev/zero of=/dev/gpt/efi0 bs=1m dd: /dev/gpt/efi0: end of device 2+0 records in 1+0 records out 1048576 bytes tr

[Bug 230246] GPT label mishandling

2019-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230246 --- Comment #14 from Mason Loring Bliss --- More interesting: # gmirror list # ls /dev/gpt efi0efi1swap0 swap1 tank0 tank1 # dd if=/dev/zero of=/dev/gpt/efi0 bs=1m dd: /dev/gpt/efi0: end of device 2+0 records in 1+0 records o