From: Timothy Shimmin <tes@sgi.com>
To: Eric Sandeen <sandeen@sandeen.net>
Cc: Mogens Kjaer <mk@crc.dk>, linux-xfs@oss.sgi.com
Subject: Re: Mounting IRIX disk on Linux
Date: Wed, 13 Sep 2006 11:03:30 +1000 [thread overview]
Message-ID: <450758E2.30408@sgi.com> (raw)
In-Reply-To: <4506D66D.8060206@sandeen.net>
Eric Sandeen wrote:
> Timothy Shimmin wrote:
>
>>> This gives me:
>>>
>>
>>> versionnum = 0x1084
>>
>> #define XFS_SB_VERSION_DIRV2BIT 0x2000
>>
>> So, yes it doesn't look like you have v2 directories
>> and there is no support for it in Linux.
>
> Hm, the kernel should probably print something more helpful in that case :)
>
> -Eric
Good point.
And indeed it should have:
xfs_mount.c/xfs_mount_validate_sb()
...
/*
* Version 1 directory format has never worked on Linux.
*/
if (unlikely(!XFS_SB_VERSION_HASDIRV2(sbp))) {
xfs_fs_mount_cmn_err(flags,
"file system using version 1 directory format");
return XFS_ERROR(ENOSYS);
}
Did this not happen, Mogens?
--Tim
next prev parent reply other threads:[~2006-09-13 2:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-11 10:32 Mounting IRIX disk on Linux Mogens Kjaer
2006-09-11 16:21 ` Russell Cattelan
2006-09-12 6:21 ` Mogens Kjaer
[not found] ` <4505712E.5070801@oss.sgi.com>
2006-09-12 6:24 ` Mogens Kjaer
2006-09-12 9:51 ` Timothy Shimmin
2006-09-12 15:46 ` Eric Sandeen
2006-09-13 1:03 ` Timothy Shimmin [this message]
2006-09-14 15:16 ` Mogens Kjaer
2006-09-15 16:50 ` Russell Cattelan
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=450758E2.30408@sgi.com \
--to=tes@sgi.com \
--cc=linux-xfs@oss.sgi.com \
--cc=mk@crc.dk \
--cc=sandeen@sandeen.net \
/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