From: Nathan Scott <nathans@sgi.com>
To: Lukas Hejtmanek <xhejtman@mail.muni.cz>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Large file system oddities
Date: Fri, 4 Nov 2005 08:19:59 +1100 [thread overview]
Message-ID: <20051104081959.C6290773@wobbly.melbourne.sgi.com> (raw)
In-Reply-To: <20051103190334.GI2507@mail.muni.cz>; from xhejtman@mail.muni.cz on Thu, Nov 03, 2005 at 08:03:34PM +0100
On Thu, Nov 03, 2005 at 08:03:34PM +0100, Lukas Hejtmanek wrote:
> Hello,
>
> I use vanilla kernel 2.6.13.4 on Pentium 4 with EM64T extensions in x86_64 mode.
>
> I have 3.5TB partition formated as XFS.
Looks like you actually ended up with a 1.2TB partition formatted
as XFS on a 3.5TB device...
> Using fdisk I made one big partition accross whole disk:
Why? Just use /dev/sdc directly, and you'll avoid the 32 bit
problems fdisk (or the default partition table type, I can't
remember which it is now) evidently has.
> Device Boot Start End Blocks Id System
> /dev/sdc1 1 53201 3418696008 83 Linux
> # cat /proc/partitions
> 8 32 3418704128 sdc
> 8 33 1271212360 sdc1
Yes, there's your problem.
> I made XFS file system on it:
> # mkfs.xfs -f -s size=4096 -d su=65536,sw=7 /dev/sdc1
mkfs.xfs is just using the information that its given from the
kernel, which is the second /proc/partitions line above.
> So what's wrong? Or am I something missing?
Try without the partition, looks like that'll work.
cheers.
--
Nathan
next prev parent reply other threads:[~2005-11-03 21:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-03 19:03 Lukas Hejtmanek
2005-11-03 21:19 ` Nathan Scott [this message]
2005-11-03 21:37 ` Lukas Hejtmanek
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=20051104081959.C6290773@wobbly.melbourne.sgi.com \
--to=nathans@sgi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=xhejtman@mail.muni.cz \
/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
all inboxes | Powered by JetHome®