- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: HELP my linux server crashed completely !
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
06-07-2004 05:49 AM
06-07-2004 05:49 AM
my linux server SuSE 8.2 (Ext3) after restart crashed completely !
If I try to restart I get each time on the screen:
" /dev/hda3 contains file system with errors, check forced...(it try to repqair)
fsck for root file system failed
please repair manually and reboot
the root file system is currently mounted read only "
I've tried to boot with Knoppix but cannot write on the damaged Ext3 system.
Knoppix can mount damaged partition "read only".
what can I do now or how can I repair manually ?
regards
chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 05:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 06:00 AM
06-07-2004 06:00 AM
Re: HELP my linux server crashed completely !
remove the filesystem and recreate it afterwards restoring the data from a backup.
You might try booting and repairing with a utilty from Suse or the emergency disk you had he option of creating during installation.
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
06-07-2004 06:35 AM
06-07-2004 06:35 AM
Re: HELP my linux server crashed completely !
Alternatively you can remount the filesystem rw. To do this do something like the following if root is already mounted.
mount -o remount,rw /dev/hda3
Doing an fsck on a mounted filesystem isnt great though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 07:01 AM
06-07-2004 07:01 AM
Re: HELP my linux server crashed completely !
try booting with Knoppix again.
Do NOT mount the root filesystem of your hard disk, but do an fsck on it before mounting it.
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 07:30 AM
06-07-2004 07:30 AM
Re: HELP my linux server crashed completely !
howto boot Knoppix 3.4 without any mounts ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 07:47 AM
06-07-2004 07:47 AM
Re: HELP my linux server crashed completely !
You should be able to unmount the damaged filesystem with "umoutn /dev/hda3" and then do your fsck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 11:43 AM
06-07-2004 11:43 AM
Re: HELP my linux server crashed completely !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 12:12 PM
06-07-2004 12:12 PM
Re: HELP my linux server crashed completely !
but should I use:
fsck -f -c -y /dev/hda3
or
e2fsck -f -c -y /dev/hda3
for Ext3 file system ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 12:19 PM
06-07-2004 12:19 PM
Re: HELP my linux server crashed completely !
fsck.ext3 -f -c -y /dev/hda3 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 12:53 PM
06-07-2004 12:53 PM
Re: HELP my linux server crashed completely !
fsck will spawn off and do 'fsck.
The 'e2fsck' is the same binary.
If you do:
ls -li /sbin/{e2fsck,fsck.ext2,fsck.ext3}
you'll see that all 3 share the same i-node number, and are hard-linked (on most systems at least).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 06:26 AM
06-08-2004 06:26 AM
Re: HELP my linux server crashed completely !
I've started with SUSE setup CD in "rescue mode",
did:
fsck -f -c -y /dev/hda3
and the file system was successfully repaired !
now the the server starts without any problems and I'm very happy.
greetings
chris