Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

configuring raid using gpt, large drives



I am still attempting to configure and use two 4T drives in a raid1
configuration and be able to boot from the raid partition. Not much
progress and am hoping someone can determine what I am doing wrong.
I especially want to thank Emmanuel Dreyfus for spending an inordinate
amount of time trying to help me on this.

I have two identical 4T drives currently wd2 and wd3 :
dev/rwd2:
type: ESDI
disk: wd2
label: fictitious
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 7752021
total sectors: 4294967295
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0           # microseconds
track-to-track seek: 0  # microseconds
drivedata: 0 

4 partitions:
#        size    offset     fstype [fsize bsize cpg/sgs]
 a: 4294967295         0     4.2BSD      0     0     0  # (Cyl.      0 -
4294967295*)
 d: 4294967295         0     unused      0     0        # (Cyl.      0 -
4294967295*)
disklabel: boot block size 0
disklabel: super block size 0

I have inclused a step-by-step listing of the command and the
results, including the log entries and the results after rebooting.

$ gpt create wd2
$ gpt add -t efi -l efi@wd2 -s 32M wd2
/dev/rwd2: Partition 1 added: c12a7328-f81f-11d2-ba4b-00a0c93ec93b 34 65536

Feb  2 11:58:37 tiamat /netbsd: [ 41085.3838046] wd2: GPT GUID: c7317e42-8005-45b6-96cd-01e5abe9dd00
Feb  2 11:58:37 tiamat /netbsd: [ 41085.3838046] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos

$ gpt add -s 5m -t swap -l swap0 wd2
/dev/rwd2: Partition 2 added: 49f48d32-b10e-11dc-b99b-0019d1879648 65570 10240

Feb  2 11:58:59 tiamat /netbsd: [ 41106.5337481] dk0 at wd2 (efi@wd2) deleted
Feb  2 11:58:59 tiamat /netbsd: [ 41106.5737672] wd2: GPT GUID: c7317e42-8005-45b6-96cd-01e5abe9dd00
Feb  2 11:58:59 tiamat /netbsd: [ 41106.5737672] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos
Feb  2 11:58:59 tiamat /netbsd: [ 41106.5737672] dk1 at wd2: "swap0", 10240 blocks at 65570, type: swap

$ gpt add -t raid -l raid@ZFN15G3N wd2
/dev/rwd2: Partition 3 added: 49f48daa-b10e-11dc-b99b-0019d1879648 75810 7813961325

Feb  2 11:59:30 tiamat /netbsd: [ 41138.0885845] dk1 at wd2 (swap0) deleted
Feb  2 11:59:30 tiamat /netbsd: [ 41138.0885845] dk0 at wd2 (efi@wd2) deleted
Feb  2 11:59:30 tiamat /netbsd: [ 41138.3587115] wd2: GPT GUID: c7317e42-8005-45b6-96cd-01e5abe9dd00
Feb  2 11:59:30 tiamat /netbsd: [ 41138.3587115] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos
Feb  2 11:59:30 tiamat /netbsd: [ 41138.3587115] dk1 at wd2: "swap0", 10240 blocks at 65570, type: swap
Feb  2 11:59:30 tiamat /netbsd: [ 41138.3587115] autoconfiguration error: wd2: error 22 adding entry 2 (9a30ad4e-8b61-492c-ab99-59eba0272f05), type 49f48daa-b10e-11dc-b99b-0019d1879648
***************** Why is there an error here? ******************

$ gpt biosboot -L raid@ZFN15G3N wd2
/dev/rwd2: Partition 3 marked as bootable

$ gpt create wd3
$ gpt add -t efi -l efi@wd3 -s 32M wd3
/dev/rwd3: Partition 1 added: c12a7328-f81f-11d2-ba4b-00a0c93ec93b 34 65536

Feb  2 12:01:30 tiamat /netbsd: [ 41257.8949237] wd3: GPT GUID: adb78224-46c2-4b4d-82b1-0203ef99a98d
Feb  2 12:01:30 tiamat /netbsd: [ 41257.8949237] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos

$ gpt add -s 5m -t swap -l swap1 wd3
/dev/rwd3: Partition 2 added: 49f48d32-b10e-11dc-b99b-0019d1879648 65570 10240

Feb  2 12:02:00 tiamat /netbsd: [ 41287.6989366] dk3 at wd3 (efi@wd3) deleted
Feb  2 12:02:00 tiamat /netbsd: [ 41287.7389543] wd3: GPT GUID: adb78224-46c2-4b4d-82b1-0203ef99a98d
Feb  2 12:02:00 tiamat /netbsd: [ 41287.7389543] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos
Feb  2 12:02:00 tiamat /netbsd: [ 41287.7389543] dk4 at wd3: "swap1", 10240 blocks at 65570, type: swap

$ gpt add -t raid -l raid@ZFN15SBZ wd3
/dev/rwd3: Partition 3 added: 49f48daa-b10e-11dc-b99b-0019d1879648 75810 7813961325

Feb  2 12:03:15 tiamat /netbsd: [ 41362.9042939] dk4 at wd3 (swap1) deleted
Feb  2 12:03:15 tiamat /netbsd: [ 41362.9042939] dk3 at wd3 (efi@wd3) deleted
Feb  2 12:03:15 tiamat /netbsd: [ 41362.9443124] wd3: GPT GUID: adb78224-46c2-4b4d-82b1-0203ef99a98d
Feb  2 12:03:15 tiamat /netbsd: [ 41362.9443124] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos
Feb  2 12:03:15 tiamat /netbsd: [ 41362.9443124] dk4 at wd3: "swap1", 10240 blocks at 65570, type: swap
Feb  2 12:03:15 tiamat /netbsd: [ 41362.9443124] autoconfiguration error: wd3: error 22 adding entry 2 (72891246-620c-4141-a409-2e93348bc7d8), type 49f48daa-b10e-11dc-b99b-0019d1879648
***************** Why is there an error here? ******************

$ gpt biosboot -L raid@ZFN15SBZ wd3
/dev/rwd3: Partition 3 marked as bootable

$ cat > /tmp/raid0.conf << EOF
START array
1 2 0

START disks
NAME=raid@ZFN15G3N
NAME=raid@ZFN15SBZ

START layout
32 1 1 1

START queue
fifo 100
EOF

$ raidctl -C /tmp/raid0.conf raid0
raidctl: ioctl (RAIDFRAME_CONFIGURE) failed: Invalid argument
***************** I can't determine what line is causing this error  ******************

$ raidctl -v -A root raid0
raid0: Autoconfigure: Yes
raid0: Root: Force

$ raidctl -v -I 20200125 raid0
$ raidctl -v -i raid0
Initiating re-write of parity
Parity Re-write status:


$ gpt create raid0
$ gpt add -t ffs -l ffs@raid0 raid0
/dev/rraid0: Partition 1 added: 49f48d5a-b10e-11dc-b99b-0019d1879648 34 7808728317

Feb  2 12:09:32 tiamat /netbsd: [ 41465.1023509] raid0: Device already configured!
Feb  2 12:09:32 tiamat /netbsd: [ 41545.0599566] raid0: Device already configured!
Feb  2 12:09:32 tiamat /netbsd: [ 41568.2308558] raid0: Device already configured!
Feb  2 12:09:32 tiamat /netbsd: [ 41587.2498014] raid0: Device already configured!
Feb  2 12:09:32 tiamat /netbsd: [ 41614.7727481] raid0: Device already configured!
Feb  2 12:09:32 tiamat /netbsd: [ 41635.9627167] raid0: Device already configured!
Feb  2 12:09:32 tiamat /netbsd: [ 41662.9153932] raid0: New autoconfig value is: 1
Feb  2 12:09:32 tiamat /netbsd: [ 41662.9253990] raid0: New rootpartition value is: 1
Feb  2 12:09:32 tiamat /netbsd: [ 41740.3217754] raid0: GPT GUID: 129f9922-469c-42cd-aac6-f44034fc7346
Feb  2 12:09:32 tiamat /netbsd: [ 41740.4718459] dk6 at raid0: "ffs@raid0", 7808728317 blocks at 34, type: ffs

