I mounted vmdk file and now I can see this mounted hard in my linux OS
but when I want to see hard details with ls command, I get this error message
root@redhost:/data# lsblk -f | grep sd
sda
├─sda1 ext4 22400b10-###-42ce-9c78-### 253.2G 3% /
├─sda2
└─sda5 swap c2370f02-###-485b-98b3-### [SWAP]
sdb
└─sdb1 ufs 5ca9951671### 79.3G 52% /data
~:/data# df -h | grep sd
/dev/sda1 276G 8.7G 254G 4% /
/dev/sdb1 197G 102G 80G 57% /data <<<<<<<<<<<<
~:/data# cd /data
~:/data# ls
ls: reading directory '.': Input/output error
How can I resolve this problem?