From owner-freebsd-current@FreeBSD.ORG Fri Feb 25 13:28:43 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B52961065674; Fri, 25 Feb 2011 13:28:43 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 6C8FF8FC14; Fri, 25 Feb 2011 13:28:43 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Psxis-00026d-9t; Fri, 25 Feb 2011 16:28:42 +0300 From: Boris Samorodov To: freebsd-current@FreeBSD.org References: <71444321@h30.sp.ipt.ru> Date: Fri, 25 Feb 2011 16:28:41 +0300 In-Reply-To: <71444321@h30.sp.ipt.ru> (Boris Samorodov's message of "Fri, 25 Feb 2011 15:36:46 +0300") Message-ID: <05361206@h30.sp.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dim@FreeBSD.org Subject: Re: [clang] regression: tmpfs is not mounted from fstab X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2011 13:28:43 -0000 On Fri, 25 Feb 2011 15:36:46 +0300 Boris Samorodov wrote: > I can't mount tmpfs from fstab if world/kernel are build by clang, Sorry, should have mentioned earlier, tmpfs module is loaded. The diagnostic message is: ----- mount: tmpfs: Operation not supported by device ----- -- WBR, bsam