$ gpt show raid0
       start        size  index  contents
           0           1         PMBR
           1           1         Pri GPT header
           2          32         Pri GPT table
          34  7808728317      1  GPT part - NetBSD FFSv1/FFSv2
  7808728351          32         Sec GPT table
  7808728383           1         Sec GPT header

$ raidctl -s raid0
Components:
            /dev/dk2: optimal
            /dev/dk5: optimal
No spares.
Component label for /dev/dk2:
   Row: 0, Column: 0, Num Rows: 1, Num Columns: 2
   Version: 2, Serial Number: 20200125, Mod Counter: 918
   Clean: No, Status: 0
   sectPerSU: 32, SUsPerPU: 1, SUsPerRU: 1
   Queue size: 100, blocksize: 512, numBlocks: 7808728384
   RAID Level: 1
   Autoconfig: Yes
   Root partition: Force
   Last configured as: raid0
Component label for /dev/dk5:
   Row: 0, Column: 1, Num Rows: 1, Num Columns: 2
   Version: 2, Serial Number: 20200125, Mod Counter: 918
   Clean: No, Status: 0
   sectPerSU: 32, SUsPerPU: 1, SUsPerRU: 1
   Queue size: 100, blocksize: 512, numBlocks: 7808728384
   RAID Level: 1
   Autoconfig: Yes
   Root partition: Force
   Last configured as: raid0
Parity status: clean
Reconstruction is 100% complete.
Parity Re-write is 100% complete.
Copyback is 100% complete.

$ newfs -O2 NAME=ffs@raid0
/dev/rdk6: 3812855.5MB (7808728312 sectors) block size 32768, fragment size 4096
        using 5137 cylinder groups of 742.28MB, 23753 blks, 46848 inodes.
