It is possible to check the file system typeCode: [Select]df -Th | grep "^/dev"Try using just fsckCode: [Select]sudo fsck /dev/sda2fsck is a wrapper for various filesystem checks.I have assumed you would have a ext type as being linux.
It is possible to check the file system typeCode: [Select]
df -Th | grep "^/dev"
Try using just fsck
Code: [Select]
sudo fsck /dev/sda2
fsck is a wrapper for various filesystem checks.
I have assumed you would have a ext type as being linux.