From owner-freebsd-hackers@FreeBSD.ORG Sat May 26 15:07:25 2012 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B035E106566B for ; Sat, 26 May 2012 15:07:25 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 368AE8FC1C for ; Sat, 26 May 2012 15:07:24 +0000 (UTC) Received: by bkvi18 with SMTP id i18so1806934bkv.13 for ; Sat, 26 May 2012 08:07:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=rF9665nbJ6zwcNqq8kRF6JiHgLBMkSFOoqedDxu0tts=; b=Xf6CnhJt1hR9TOpj75TX6kzMsM1X10o8WcXKKkvzHx8f9kJDJV0RmLZXigaJjz9TnG wtBSDaqaaoaZ9BI+NjPebWUQlJZSpwHHud8v5GDASoNwvHahG+C7ujuvJqu1nu528pj3 ygJi/Kc5lHmx4V6siimcp1pCU39O7++ujMg9njitqonTZPqs2JEmsDZGzyUf6v7cWksG L8QpFlVRpnS6lV9InWwqqGPyzZuZev0jBNfUeddFsrysRMFY3T/U1xkZw5aXZEhskR1j tET0ajCpX7Ywfkfgm6C2imLARSRNPtx+8AbDCpSQTHZJYT9zaLxBXmE15/uLsmof5L2x 1tQA== Received: by 10.204.154.214 with SMTP id p22mr987307bkw.115.1338044844100; Sat, 26 May 2012 08:07:24 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.171.138 with HTTP; Sat, 26 May 2012 08:06:53 -0700 (PDT) In-Reply-To: References: <4fb7dfd6.736a980a.186d.ffff902f@mx.google.com> <20120519180901.GA1264@tiny> <20120525183006.GA1259@tiny> <20120525225839.GA7347@server.rulingia.com> From: Chris Rees Date: Sat, 26 May 2012 16:06:53 +0100 X-Google-Sender-Auth: 4OX2PYfyLWy8oNoxUmhD529h1FQ Message-ID: To: Wojciech Puchar Content-Type: text/plain; charset=ISO-8859-1 Cc: hackers@freebsd.org Subject: Re: proper newfs options for SSD disk X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2012 15:07:25 -0000 On 26 May 2012 16:04, Wojciech Puchar wrote: >>> >>> use tmpfs and don't fear to add /var/tmp to it. >> >> >> I would fear to add /var/tmp-- /var/tmp should persist across reboots. >> >> Chris >> >> > as i noted - check your case.in my case it is not a problem. it your it may. > > Never blindly follow "rules", "good practices" etc.. If you have read every line of source code of every port you've installed, as well as /usr/src that's a great idea. If not, it's a bad idea, and you'll get some weird failure at some point, and it will be difficult to help you. Chris