Parece que as informações do inode para o ostani
dir estão corrompidas. No entanto, os dados reais podem ser bons.
Se sim, você pode usar o debugfs para recuperar isso. Desmonte o disco rígido e continue.
debugfs -c /dev/sdNP # replace N and P with the hard disk letter and partition
# the -c option opens the filesystem in read-only mode without looking for inode information
# At the debugfs prompt do the following
ls -l # this lists down the dir/file
rdump ostani /tmp # this saves the recovered data of ostani dir to /tmp/ostani