Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, Looking for suggestions on diagnosing and fixing a problem with a Reiser partition, complaining of a bad super block. The partition however is on a raid 5 array, which ...
  1. #1
    Just Joined!
    Join Date
    Jul 2011
    Posts
    1

    Reiser Partition Problem

    Hi,
    Looking for suggestions on diagnosing and fixing a problem with a Reiser partition, complaining of a bad super block. The partition however is on a raid 5 array, which was created and managed with mdadm.

    I'm reluctant to just run the reiserfsck --rebuild-sb, because in years past I cannot recall it ever really working.

    Sorry, for any lack of details, not at the server at the moment. Running SuSE 10.

    Mike

  2. #2
    Linux User
    Join Date
    Jan 2005
    Location
    Saint Paul, MN
    Posts
    262
    Just because a filesystem is placed on a RAID does not mean that the filesystem can not develop problems. The raid is managing at the sector level (knowning nothing of the filesystem that is applied to the device) and the filesystem is managing above the sector level. Always backup even when using a RAID device. I have seen lots of RAID devices develop filesystem problems mostly on XFS which required re-imaging and restore from backup in the last year and a half. At work we moved from xfs to ext4. At home I use ReiserFS and jfs.

    I have add lots success running "reiserfsck --rebuild" but I have never had much luck with "xfs-rebuild".

Posting Permissions

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