From owner-freebsd-questions@FreeBSD.ORG Sat Mar 12 09:23:58 2005 Return-Path: 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 1831C16A4CE for ; Sat, 12 Mar 2005 09:23:58 +0000 (GMT) Received: from gen129.n001.c02.escapebox.net (gen129.n001.c02.escapebox.net [213.73.91.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71AC243D64 for ; Sat, 12 Mar 2005 09:23:57 +0000 (GMT) (envelope-from gemini@geminix.org) Message-ID: <4232B528.6090605@geminix.org> Date: Sat, 12 Mar 2005 10:23:52 +0100 From: Uwe Doering Organization: Private UNIX Site User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCU0LXRgNC10LLRj9C90LrQvg==?= References: <4231E488.1030404@list.ru> In-Reply-To: <4231E488.1030404@list.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Received: from gemini by geminix.org with asmtp (TLSv1:AES256-SHA:256) (Exim 3.36 #1) id 1DA2qg-0009oZ-00; Sat, 12 Mar 2005 10:23:55 +0100 cc: Free BSD Questions list Subject: Re: Fast and reliable /tmp partition. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2005 09:23:58 -0000 Александр Деревянко wrote: > Hello Freebsd Questions, > > I'm using DVD-R to back up our Perforce SCM server. > The size of backup data is 13Gb now and increase ~ 1Gb in two months. > The full backups was made every week, incrementary - every day. > > I have made a custom script to start archiver, split on the fly results > to adequate sized files (< 1Gb), > evaluate checksum and burn it onto DVD. > The script also verify burned DVD by using stored checksums, and burn > DVD again if needed. > The problem is: i can't compose DVD's on the fly, i need to save them > somewhere. > > I need to have a big, fast and reliable temporary filesystem. > > It doesn't needed to survive reboots. > It must be fast writing. (RAID5 vinum array which i have is slow > performs writes) > And even if one of the disks in server computer will broke (i have a > vinum on them), > the backup procedure must still works. > > Does anybody have expirience with temporary fast filesystems ? You could use striping and mirroring (RAID 0+1). This is both fast with writes and fail-safe. And if the partition doesn't have to be crash resilient you could mount a UFS/UFS2 filesystem asynchronously. With hard disk drives that's about as fast as it gets, I'd guess. Of course, a RAM disk would be even faster, but the data volume you're dealing with is way too high for normal system memory. There are RAM disks on the market that you can add to the system as a physical (hardware) device, in the form of a hard disk drive or a PCI card, but these are usually pretty expensive. Uwe -- Uwe Doering | EscapeBox - Managed On-Demand UNIX Servers gemini@geminix.org | http://www.escapebox.net