Shifty One
Dabbler
- Joined
- May 5, 2016
- Messages
- 11
Title says most of it. I have a pair of 8GB USB sticks in a Mirror for booting. All was well until one of them started going bad and was degraded. No problem, I have more! Pop in a new drive, let it resilver. All appears well. Until I had to reboot... Upon reboot, the system with hang at "Divide by Zero" red screen with a few error codes. I tried booting a few different ways and narrowed it down to my new USB stick. When I removed it from the system and used just one drive, it booted fine (but complaining about the boot volume of course).
Well, I deleted all partitions and cleaned the stick, let it resilver again. Still happens. Something about my Proliant ML10v2 server does not seem to like those sticks. However, I have used the same exact brand to load Linux on my desktop machine (bought a 4 pack).
Is there something that the resilver process is not doing? The only think that I can see from "Disks" in Ubuntu is that it is not flagged as a system partition / Bootable. Would that be the cause and/or fix?
Thanks!
Well, I deleted all partitions and cleaned the stick, let it resilver again. Still happens. Something about my Proliant ML10v2 server does not seem to like those sticks. However, I have used the same exact brand to load Linux on my desktop machine (bought a 4 pack).
Is there something that the resilver process is not doing? The only think that I can see from "Disks" in Ubuntu is that it is not flagged as a system partition / Bootable. Would that be the cause and/or fix?
Code:
Disk /dev/sdg: 7.5 GiB, 8002732032 bytes, 15630336 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: 9FF67DD5-51A4-11E9-871F-3CA82A4B5028 Device Start End Sectors Size Type /dev/sdg1 40 1063 1024 512K FreeBSD boot /dev/sdg2 1064 15630295 15629232 7.5G FreeBSD ZFS
Code:
*-usb:3
description: Mass storage device
product: Cruzer Fit
vendor: SanDisk
physical id: 8
bus info: usb@1:8
logical name: scsi10
version: 1.00
serial: 4C530001091104113044
capabilities: usb-2.00 scsi emulated scsi-host
configuration: driver=usb-storage maxpower=200mA speed=480Mbit/s
*-disk
description: SCSI Disk
product: Cruzer Fit
vendor: SanDisk
physical id: 0.0.0
bus info: scsi@10:0.0.0
logical name: /dev/sdg
version: 1.00
serial: 4C530001091104113044
size: 7632MiB (8002MB)
capabilities: removable
configuration: ansiversion=6 logicalsectorsize=512 sectorsize=512
*-medium
physical id: 0
logical name: /dev/sdg
size: 7632MiB (8002MB)
capabilities: gpt-1.00 partitioned partitioned:gpt
configuration: guid=9ff67dd5-51a4-11e9-871f-3ca82a4b5028
*-volume:0
description: boot partition
vendor: FreeBSD
physical id: 1
logical name: /dev/sdg1
serial: 9ff866f2-51a4-11e9-871f-3ca82a4b5028
capacity: 511KiB
capabilities: boot
*-volume:1
description: ZFS partition
vendor: FreeBSD
physical id: 2
logical name: /dev/sdg2
serial: a0344772-51a4-11e9-871f-3ca82a4b5028
capacity: 7631MiB
Thanks!