From owner-freebsd-fs@FreeBSD.ORG Wed Jun 27 23:58:09 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA96716A41F for ; Wed, 27 Jun 2007 23:58:09 +0000 (UTC) (envelope-from howard0su@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 619DE13C46A for ; Wed, 27 Jun 2007 23:58:09 +0000 (UTC) (envelope-from howard0su@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so732433pyb for ; Wed, 27 Jun 2007 16:58:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=gqTtdQ2xrLVuAf8tZJgMLeHTxXWBsHmzxvhLyLSbCb36PQH7BxjcycpOYX19L8LsgpuWq4LWGLU9EUGgQ+19OWkf6fy/X2zAxdv0U/3e3N+hC/HgqyJqK6bh1pu5F/KPLrLi0na5EAo07whe8i7axP2/Rmy1S32KOFQvJmwf3fI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ahun/qeWr+R4DnoEfMtnrbFTH0/lUIPlJab+gBfFJmhneJ5FJwZus8znC0V/KhYC2ZHw/cTd453EIJM8BDJH5u/+S7b85M+2T+xmRPRzPrIp9xFLz6Gq0/HbezWM4Cc4F5en/5iDQxUJJtjNWzTF+FLzp6eXEaNwTcBPtOtWIII= Received: by 10.35.71.1 with SMTP id y1mr1841675pyk.1182987141356; Wed, 27 Jun 2007 16:32:21 -0700 (PDT) Received: by 10.35.78.11 with HTTP; Wed, 27 Jun 2007 16:32:11 -0700 (PDT) Message-ID: Date: Thu, 28 Jun 2007 07:32:11 +0800 From: "Howard Su" To: "Nikolay Pavlov" In-Reply-To: <20070627181007.GA85316@zone3000.net> MIME-Version: 1.0 References: <20070627181007.GA85316@zone3000.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-fs@freebsd.org Subject: Re: tmpfs for /tmp X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2007 23:58:09 -0000 trytmpfs /tmp tmpfs rw,mode=777 0 0 On 6/28/07, Nikolay Pavlov wrote: > > Hello. I am testing tmpfs on recent current and found one issue. > I have this record on fstab: > tmpfs /tmp tmpfs rw 0 0 > > However every time after mount it overwrites /tmp permissions from 777 to > 755. Is there any workaround for this? > > -- > ====================================================================== > - Best regards, Nikolay Pavlov. <<<----------------------------------- > ====================================================================== > > -- -Howard