- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: how to correct the root file system
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
02-17-2006 11:33 PM
02-17-2006 11:33 PM
how to correct the root file system
power off suddenly
the system can't boot
the following wrong messages
CHECKING ROOT FILESYSTEM
/ CONTAINS A FILE SYSTEM WITH ERRORS CHECK FORCED
/ : |===========================
ERROR READING BLOCK 2129978 (ATTEMPT TO READ BLOCK FROM FILESYSTEM
RESULTED IN HORT READ)WHILE DOING INODE SCAN
UNEXCECTED INCONSISTENCY; RUN FSCK ANUALLY
(i.e.,without -a or -p options)
It means that the root file system is corrupted
how can i fix it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2006 12:25 AM
02-18-2006 12:25 AM
Re: how to correct the root file system
Fix whatever issues it's got.
If it wont allow you to do that, find a bootable linux CD with a 'rescue' or 'repair' mode, and do the fsck from there.
This will hopefully fix the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2006 05:17 PM
02-18-2006 05:17 PM
Re: how to correct the root file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 06:36 PM
02-19-2006 06:36 PM
Re: how to correct the root file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 07:50 PM
02-19-2006 07:50 PM
Re: how to correct the root file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 09:20 PM
02-19-2006 09:20 PM
Re: how to correct the root file system
I guess you need to check your disk. Download few HE check utilities from net and try to diagnose your disk.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 02:12 AM
02-20-2006 02:12 AM
Re: how to correct the root file system
way to correct this. FSCK manually.
This is not an unutual occurance using
an unjournaled file system (EXT2).
Once you are up and running consider:
- Check the rc script for the mount and
see if you can set a flag to automatically
fix errors during booting.
- If supported, consider making your root
file system journalled. (EXT3). This
will reduce the likelyhood of such failures
in the future.