If the history for the pool will be of interest, and if cautiously you wish to read only (not write to) the file system at the root of the pool, then maybe:
- restart the computer, export the pool (assuming it imports dynamically), import the pool with readonly=on for the file system.
For the import try first without force –
- Code: Select all
sudo zpool import -o readonly=on 18049541239639813165
– if that fails, then:
- Code: Select all
sudo zpool import -f -o readonly=on 18049541239639813165
For the most verbose history of your pool named
test:
- Code: Select all
sudo zdb -hvvvvv test
ThoughtsThe result of a complete scrub will be of interest but first, maybe the history. Although the hard disk drive is new, wonder whether there's a problem with hardware.
If you can, please let us have the make and model of the drive, Mac etc.. Thanks.