From owner-freebsd-hackers Sat Apr 1 05:24:30 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA10661 for hackers-outgoing; Sat, 1 Apr 1995 05:24:30 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA10650; Sat, 1 Apr 1995 05:24:10 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id XAA10905; Sat, 1 Apr 1995 23:19:59 +1000 Date: Sat, 1 Apr 1995 23:19:59 +1000 From: Bruce Evans Message-Id: <199504011319.XAA10905@godzilla.zeta.org.au> To: bde@zeta.org.au, jkh@freefall.cdrom.com Subject: Re: 4 gig st15150n disk setups Cc: bugs@ns1.win.net, gary@palmer.demon.co.uk, hackers@FreeBSD.org, tom@haven.uniserve.com Sender: hackers-owner@FreeBSD.org Precedence: bulk >> Some but not all bugs involving >=2GB file systems have been fixed. E.g., >> the clustering code silently botches single files >=2GB, and mmap() >Are we talking file sizes or file system sizes? >> silently botches offsets >=4GB. I don't know of any problem for normally >> sized files but wouldn't trust file systems >=2GB. >I've been running on one 4GB and on 8.6GB pretty _heavily_ with no problems >whatsoever for a few weeks now! Both. I don't trust any software that doesn't check for overflow. Bruce