From: Ben Myers <bpm@sgi.com>
To: "Scott, Edmund J @ SSG - Link" <edmund.scott@l-3com.com>
Cc: "xfs@oss.sgi.com" <xfs@oss.sgi.com>
Subject: Re: SGI Version 1 XFS on Linux
Date: Wed, 6 May 2015 12:12:22 -0500 [thread overview]
Message-ID: <20150506171222.GA22744@sgi.com> (raw)
In-Reply-To: <2994A55DE0FBBE41B8FE47F9885D74221BC0569C@ARLEXCHMBX02.lst.link.l-3com.com>
Hi Edmund,
On Wed, May 06, 2015 at 03:12:59PM +0000, Scott, Edmund J @ SSG - Link
wrote:
> We have several older SGI hard drives we are trying to recover data
> from. However, since these drives came from an SGI Onyx running IRIX
> 6.2, it uses the older version 1 XFS file system. I can see the SCSI
> drive on my Linux box (CentOS 5.11) and I know data is on the drive, I
> can list out some of the info using dd, cpio or strings, but cannot
> copy the data off of it. I have tried using xfs_copy to a version 2
> XFS partition, but it just converts the target partition to version 1,
> which I cannot mount. I have also looked at xfs_dump/restore,
> but those require mounted filesystems.
>
> Is there any script or program or option I can use to copy the data
> off of the un-mounted SGI XFS partition. I'm guessing some combination
> of the cpio and dd, but I have not figured out the right combination
> yet.
Apparently CentOS 5.11 should be a 2.6.18 kernel. It looks like it
should still have support for version 1, so I'm surprised you're having
trouble. Could you provide a little more information?
1) dmesg output when you try to mount the filesystem
2) xfs_info output, e.g.
xfs_info /dev/sda5
3) hexdump of the superblock, e.g.
dd if=/dev/sda5 count=1 | hexdump -C
Thanks,
Ben
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2015-05-06 17:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-06 15:12 SGI Version 1 XFS on Linux Scott, Edmund J @ SSG - Link
2015-05-06 17:12 ` Ben Myers [this message]
2015-05-06 19:47 ` Scott, Edmund J @ SSG - Link
2015-05-06 21:48 ` Ben Myers
2015-05-06 21:58 ` Dave Chinner
2015-05-06 22:38 ` Scott, Edmund J @ SSG - Link
2015-05-07 3:05 ` Eric Sandeen
2015-05-07 10:24 ` Emmanuel Florac
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=20150506171222.GA22744@sgi.com \
--to=bpm@sgi.com \
--cc=edmund.scott@l-3com.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.