17. Dec (Friday) v 18:51:04 +0100 2010, edward.shishkin@xxxxxxxxx napsal(a): > Milan Buska wrote: > >Hi all. > > Hello. > > >I have a few questions. > > > >1, fs reiser4 is limited by file size > > file size is limited by MAX_LFS_FILESIZE, > see definition in ./include/linux/fs.h 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 > > >2, is there any connection between the reiser4 and SATA disk > > not sure what do you mean.. I think I was still ripe in this forum. Thanks -- Remember, no question is too stupid and no problem too small -- We've all been beginners -- 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