From: Darren Salt on
I demand that hehehe may or may not have written...

> Użytkownik "J G Miller" <miller(a)yoyo.ORG> napisał w wiadomości
> news:i0a597$e0g$3(a)news.eternal-september.org...
[snip]
>> What is the architecture on which you are trying to mount the
>> XFS file system with block size greater than 4k?

> 64bit.

alpha? amd64? ia64? sparc? Something else?

--
| Darren Salt | linux at youmustbejoking | nr. Ashington, | Toon
| using Debian GNU/Linux | or ds ,demon,co,uk | Northumberland | back!
| <URL:http://www.youmustbejoking.demon.co.uk/progs.packages.html>

If it doesn't matter, it doesn't matter.
From: mjt on
On Tue, 29 Jun 2010 12:50:54 +0000 (UTC)
J G Miller <miller(a)yoyo.ORG> wrote:

> On Tuesday, June 29th, 2010 at 11:15:51h +0200,
> HeHeHe the Laughing Idiot explained:
>
> > 64bit.
>
> Thus, compile and run this program to show you what page size you have
> and what is the maximum filesystem block size available for XFS on your
> system.
>
> #include <stdio.h>
> #include <unistd.h>
>
> int main()
> {
> int pageSize = getpagesize();
>
> printf("The Page size on this system = %i bytes\n", pageSize);
>
> return 0;
> }

Overkill :)

mtobler(a)ren:~> getconf PAGESIZE
4096
mtobler(a)ren:~>

"man getconf"

--
Bureaucrat, n.:
A politician who has tenure.
<<< Remove YOURSHOES to email me >>>

From: hehehe on

> alpha? amd64? ia64? sparc? Something else?

amd64