Ricardo Correia wrote: >> # zpool status >> pool: media >> state: FAULTED >> scrub: none requested >> config: >> >> NAME STATE READ WRITE CKSUM >> media UNAVAIL 0 0 0 insufficient replicas >> raidz1 UNAVAIL 0 0 0 corrupted data >> sda ONLINE 0 0 0 >> sdb ONLINE 0 0 0 >> sdc ONLINE 0 0 0 >> sdd ONLINE 0 0 0 >
Another weird behaviour, after rebooting: > # zpool import -f media > cannot import 'media': one or more devices is currently unavailable > # zpool status > no pools available > # cfdisk /dev/sda > Disk Drive: /dev/sda > Size: 500107862016 bytes, 500.1 GB > Pri/Log Free Space 500105.25 > Same for sdb/c/d After another reboot (and this is really strange): > # zpool import > pool: media > id: 18446744072804078091 > state: FAULTED > action: The pool cannot be imported due to damaged devices or data. > config: > media UNAVAIL insufficient replicas > raidz1 UNAVAIL corrupted data > sda ONLINE > sdb ONLINE > sdc ONLINE > sdd ONLINE > # zpool import media > cannot import 'media': pool may be in use from other system > # zpool import -f media > cannot import 'media': one or more devices is currently unavailable > When I do less -f /dev/sda, I see "raidz", "/dev/sdb" etc, after lots of > glibberish, and I can successfully do grep someknownfilename -a|less, so it > seems that things were indeed written, and to this disk. Any ideas?