Find the answer to your Linux question:
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, ...
  1. #1
    Just 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,

    Code:
    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):
    Can any one please help me to solve this problem
    Last edited by devils casper; 03-04-2010 at 12:39 PM. Reason: Added [code]...[/code] tag.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Just 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.

  4. #4
    oz
    oz is online now
    forum.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.

  5. #5
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...