Everything posted by Ozenzo
-
ZFS Disk in Array Unmountable
The parity drive cannot be mounted also?
-
ZFS Disk in Array Unmountable
This is after I stop the array and echo 1 > /sys/block/sdc/device/delete? Edit: Here's the output root@Tower:~# echo 1 > /sys/block/sdc/device/delete root@Tower:~# zpool import pool: disk1 id: 16282578758468177107 state: ONLINE action: The pool can be imported using its name or numeric identifier. config: disk1 ONLINE sdb1 ONLINE root@Tower:~# zpool import -o readonly=on -d /dev/sdb1 disk1 cannot import 'disk1': insufficient replicas Destroy and re-create the pool from a backup source.
-
ZFS Disk in Array Unmountable
No worries. Here's the output: root@Tower:~# echo 1 > /sys/block/sdc/device/delete root@Tower:~# zpool import pool: disk1 id: 16282578758468177107 state: ONLINE action: The pool can be imported using its name or numeric identifier. config: disk1 ONLINE sdb1 ONLINE root@Tower:~# zpool import disk1 cannot import 'disk1': one or more devices is currently unavailable
-
ZFS Disk in Array Unmountable
echo 1 > /sys/block/sdX/device/delete sdX is changed to the unmountable disk (sdc) or execute code as is?
-
ZFS Disk in Array Unmountable
That's unfortunate. The same error appears. Next step would be to probably format and rebuild?
-
ZFS Disk in Array Unmountable
Here's the output: root@Tower:~# zpool import disk1 cannot import 'disk1': insufficient replicas Destroy and re-create the pool from a backup source. Does this mean files are no more?
-
ZFS Disk in Array Unmountable
Here is the ouput: root@Tower:~# zpool import pool: disk1 id: 16282578758468177107 state: ONLINE action: The pool can be imported using its name or numeric identifier. config: disk1 ONLINE md1p1 ONLINE
-
ZFS Disk in Array Unmountable
Hello, I have an array with 2 drives, 1 parity and 1 disk with zfs filesystem. I woke up then just learned my server crashed. It is now up and running but disk1 can't be mounted - Unmountable: Unsupported or no file system. I've had some errors, something in the like of ICRC Abort, appear before this but I reconnected the wires of drives and they seem to have gone. Diagnostics are uploaded below. Thank you! Edit: It might be worth noting I'm running Unraid through proxmox, usb drive and SATA controllers passed through. tower-diagnostics-20250202-1346.zip