super-block backups (for fsck_ffs -b #) at:
192, 1520384, 3040576, 4560768, 6080960, 7601152, 9121344, 10641536, 12161728, 13681920, 15202112, 16722304, 18242496, 19762688,
.....................................................................................................................................

$ mount -t ffs NAME=ffs@raid0 /mnt
$ cp /usr/mdec/boot /mnt/
$ umount /mnt
$ installboot NAME=raid0 /usr/mdec/bootxx_ffsv2

(Other than the errors, it looks fairly good)
(remount and manually install -current on /mnt)
(reboot)

$ mount NAME=raid@ZFN15G3N /mnt
WARNING: autoselecting nfs based on : or @ in the device name is deprecated!
WARNING: This behaviour will be removed in a future release
mount_nfs: no <host>:<dirpath> or <dirpath>@<host> spec
$ mount /dev/raid0a /mnt
mount_ffs: /dev/raid0a on /mnt: Device not configured

demsg :
...
[     8.265801] wd2 at atabus5 drive 0
[     8.275805] wd2: <ST4000DM004-2CV104>
[     8.275805] wd2: drive supports 16-sector PIO transfers, LBA48 addressing
[     8.275805] wd2: 3726 GB, 7752021 cyl, 16 head, 63 sec, 512 bytes/sect x 7814037168 sectors
[     8.315823] wd2: GPT GUID: 9d307dd0-39c1-4b42-8d31-d5febf581e04
[     8.315823] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos
[     8.315823] dk1 at wd2: "swap0", 5243112 blocks at 65570, type: swap
[     8.315823] dk2 at wd2: "raid@ZFN15G3N", 7808728453 blocks at 5308682, type: raidframe
[     8.485899] wd2: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), WRITE DMA FUA, NCQ (32 tags)
[     8.485899] wd2(ahcisata1:4:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags)
[     8.485899] wd3 at atabus6 drive 0
[     8.485899] wd3: <ST4000DM004-2CV104>
[     8.485899] wd3: drive supports 16-sector PIO transfers, LBA48 addressing
[     8.485899] wd3: 3726 GB, 7752021 cyl, 16 head, 63 sec, 512 bytes/sect x 7814037168 sectors
[     8.525917] wd3: GPT GUID: bfea524c-8fc7-4abe-91f7-33238642a096
[     8.525917] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos
[     8.525917] dk4 at wd3: "swap1", 5243112 blocks at 65570, type: swap
[     8.525917] dk5 at wd3: "raid@ZFN15SBZ", 7808728453 blocks at 5308682, type: raidframe
[     8.946106] wd3: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), WRITE DMA FUA, NCQ (32 tags)
[     8.946106] wd3(ahcisata1:5:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags)
[     9.056156] raid0: RAID Level 1
[     9.056156] raid0: Components: /dev/dk2 /dev/dk5
[     9.056156] raid0: Total Sectors: 7808728384 (3812855 MB)
[     9.056156] raid0: GPT GUID: f5142b64-3b87-4a7e-9241-9caf32c8a973
[     9.056156] autoconfiguration error: raid0: bad GPT partition array CRC
[     9.066161] WARNING: 7 errors while detecting hardware; check system log.
[     9.066161] boot device: raid0
[     9.066161] root on raid0a dumps on raid0b
[     9.066161] Supported file systems: mfs lfs ffs ext2fs nfs umap procfs overlay null kernfs fdesc union tmpfs smbfs puffs ptyfs ntfs msdos efs cd9660 coda
[     9.066161] no file system for raid0 (dev 0x1200)
[     9.066161] cannot mount root, error = 79
...
[ 38840.449256] raid0: GPT GUID: f5142b64-3b87-4a7e-9241-9caf32c8a973
[ 38840.449256] autoconfiguration error: raid0: bad GPT partition array CRC
[ 38848.483034] dk1 at wd2 (swap0) deleted
[ 38848.483034] dk0 at wd2 (efi@wd2) deleted
[ 38854.195718] dk4 at wd3 (swap1) deleted
[ 38854.195718] dk3 at wd3 (efi@wd3) deleted
[ 38875.185582] wd2: GPT GUID: 4b5eeeaf-526c-410d-9e2e-dea875e0a539
[ 38875.185582] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos
[ 38875.185582] dk0 at wd2 (efi@wd2) deleted
[ 38875.185582] wd2: GPT GUID: 4b5eeeaf-526c-410d-9e2e-dea875e0a539
[ 38875.185582] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos
[ 38875.185582] dk1 at wd2: "swap0", 5243112 blocks at 65570, type: swap
[ 38875.195587] dk1 at wd2 (swap0) deleted
[ 38875.195587] dk0 at wd2 (efi@wd2) deleted
[ 38875.195587] wd2: GPT GUID: 4b5eeeaf-526c-410d-9e2e-dea875e0a539
[ 38875.195587] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos
[ 38875.195587] dk1 at wd2: "swap0", 5243112 blocks at 65570, type: swap
[ 38875.195587] autoconfiguration error: wd2: error 22 adding entry 2 (a0562557-5782-4fa3-8015-2dafc21fc09a), type 49f48daa-b10e-11dc-b99b-0019d1879648
[ 38875.255614] wd3: GPT GUID: 525f162f-6cf7-4670-b6a7-6fc658dd5260
[ 38875.255614] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos
[ 38875.265620] dk3 at wd3 (efi@wd3) deleted
[ 38875.265620] wd3: GPT GUID: 525f162f-6cf7-4670-b6a7-6fc658dd5260
[ 38875.265620] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos
[ 38875.265620] dk4 at wd3: "swap1", 5243112 blocks at 65570, type: swap
[ 38875.265620] dk4 at wd3 (swap1) deleted
[ 38875.265620] dk3 at wd3 (efi@wd3) deleted
[ 38875.265620] wd3: GPT GUID: 525f162f-6cf7-4670-b6a7-6fc658dd5260
[ 38875.265620] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos
[ 38875.265620] dk4 at wd3: "swap1", 5243112 blocks at 65570, type: swap
[ 38875.265620] autoconfiguration error: wd3: error 22 adding entry 2 (4ad32509-993a-4079-b548-b1b3d0738826), type 49f48daa-b10e-11dc-b99b-0019d1879648
[ 38875.325647] raid0: Device already configured!
[ 38875.335653] raid0: New autoconfig value is: 1
[ 38875.335653] raid0: New rootpartition value is: 1
[ 38878.367078] raid0: GPT GUID: ff26f6ee-1426-441a-9a0a-e14e9f7d3bfd
[ 38878.367078] dk6 at raid0: "ffs@raid0", 7808728317 blocks at 34, type: ffs
[ 38966.228369] dk6 at raid0 (ffs@raid0) deleted
[ 38966.808641] dk1 at wd2 (swap0) deleted
[ 38966.808641] dk0 at wd2 (efi@wd2) deleted
[ 38967.298872] dk4 at wd3 (swap1) deleted
[ 38967.298872] dk3 at wd3 (efi@wd3) deleted
[ 38972.701412] wd2: GPT GUID: e0603067-ec16-4256-ab67-7122d2b52b55
[ 38972.701412] autoconfiguration error: wd2: error 22 adding entry 0 (9cce868e-e93e-48c4-9fa8-25d8b1abedee), type 49f48daa-b10e-11dc-b99b-0019d1879648
[ 38972.791453] wd3: GPT GUID: ab4d0699-ae44-401c-a0c2-8c7ec766a895
[ 38972.791453] autoconfiguration error: wd3: error 22 adding entry 0 (8163298a-c366-41ba-8f61-5be3af94b39e), type 49f48daa-b10e-11dc-b99b-0019d1879648
[ 38972.961533] raid0: Device already configured!
[ 38972.961533] raid0: New autoconfig value is: 1
[ 38972.961533] raid0: New rootpartition value is: 1
[ 38975.992959] raid0: GPT GUID: 05eb58e3-f727-4293-be00-f57813d9f2fd
[ 38975.992959] dk0 at raid0: "ffs@raid0", 7808728317 blocks at 34, type: ffs
[ 39470.545350] dk0 at raid0 (ffs@raid0) deleted
[ 39470.665406] raid0: GPT GUID: 05eb58e3-f727-4293-be00-f57813d9f2fd
[ 39470.705425] autoconfiguration error: raid0: bad GPT partition array CRC
[ 39493.416086] wd2: GPT GUID: 8d59a4d9-cf38-41d1-8c54-4b7ac818c32d
[ 39493.416086] dk0 at wd2: "swap0", 5000 blocks at 34, type: swap
[ 39493.416086] dk0 at wd2 (swap0) deleted
[ 39493.416086] wd2: GPT GUID: 8d59a4d9-cf38-41d1-8c54-4b7ac818c32d
[ 39493.416086] dk0 at wd2: "swap0", 5000 blocks at 34, type: swap
[ 39493.416086] autoconfiguration error: wd2: error 22 adding entry 1 (db122ec8-b8f3-44f7-a059-962b6fa3ac5c), type 49f48daa-b10e-11dc-b99b-0019d1879648
[ 39493.466110] wd3: GPT GUID: a52e242b-de43-4736-b744-93c88a663235
[ 39493.466110] dk1 at wd3: "swap1", 5000 blocks at 34, type: swap
[ 39493.476115] dk1 at wd3 (swap1) deleted
[ 39493.476115] wd3: GPT GUID: a52e242b-de43-4736-b744-93c88a663235
[ 39493.476115] dk1 at wd3: "swap1", 5000 blocks at 34, type: swap
[ 39493.476115] autoconfiguration error: wd3: error 22 adding entry 1 (674b0999-6dc9-42be-b9dc-c0b9aa77f2ea), type 49f48daa-b10e-11dc-b99b-0019d1879648
[ 39493.496124] raid0: Device already configured!
[ 39493.506129] raid0: New autoconfig value is: 1
[ 39493.506129] raid0: New rootpartition value is: 1
[ 39496.547557] raid0: GPT GUID: edb628ce-fc54-45f9-9153-9e3d03f264a1
[ 39496.547557] dk3 at raid0: "ffs@raid0", 7808728317 blocks at 34, type: ffs
[ 39922.727661] dk3 at raid0 (ffs@raid0) deleted
[ 39922.757675] raid0: GPT GUID: edb628ce-fc54-45f9-9153-9e3d03f264a1
[ 39922.777684] autoconfiguration error: raid0: bad GPT partition array CRC
[ 39922.937759] dk0 at wd2 (swap0) deleted
[ 39923.117843] dk1 at wd3 (swap1) deleted
[ 39956.363454] wd2: GPT GUID: 7f5d2a27-6b61-4413-a89b-c7608b9a8224
[ 39956.363454] dk0 at wd2: "swap0", 10240 blocks at 34, type: swap
[ 39956.363454] dk0 at wd2 (swap0) deleted
[ 39956.363454] wd2: GPT GUID: 7f5d2a27-6b61-4413-a89b-c7608b9a8224
[ 39956.363454] dk0 at wd2: "swap0", 10240 blocks at 34, type: swap
[ 39956.363454] autoconfiguration error: wd2: error 22 adding entry 1 (01b96ad7-1278-4280-ac69-e87be2a5a198), type 49f48daa-b10e-11dc-b99b-0019d1879648
[ 39956.413477] wd3: GPT GUID: 7f2353ae-558f-4367-8242-cae902d8065b
[ 39956.413477] dk1 at wd3: "swap1", 10240 blocks at 34, type: swap
[ 39956.423483] dk1 at wd3 (swap1) deleted
[ 39956.423483] wd3: GPT GUID: 7f2353ae-558f-4367-8242-cae902d8065b
[ 39956.423483] dk1 at wd3: "swap1", 10240 blocks at 34, type: swap
[ 39956.423483] autoconfiguration error: wd3: error 22 adding entry 1 (a1256a19-844f-4e75-95ba-223c32292295), type 49f48daa-b10e-11dc-b99b-0019d1879648
[ 39956.593561] raid0: Device already configured!
[ 39956.603567] raid0: New autoconfig value is: 1
[ 39956.603567] raid0: New rootpartition value is: 1
[ 39959.634989] raid0: GPT GUID: 5f1380ee-b4e2-4b3c-b028-8a1126e9f357
[ 39959.634989] dk3 at raid0: "ffs@raid0", 7808728317 blocks at 34, type: ffs
[ 40140.359851] dk3 at raid0 (ffs@raid0) deleted
[ 40140.499917] dk0 at wd2 (swap0) deleted
[ 40140.549941] dk1 at wd3 (swap1) deleted
[ 40153.105834] wd2: GPT GUID: 28fcb744-ce51-4a0c-9fd2-7aa1e79039cd
[ 40153.105834] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos
[ 40153.105834] dk0 at wd2 (efi@wd2) deleted
[ 40153.105834] wd2: GPT GUID: 28fcb744-ce51-4a0c-9fd2-7aa1e79039cd
[ 40153.105834] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos
[ 40153.105834] dk1 at wd2: "swap0", 10240 blocks at 65570, type: swap
[ 40153.115838] dk1 at wd2 (swap0) deleted
[ 40153.115838] dk0 at wd2 (efi@wd2) deleted
[ 40153.115838] wd2: GPT GUID: 28fcb744-ce51-4a0c-9fd2-7aa1e79039cd
[ 40153.115838] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos
[ 40153.115838] dk1 at wd2: "swap0", 10240 blocks at 65570, type: swap
[ 40153.115838] autoconfiguration error: wd2: error 22 adding entry 2 (c3fad54c-3d84-4ace-b366-8dae8bd1bf90), type 49f48daa-b10e-11dc-b99b-0019d1879648
[ 40875.405112] wd3: GPT GUID: c6ef09f9-ef5b-42f9-ab45-5c63f77a71b3
[ 40875.405112] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos
[ 40875.405112] dk3 at wd3 (efi@wd3) deleted
[ 40875.405112] wd3: GPT GUID: c6ef09f9-ef5b-42f9-ab45-5c63f77a71b3
[ 40875.405112] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos
[ 40875.405112] dk4 at wd3: "swap1", 10240 blocks at 65570, type: swap
[ 40875.415116] dk4 at wd3 (swap1) deleted
[ 40875.415116] dk3 at wd3 (efi@wd3) deleted
[ 40875.415116] wd3: GPT GUID: c6ef09f9-ef5b-42f9-ab45-5c63f77a71b3
[ 40875.415116] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos
[ 40875.415116] dk4 at wd3: "swap1", 10240 blocks at 65570, type: swap
[ 40875.415116] autoconfiguration error: wd3: error 22 adding entry 2 (409ae0d4-ee8b-48ea-b1f9-d4c28efa7531), type 49f48daa-b10e-11dc-b99b-0019d1879648
[ 41057.440668] dk1 at wd2 (swap0) deleted
[ 41057.440668] dk0 at wd2 (efi@wd2) deleted
[ 41057.490693] dk4 at wd3 (swap1) deleted
[ 41057.490693] dk3 at wd3 (efi@wd3) deleted
[ 41085.383805] wd2: GPT GUID: c7317e42-8005-45b6-96cd-01e5abe9dd00
[ 41085.383805] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos
[ 41106.533748] dk0 at wd2 (efi@wd2) deleted
[ 41106.573767] wd2: GPT GUID: c7317e42-8005-45b6-96cd-01e5abe9dd00
[ 41106.573767] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos
[ 41106.573767] dk1 at wd2: "swap0", 10240 blocks at 65570, type: swap
[ 41138.088584] dk1 at wd2 (swap0) deleted
[ 41138.088584] dk0 at wd2 (efi@wd2) deleted
[ 41138.358711] wd2: GPT GUID: c7317e42-8005-45b6-96cd-01e5abe9dd00
[ 41138.358711] dk0 at wd2: "efi@wd2", 65536 blocks at 34, type: msdos
[ 41138.358711] dk1 at wd2: "swap0", 10240 blocks at 65570, type: swap
[ 41138.358711] autoconfiguration error: wd2: error 22 adding entry 2 (9a30ad4e-8b61-492c-ab99-59eba0272f05), type 49f48daa-b10e-11dc-b99b-0019d1879648
[ 41257.894924] wd3: GPT GUID: adb78224-46c2-4b4d-82b1-0203ef99a98d
[ 41257.894924] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos
[ 41287.698937] dk3 at wd3 (efi@wd3) deleted
[ 41287.738954] wd3: GPT GUID: adb78224-46c2-4b4d-82b1-0203ef99a98d
[ 41287.738954] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos
[ 41287.738954] dk4 at wd3: "swap1", 10240 blocks at 65570, type: swap
[ 41362.904294] dk4 at wd3 (swap1) deleted
[ 41362.904294] dk3 at wd3 (efi@wd3) deleted
[ 41362.944312] wd3: GPT GUID: adb78224-46c2-4b4d-82b1-0203ef99a98d
[ 41362.944312] dk3 at wd3: "efi@wd3", 65536 blocks at 34, type: msdos
[ 41362.944312] dk4 at wd3: "swap1", 10240 blocks at 65570, type: swap
[ 41362.944312] autoconfiguration error: wd3: error 22 adding entry 2 (72891246-620c-4141-a409-2e93348bc7d8), type 49f48daa-b10e-11dc-b99b-0019d1879648
[ 41465.102351] raid0: Device already configured!
[ 41545.059957] raid0: Device already configured!
[ 41568.230856] raid0: Device already configured!
[ 41587.249801] raid0: Device already configured!
[ 41614.772748] raid0: Device already configured!
[ 41635.962717] raid0: Device already configured!
[ 41662.915393] raid0: New autoconfig value is: 1
[ 41662.925399] raid0: New rootpartition value is: 1
[ 41740.321775] raid0: GPT GUID: 129f9922-469c-42cd-aac6-f44034fc7346
[ 41740.471846] dk6 at raid0: "ffs@raid0", 7808728317 blocks at 34, type: ffs
[ 44107.815435] syncing disks... done



Home | Main Index | Thread Index | Old Index