From owner-freebsd-questions@FreeBSD.ORG Thu Aug 18 13:33:03 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80AA416A41F for ; Thu, 18 Aug 2005 13:33:03 +0000 (GMT) (envelope-from savage@savage.za.org) Received: from pyro.cenergynetworks.com (pyro.cenergynetworks.com [196.30.191.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F5343D46 for ; Thu, 18 Aug 2005 13:33:02 +0000 (GMT) (envelope-from savage@savage.za.org) Received: from localhost.cenergynetworks.com ([127.0.0.1] helo=pyro.cenergynetworks.com) by pyro.cenergynetworks.com with smtp (Exim 4.51) id 1E5kVw-0000c0-qM for questions@freebsd.org; Thu, 18 Aug 2005 15:33:00 +0200 Received: from wbs-146-190-217.telkomadsl.co.za ([165.146.190.217] helo=MEGADROID) by pyro.cenergynetworks.com with esmtpa (Exim 4.51) id 1E5kVn-0000bq-ri for questions@freebsd.org; Thu, 18 Aug 2005 15:32:52 +0200 Message-ID: <053201c5a3f9$5546ba90$0a02a8c0@MEGADROID> From: "Chris Knipe" To: Date: Thu, 18 Aug 2005 15:32:49 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on pyro.cenergynetworks.com X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.0.3.0, Antispam-Data: 2005.3.10.17 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: large file support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 13:33:03 -0000 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...=20 For a test, I did a quick dd to generate a 6.4GB file, server halted.... = What's the solution here???? =20 Thanks, Chris.