Jump to content

Structure needs cleaning


Recommended Posts

How do you go about fixing this?

 

root@BackupNas:/mnt/disk2/Main# cd Video

-bash: cd: Video: Structure needs cleaning

root@BackupNas:/mnt/disk2/Main# xfs_repair Video

Video: Structure needs cleaning

Video: Structure needs cleaning

 

fatal error -- couldn't initialize XFS library

root@BackupNas:/mnt/disk2/Main#

Link to comment
Q: I see applications returning error 990 or "Structure needs cleaning", what is wrong?

 

The error 990 stands for EFSCORRUPTED which usually means XFS has detected a filesystem metadata problem and has shut the filesystem down to prevent further damage. Also, since about June 2006, we converted from EFSCORRUPTED/990 over to using EUCLEAN, "Structure needs cleaning."

The cause can be pretty much anything, unfortunately - filesystem, virtual memory manager, volume manager, device driver, or hardware.

There should be a detailed console message when this initially happens. The messages have important information giving hints to developers as to the earliest point that a problem was detected. It is there to protect your data.

You can use xfs_repair to remedy the problem (with the file system unmounted).

Link to comment
  • 4 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...