* Re: What's wrong with tmpfs?
@ 2005-10-30 15:15 ` Jeff Dike
0 siblings, 0 replies; 10+ messages in thread
From: Jeff Dike @ 2005-10-30 15:15 UTC (permalink / raw)
To: jonathan; +Cc: Rob Landley, linux-kernel, user-mode-linux-devel
On Sun, Oct 30, 2005 at 12:53:00PM +0000, Jon Masters wrote:
> On 10/30/05, Rob Landley <rob@landley.net> wrote:
>
> > If somebody needs a reproduction sequence, I'm happy to oblige. In theory
> > "mount -t tmpfs /mnt /mnt" should do it, but if it was _that_ simple it
> > wouldn't have shipped...
>
> I don't see this behaviour on a regular desktop box running 2.6.14.
> Guess it's UML specific.
Sorry, but wrong.
IIRC, this triggers when you don't have CONFIG_TMPFS enabled. If you don't,
you still get it, but you get a version that's only usable in-kernel.
Jeff
^ permalink raw reply [flat|nested] 10+ messages in thread
* [uml-devel] Re: What's wrong with tmpfs?
2005-10-30 15:15 ` Jeff Dike
@ 2005-10-30 20:24 ` Rob Landley
-1 siblings, 0 replies; 10+ messages in thread
From: Rob Landley @ 2005-10-30 20:24 UTC (permalink / raw)
To: Jeff Dike; +Cc: jonathan, linux-kernel, user-mode-linux-devel
On Sunday 30 October 2005 09:15, Jeff Dike wrote:
> On Sun, Oct 30, 2005 at 12:53:00PM +0000, Jon Masters wrote:
> > On 10/30/05, Rob Landley <rob@landley.net> wrote:
> > > If somebody needs a reproduction sequence, I'm happy to oblige. In
> > > theory "mount -t tmpfs /mnt /mnt" should do it, but if it was _that_
> > > simple it wouldn't have shipped...
> >
> > I don't see this behaviour on a regular desktop box running 2.6.14.
> > Guess it's UML specific.
>
> Sorry, but wrong.
>
> IIRC, this triggers when you don't have CONFIG_TMPFS enabled. If you
> don't, you still get it, but you get a version that's only usable
> in-kernel.
Yup. Not CONFIG_TEMPFS. My bad.
Rob
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: What's wrong with tmpfs?
@ 2005-10-30 20:24 ` Rob Landley
0 siblings, 0 replies; 10+ messages in thread
From: Rob Landley @ 2005-10-30 20:24 UTC (permalink / raw)
To: Jeff Dike; +Cc: jonathan, linux-kernel, user-mode-linux-devel
On Sunday 30 October 2005 09:15, Jeff Dike wrote:
> On Sun, Oct 30, 2005 at 12:53:00PM +0000, Jon Masters wrote:
> > On 10/30/05, Rob Landley <rob@landley.net> wrote:
> > > If somebody needs a reproduction sequence, I'm happy to oblige. In
> > > theory "mount -t tmpfs /mnt /mnt" should do it, but if it was _that_
> > > simple it wouldn't have shipped...
> >
> > I don't see this behaviour on a regular desktop box running 2.6.14.
> > Guess it's UML specific.
>
> Sorry, but wrong.
>
> IIRC, this triggers when you don't have CONFIG_TMPFS enabled. If you
> don't, you still get it, but you get a version that's only usable
> in-kernel.
Yup. Not CONFIG_TEMPFS. My bad.
Rob
^ permalink raw reply [flat|nested] 10+ messages in thread
* [uml-devel] Re: What's wrong with tmpfs?
2005-10-30 15:15 ` Jeff Dike
@ 2005-11-08 17:58 ` Matt Mackall
-1 siblings, 0 replies; 10+ messages in thread
From: Matt Mackall @ 2005-11-08 17:58 UTC (permalink / raw)
To: Jeff Dike; +Cc: jonathan, Rob Landley, linux-kernel, user-mode-linux-devel
On Sun, Oct 30, 2005 at 10:15:06AM -0500, Jeff Dike wrote:
> On Sun, Oct 30, 2005 at 12:53:00PM +0000, Jon Masters wrote:
> > On 10/30/05, Rob Landley <rob@landley.net> wrote:
> >
> > > If somebody needs a reproduction sequence, I'm happy to oblige. In theory
> > > "mount -t tmpfs /mnt /mnt" should do it, but if it was _that_ simple it
> > > wouldn't have shipped...
> >
> > I don't see this behaviour on a regular desktop box running 2.6.14.
> > Guess it's UML specific.
>
> Sorry, but wrong.
>
> IIRC, this triggers when you don't have CONFIG_TMPFS enabled. If you don't,
> you still get it, but you get a version that's only usable in-kernel.
That sounds like a regression. Turning off CONFIG_TMPFS replaces tmpfs
with an aliased ramfs. It should be perfectly usable everywhere that
tmpfs is, with the exception that it's not swap-backed and doesn't
have an size limiting.
--
Mathematics is the supreme nostalgia of our time.
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: What's wrong with tmpfs?
@ 2005-11-08 17:58 ` Matt Mackall
0 siblings, 0 replies; 10+ messages in thread
From: Matt Mackall @ 2005-11-08 17:58 UTC (permalink / raw)
To: Jeff Dike; +Cc: jonathan, Rob Landley, linux-kernel, user-mode-linux-devel
On Sun, Oct 30, 2005 at 10:15:06AM -0500, Jeff Dike wrote:
> On Sun, Oct 30, 2005 at 12:53:00PM +0000, Jon Masters wrote:
> > On 10/30/05, Rob Landley <rob@landley.net> wrote:
> >
> > > If somebody needs a reproduction sequence, I'm happy to oblige. In theory
> > > "mount -t tmpfs /mnt /mnt" should do it, but if it was _that_ simple it
> > > wouldn't have shipped...
> >
> > I don't see this behaviour on a regular desktop box running 2.6.14.
> > Guess it's UML specific.
>
> Sorry, but wrong.
>
> IIRC, this triggers when you don't have CONFIG_TMPFS enabled. If you don't,
> you still get it, but you get a version that's only usable in-kernel.
That sounds like a regression. Turning off CONFIG_TMPFS replaces tmpfs
with an aliased ramfs. It should be perfectly usable everywhere that
tmpfs is, with the exception that it's not swap-backed and doesn't
have an size limiting.
--
Mathematics is the supreme nostalgia of our time.
^ permalink raw reply [flat|nested] 10+ messages in thread