Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] backups
- Date: 24 Jun 2002 15:57:25 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] backups
- References: <20020622233848.GA31991@example.com><200206241503.33405.mauro.sauco@example.com><3D16B7D7.6040201@example.com><200206241533.48662.mauro.sauco@example.com>
- Organization: The XEmacs Project
- User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Informed Management (RC0+))
>>>>> "Mauro" == Mauro Sauco <mauro.sauco@example.com> writes: >> What is the maximum filesize in Linux these days? :) Mauro> It depends of the file system, the default block size and I don't think this is true; of course if the filesystem is smaller than the file you want to create, you're out of luck. But... Mauro> the VFS layer int he kernel, for 2.2 kernels it was 2G but Mauro> now for 2.4 it's far biger ... The real issue is ssize_t (or its equivalent for your extension of POSIX types to big file sizes). Unix filesystem semantics generally has operations return a number of bytes successfully operated on, or -1 for failure of some kind (EOF, error, whatever). You probably could cast ssize_t returns to size_t and get (2^WORDSIZE - 2) instead of (2^(WORDSIZE-1) - 1) as the maximum size, but the idea of returning -1 for EOF is already broken enough, let's not strain ourselves. ;-) -- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN My nostalgia for Icon makes me forget about any of the bad things. I don't have much nostalgia for Perl, so its faults I remember. Scott Gilbert c.l.py
- Follow-Ups:
- Re: [tlug] backups
- From: Mauro Sauco
- [tlug] Re: backups
- From: Tobias Diedrich
- References:
- [tlug] backups
- From: Jack Morgan
- Re: [tlug] backups
- From: Mauro Sauco
- Re: [tlug] backups
- From: Josh Glover
- Re: [tlug] backups
- From: Mauro Sauco
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] TLUG meeting 07/06
- Next by Date: Re: [tlug] backups
- Previous by thread: Re: [tlug] backups
- Next by thread: Re: [tlug] backups
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links