-
Newbie
ScanDisk for Linux
I'd like to scan the whole disk surface, not only data areas. I found, that an equivalent for Scandisk is e2fsck, but does it support reiserfs ? And does it have the option for scanning whole disk surface ?
Thanks for any help.
P.S. Sorry for my English. I'm still learning.
-
Member
Re:ScanDisk for Linux
yes as far as I know there should be a fsck for reiserfs, if you wanna scan the entire disk surface you could do an block scan
takes alot of time, can't tell you the specific parameter's on a windows computer at the moment.
-
Mentor
Re:ScanDisk for Linux
To do a surface check, use:
badblocks /dev/hdaX
To check a reiserfs file system, use:
fsck.reiserfs /dev/hdaX
(replace X with the partition number you want to check)
-
Newbie
Re:ScanDisk for Linux
Thank You very much.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks