TV
MOVIES
MUSIC
SHOWBIZ
SOAPS
GAMING
TECH
FORUMS
Follow
Follow
facebook
twitter
google+
instagram
youtube
TV
MOVIES
MUSIC
SHOWBIZ
SOAPS
GAMING
TECH
FORUMS
Forums
Register
Login
Forums
Entertainment Services
Satellite
Freesat+ Recorders
FOXSAT HDR - EXTERNAL EXT3 Caddy
REPASSAC
03-04-2011
Seeking a unix expert - does anyone know how one would check the integrity of a EXT3 file system of a disk contained in a USD caddy - from either a Windows system or ubuntu?
Dan the Van
03-04-2011
Try looking at fsck
Dan.
REPASSAC
03-04-2011
Originally Posted by
Dan the Van
:
“Try looking at fsck
Dan.”
Thanks - yielded useful info.
nowster
04-04-2011
e2fsck -f -C0 /dev/sdXXX
-f = force check
-C0 = show a progress bar
/dev/sdXXX = where the partition is