Hi,
Something strange is happening with a directory on one of my ZFS partitions:
I also tried copying the missing file into the directory, but alas, this is also an I/O error.
Any ideas? Thanks
(Got a scrub going now to see if anything else is busted)
Something strange is happening with a directory on one of my ZFS partitions:
Code:
$ find deleteme/
deleteme/
find: deleteme/: Input/output error
$ cd deleteme/
$ ls
$ cd ..
$ rm -rf deleteme
rm: deleteme: Input/output error
$ find . -name 'deleteme' -type d
./deleteme
find: ./deleteme: Input/output error
$ find . -name 'deleteme' -type d -delete
find: ./deleteme: Input/output error
zpool status -v
indeed lists this as a corrupted directory. It's supposed to contain a file too. I have a backup, but I need to be able to delete the corrupted directory first.I also tried copying the missing file into the directory, but alas, this is also an I/O error.
Any ideas? Thanks
(Got a scrub going now to see if anything else is busted)
Last edited by a moderator: