Re: 32-bit file size limit?
- From: noi ance <noi@xxxxxxxx>
- Date: Wed, 28 Jan 2009 00:16:09 GMT
On Tue, 27 Jan 2009 18:52:32 +1100, Jim Adamthwaite typed this message:
System: Suse 11.1 (32 bit).
I notice that v10.3 & v11.1 will not copy files longer than 4GB (e.g. a
DVD .iso file of 4.5 GBytes).
.
I can download it from OpenSuse ok, but cannot copy it either to another
directory or over the LAN to another PC.
I am guessing that the C file-size tye definition is an unsigned 32-bit
number, so any functions like seek or setting file size must fail on a
longer file.
Question: do the 64-bit versions of Linux define file size as a larger
format number such as a quad int?
If all the foregoing is correct, I suspect we are all nudging the
boundary and will need to migrate to 64 bits fairly soon.
Jim A.
Sounds like the other PC is a Fat32 file system. Change the Fat32 file
system to an NTFS file system and your size limitation goes away.
A couple of years ago it drove me crazy until I realized I the FAT
limitation.
.
Relevant Pages
- GSoC: File system changes notification
... This summer I'll add file system notification mechanism that works ... It has the same limitation as Linux' ... I'll reuse existing kevent framework by attaching kevent listeners to ... level inotify API compatibility and can be used to implement inotify ... (freebsd-hackers) - Re: Does FAT32 restrict me to max filesize of 4GB?
... NTFS does not have this same limitation. ... Certainly, you can mix the file system types on any given system, it is up ... to the operating system as to whether or not the volumes can be read. ... WindowsXP has no trouble with a mix of these two partition types. ... (microsoft.public.windowsxp.basics) - Re: HA Sendmail
... still AFAIK has the limitation of only one access per filesystem at the exact same time, where NAS does not have this limitation. ... Are you meaning to tell me that you can not have more than one system access different blocks of a cluster aware file system at the exact same time and that the SAN will block the access to the second while the first is accessing it? ... (comp.mail.sendmail) - Re: FSCKing at the wrong time!
... EXT3 for example is the most widely used linux file system, because it's the default one which is *contained and derived* from the linux kernel. ... Yes it is a limitation of Windows because virtually all current instantiations of Windows use NTFS!! ... I recognise that a file system that never needs to be checked would solve this issue, however when you gain an advantage in one area, typically something is lost in another. ... (alt.linux) - Re: FSCKing at the wrong time!
... the most widely used linux file system, ... Yes it is a limitation of Windows because virtually all ... I recognise that a file system that never needs to be checked would ... (alt.linux) |
|