Re: large file support

2005-08-18 Thread Bob Johnson
On 8/18/05, Chris Knipe <[EMAIL PROTECTED]> wrote: > Hi, > > Uhm, quite urgent, but does BSD support < 4GB files on i386? Yes. It also supports > 4 GB files. > > We have a 4.3GB MySQL Table (i.e. one file), mysql reads from it, server > halts, we tried to cp / mv it, server halts... > > For

Re: large file support

2005-08-18 Thread Kris Kennaway
On Thu, Aug 18, 2005 at 03:32:49PM +0200, Chris Knipe wrote: > Hi, > > Uhm, quite urgent, but does BSD support < 4GB files on i386? You mean >4GB, not <4GB, and the answer is "yes, it has supported them on UFS for many years". > We have a 4.3GB MySQL Table (i.e. one file), mysql reads from it, s

large file support

2005-08-18 Thread Chris Knipe
Hi, Uhm, quite urgent, but does BSD support < 4GB files on i386? We have a 4.3GB MySQL Table (i.e. one file), mysql reads from it, server halts, we tried to cp / mv it, server halts... For a test, I did a quick dd to generate a 6.4GB file, server halted What's the solution here T