Milan Buška wrote:
2010/12/17 Edward Shishkin <edward.shishkin@xxxxxxxxx>:
Much of it I understand. I'm not a programmer.
#if BITS_PER_LONG==32
#define MAX_LFS_FILESIZE (((u64)PAGE_CACHE_SIZE <<
(BITS_PER_LONG-1))-1) #elif BITS_PER_LONG==64
#define MAX_LFS_FILESIZE 0x7fffffffffffffffUL
#endif
I have to learn more
Which box do you have?
For example, for i386 machines the limit is 8T
32 bit
uname -a
Linux ishi 2.6.36-SAUX-reiser4 #1 SMP PREEMPT Sun Nov 21 22:21:51 UTC
2010 i686 Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz GenuineIntel GNU/Linux
Alas, only 8T..
--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html