From: Emmanuel Florac <eflorac@intellique.com>
To: Tom Mason <tom_mason@me.com>
Cc: Brian Foster <bfoster@redhat.com>, "xfs@oss.sgi.com" <xfs@oss.sgi.com>
Subject: Re: Mount: Structure needs cleaning
Date: Mon, 13 Oct 2014 12:19:51 +0200 [thread overview]
Message-ID: <20141013121951.6daa8652@harpe.intellique.com> (raw)
In-Reply-To: <A78F010F-2624-465E-8D16-0D89D39FD093@me.com>
Le Mon, 13 Oct 2014 11:05:49 +0100
Tom Mason <tom_mason@me.com> écrivait:
> > Which means the filesystem tried to read the offset at 62GB and the
> > underlying device failed it with EIO. That's not an XFS failure.
> > What error is there in dmesg when you run that xfs_repair command?
>
> What's EIO?
> 'Error in dmesg' How would I report this info to you?
"Input/Output Error" . Run the "dmesg" command immediately after
this error, and see what it reports last (end of command output).
> > This asks you to post the contents of /proc/partitions, which is
> > what the kernel thinks are the partition sizes.
>
> How do I do this?
cat /proc/partitions
> >> Yes it's a NAS drive and so I assume had some kind of proprietary
> >> OS on the other partitions (this is where i might have messed up
> >> by deleting?!) I'm pretty sure that the drive in bold below (sdc2)
> >> is the one I'm after which is xfs...
> >
> > Ummm, exactly what are you trying to do with this drive/filesystem?
> > What device did the drive come from in the first place?
>
> It's a lacie 'Neil poulton' network space1 1tb NAS drive (see first
> paragraph of post) - it recently stopped working and was stuck in a
> 'spin cycle' - it contains my music and video backups. I'm trying to
> recover the files...
Most probably disk is badly damaged, dead or dying. It's advisable to
try to create an image of the disk on another one, and work for this
image, because this disk will probably die any time now. It's no use
trying to repair a filesystem on a bad drive, which is the cause of the
errors from the beginning.
If all you care is to get your files back, just try to mount the volume
in read-only, non-recovery mode :
mount -o ro,norecovery /dev/sdc2 /tmp/mount
Then proceed by copying whatever you can get. Consider that any file
that gives an error is lost.
The other option is Kroll Ontrack or similar services, of course.
--
------------------------------------------------------------------------
Emmanuel Florac | Direction technique
| Intellique
| <eflorac@intellique.com>
| +33 1 78 94 84 02
------------------------------------------------------------------------
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2014-10-13 10:19 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-12 8:43 Mount: Structure needs cleaning tommason
2014-10-12 14:20 ` Brian Foster
2014-10-12 22:39 ` tom mason
2014-10-12 22:48 ` tom mason
2014-10-12 22:51 ` tom mason
2014-10-12 23:10 ` Dave Chinner
2014-10-13 10:05 ` Tom Mason
2014-10-13 10:19 ` Emmanuel Florac [this message]
2014-10-13 10:40 ` Tom Mason
2014-10-13 9:26 ` Emmanuel Florac
-- strict thread matches above, loose matches on Subject: below --
2014-10-13 20:33 Tom Mason
2014-10-13 22:09 ` Dave Chinner
2014-10-13 22:25 ` Tom Mason
2014-10-13 23:44 ` Dave Chinner
2014-10-13 22:38 ` Tom Mason
2014-10-13 23:47 ` Dave Chinner
2014-10-14 10:55 ` Emmanuel Florac
2014-10-14 15:46 ` Tom Mason
2014-10-14 16:38 ` Emmanuel Florac
2014-10-14 16:43 ` Tom Mason
2014-10-21 20:44 ` Tom Mason
2012-02-26 3:15 mount: " MikeJeezy
2012-02-26 4:35 ` Stan Hoeppner
2012-02-26 7:22 ` MikeJeezy
2012-02-26 17:07 ` Stan Hoeppner
2012-02-27 0:49 ` Dave Chinner
2012-02-27 3:11 ` MikeJeezy
2012-02-27 6:28 ` Stan Hoeppner
2012-02-27 18:32 ` MikeJeezy
2012-02-28 1:48 ` Dave Chinner
2012-02-28 9:14 ` Brian Candler
2012-02-29 3:50 ` Dave Chinner
2012-02-29 7:40 ` Brian Candler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141013121951.6daa8652@harpe.intellique.com \
--to=eflorac@intellique.com \
--cc=bfoster@redhat.com \
--cc=tom_mason@me.com \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox