From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1EfZTS-0002tZ-Iz for user-mode-linux-devel@lists.sourceforge.net; Fri, 25 Nov 2005 01:02:30 -0800 Received: from lakshmi.addtoit.com ([198.99.130.6] helo=lakshmi.solana.com) by mail.sourceforge.net with esmtp (Exim 4.44) id 1EfZTR-0005R0-8H for user-mode-linux-devel@lists.sourceforge.net; Fri, 25 Nov 2005 01:02:30 -0800 From: Jeff Dike Subject: Re: [uml-devel] When /tmp is not tmpfs. Message-ID: <20051125095502.GA32587@ccure.user-mode-linux.org> References: <200511240611.02613.rob@landley.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200511240611.02613.rob@landley.net> Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Fri, 25 Nov 2005 04:55:02 -0500 To: Rob Landley Cc: user-mode-linux-devel@lists.sourceforge.net On Thu, Nov 24, 2005 at 06:11:01AM -0600, Rob Landley wrote: > So my question is, could system v shared memory be used in place of the tmpfs > mount? (Can it be mapped in the right location and inherited across fork()?) tmpfs and shmfs are two names for the same underlying code. I think the shmfs mount is for the benefit of things that use SysV shared memory. So, no. Just use tmpfs on /tmp. Jeff ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel