Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i've put some hdd in my computer rack (OS on that disk is win*), now i wan't to check the whole disk for any bad sectors. What program/app do u suggest?
Well that depends on the filesystem. Usually you can run fsck although that's only a wrapper to the specific filesystem check program. Since it's a windows drive you will probably have to do dosfsck. You can check all the different filesystems it would support by running 'ls /sbin/fsck*'
Read the manpages for all the options you can specify. You would probably want -r and -t.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.