- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to run badblocks check on linux ?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2003 02:34 PM
тАО07-21-2003 02:34 PM
how to run badblocks check on linux ?
I'm using linux SuSE 8.2
kind regards
chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2003 06:52 PM
тАО07-21-2003 06:52 PM
Re: how to run badblocks check on linux ?
# badblocks -ws /dev/fd0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2003 07:37 PM
тАО07-21-2003 07:37 PM
Re: how to run badblocks check on linux ?
http://wireless.ictp.trieste.it/school_2002/lectures/fonda/MoreLinux/linux/linux_guides/RH_Linux_Unleashed/rhl05.htm
https://listman.redhat.com/archives/ataraid-list/2002-December/date.html
https://listman.redhat.com/archives/ataraid-list/2002-December/msg00022.html
for sure, remember to unmount the filesystem first.
There is a command called badblocks that you might want to do a man page on.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2003 01:15 AM
тАО07-22-2003 01:15 AM
Re: how to run badblocks check on linux ?
if your disk is /dev/hda
# dd if=/dev/hda of=/dev/null ob=1M
watch for I/O errors or something alike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2003 11:34 AM
тАО07-22-2003 11:34 AM
Re: how to run badblocks check on linux ?
badblocks -vs
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-26-2003 10:31 PM
тАО07-26-2003 10:31 PM
Re: how to run badblocks check on linux ?
in order to run a disk surface check you should:
1. boot your system into runlevel 1
2. umount you partition/HD that you wish to check for bad-blocks,( you can run e2label /dev/hda2 - and you will get label of your partition/HD
3. run: e2fsck ???p ???f /dev/hda9
the -p is for repair, the -f is for force ( where /dev/hda9 is the partition that you wish to check
god luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-26-2003 10:31 PM
тАО07-26-2003 10:31 PM
Solutionin order to run a disk surface check you should:
1. boot your system into runlevel 1
2. umount you partition/HD that you wish to check for bad-blocks,( you can run e2label /dev/hda2 - and you will get label of your partition/HD
3. run: e2fsck ???p ???f /dev/hda9
the -p is for repair, the -f is for force ( where /dev/hda9 is the partition that you wish to check
good luck