From owner-freebsd-questions@freebsd.org Tue Aug 25 13:15:37 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9867299A8DE for ; Tue, 25 Aug 2015 13:15:37 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34184DC for ; Tue, 25 Aug 2015 13:15:37 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by widdq5 with SMTP id dq5so15604698wid.1 for ; Tue, 25 Aug 2015 06:15:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+wCqtpJhOSGqRhRgIjODeWLrdxe7iWPDehxhUWGxF1Q=; b=x9rOmftAkvaJsW99jO/lY1e0fmg5+CMPAMPbeS2DuR3OLAxweEGbGIuiJoCm3Ve93z mldxhAC76LkyGfnGlY8Ax72GobRAAM2+8hChUdc2LwT6MyZ7S698wSrT6e1sVwLXHY3+ qidz2P47I7IudErES+frMd6p+syqh9plY+gsQwrPvi4ARTqeLSAaNefdkLLRTCHqeo3m saCPju4CFjX1vZxUmzal8r4+OIKvFYPI5vdEsmly8KPiFeVjReZzC70w0AeyTKkRboJi 8vpCVYHYbT9DD96kytVLDgGN9EVD6fgmkr+2tkPCc41o7zU93J7jv/V+uwDVfkP9JdhI JCXw== MIME-Version: 1.0 X-Received: by 10.194.93.166 with SMTP id cv6mr50982370wjb.63.1440508535718; Tue, 25 Aug 2015 06:15:35 -0700 (PDT) Received: by 10.28.125.212 with HTTP; Tue, 25 Aug 2015 06:15:35 -0700 (PDT) In-Reply-To: <1440496718919-6034932.post@n5.nabble.com> References: <1440496718919-6034932.post@n5.nabble.com> Date: Tue, 25 Aug 2015 14:15:35 +0100 Message-ID: Subject: Re: How to minimize the number of writes to CF card? From: krad To: zhup Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2015 13:15:37 -0000 if you can get syslog to ship its stuff off to a remote server if not put a ram disk on /var/log also mount a ram disk on /tmp and /var/tmp mount / as ro (you can always remount rw if you want to install anything) mount /home from nfs if you can On 25 August 2015 at 10:58, zhup wrote: > Hello, > > I am going to install Freebsd on CF card and my question is: > how to minimize the number of writes to CF card? > > Thank you in advance for your help. > > > > -- > View this message in context: > http://freebsd.1045724.n5.nabble.com/How-to-minimize-the-number-of-writes-to-CF-card-tp6034932.html > Sent from the freebsd-questions mailing list archive at Nabble.com. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >