Results 1 to 5 of 5
Hi Guys,
I restore tape backup on my Linux server. At the time of booting the server it cannot able to read the filesystems. I am getitng the following message,
...
- 03-04-2010 #1Just Joined!
- Join Date
- Mar 2010
- Location
- India
- Posts
- 5
File systems not reading
Hi Guys,
I restore tape backup on my Linux server. At the time of booting the server it cannot able to read the filesystems. I am getitng the following message,
Can any one please help me to solve this problemCode:Your system appears to have shutdown uncleanly Forcing file system integrity check due to default setting Checking root filesystem fsch.ext3: file system has unsupported features (S) (/) e2fsck: Get a never version of e2fsck! (FAILED) *** An error occurred during the file system check. *** Dropping you to a shell; the system will reboot *** when you leave the shell. Give root password for maintenance (or type Control-D to continue):
Last edited by devils casper; 03-04-2010 at 12:39 PM. Reason: Added [code]...[/code] tag.
- 03-04-2010 #2
Boot up from LiveCD of any Linux distro and execute fsck on that partition.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-07-2010 #3Just Joined!
- Join Date
- Mar 2010
- Location
- India
- Posts
- 5
Thanks for your kn=indly reply to me. Can you please detaily explain me hoe to do this.
- 03-07-2010 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
Welcome to the forums!

Parted Magic is a good choice for a liveCD utility disk should you want to use it.
Boot with it or the live disk of your choice, go to a terminal and run fsck.
Check the man page for fsck for instructions and examples, and a listing of the options available to you:
Code:man fsck
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 03-08-2010 #5Just Joined!
- Join Date
- Mar 2010
- Location
- India
- Posts
- 5
I think the probllem is in creating the file system. I am using the following command for creating file systems at the time of restore.
# mke2fs -j -L /boot /dev/sda1
# mke2fs -j -L /usr /dev/sda2
# mke2fs -j -L / /dev/sdb3
# mke2fs -j -L /var /dev/sda6
# mke2fs -j -L /tmp /dev/sda7
# mke2fs -j -L /data1 /dev/sda8
# mke2fs -j -L /data2 /dev/sdb1
Can you please check this command whether it is correct or not


Reply With Quote