- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- EXT3 Error causing systme to hang ...
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
Forums
Discussions
Discussions
Discussions
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
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
03-19-2003 01:17 PM
03-19-2003 01:17 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 02:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 02:32 AM
03-20-2003 02:32 AM
Re: EXT3 Error causing systme to hang ...
are u using any scsi drives. see if there is any info in /proc/devices.
if yes, disable them. also check if ur ide disk is proper. do a dd and see if it is completely readable.
and post back the results once u have fixed them.
thanks
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 08:08 AM
03-20-2003 08:08 AM
Re: EXT3 Error causing systme to hang ...
attached is the result of cat /proc/device. I do not have scsi disk or any other scsi devices. As far as the dd command, do you mean "dd if=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 09:05 AM
03-20-2003 09:05 AM
Re: EXT3 Error causing systme to hang ...
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 11:29 AM
03-20-2003 11:29 AM
Re: EXT3 Error causing systme to hang ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2003 05:57 AM
03-21-2003 05:57 AM
Re: EXT3 Error causing systme to hang ...
I did scan the disk for badblocks, it turns out there are 4 badblocks on the disk. I will dump the badblocks to a file and then mark it as bad via e2fsck. Could this be why my box keeps crashing when I started up my app which resides on the filesystem with the badblocks? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2003 03:48 AM
03-23-2003 03:48 AM
Re: EXT3 Error causing systme to hang ...
>I did scan the disk for >badblocks, it turns out >there are 4 badblocks on the >disk. I will dump the >badblocks to a file and then >mark it as bad via e2fsck. >Could this be why my box >keeps crashing when I >started up my app which >resides on the filesystem >with the badblocks? Thanks.
IMHO, it may be a reason for your craches.
I suggest you to reformat this HD and run mkfs with badblock checking.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2003 10:17 AM
03-23-2003 10:17 AM
Re: EXT3 Error causing systme to hang ...
All,
Is there a way to run e2fsck with -c option to check for bad block when I reboot the server. I need to do this before the filesystem is mounted during the boot process. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2003 11:08 PM
03-23-2003 11:08 PM
Re: EXT3 Error causing systme to hang ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2003 05:30 PM
03-24-2003 05:30 PM
Re: EXT3 Error causing systme to hang ...
I've figured how to handle the filesystem check on / or any other filesystems. Thanks.