* re: CONFIG_RAMFS in 2.4.19-pre7-ac2 ???
@ 2002-04-20 17:14 Dan Kegel
2002-04-20 20:56 ` Dan Kegel
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Dan Kegel @ 2002-04-20 17:14 UTC (permalink / raw)
To: Roy Sigurd Karlsbakk, linux-kernel@vger.kernel.org
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Roy wrote:
> After upgrading to 2.4.19-pre7-ac2, I can't get CONFIG_RAMFS
Gee, I hope CONFIG_RAMFS isn't going away. I need it to
do loopback mounts of cramfs on an embedded system that
uses tmpfs as its main filesystem. (tmpfs doesn't support
loopback mounts.)
- Dan
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: CONFIG_RAMFS in 2.4.19-pre7-ac2 ???
2002-04-20 17:14 CONFIG_RAMFS in 2.4.19-pre7-ac2 ??? Dan Kegel
@ 2002-04-20 20:56 ` Dan Kegel
2002-04-21 16:11 ` Roy Sigurd Karlsbakk
2002-04-22 19:43 ` H. Peter Anvin
2 siblings, 0 replies; 7+ messages in thread
From: Dan Kegel @ 2002-04-20 20:56 UTC (permalink / raw)
To: Roy Sigurd Karlsbakk, linux-kernel@vger.kernel.org
Dan Kegel wrote:
>
> Roy wrote:
> > After upgrading to 2.4.19-pre7-ac2, I can't get CONFIG_RAMFS
The release notes say that ramfs needs a bit of work,
so if you found ramfs was broken, maybe that's why.
> Linux 2.4.19pre7-ac2
> ...
> o Removepage hooks as per old -ac (Christoph Rohland)
> | This lets shmfs/ramfs keep accounting straight
> | ramfs needs someone to drop in the other old -ac bits stil
- Dan
^ permalink raw reply [flat|nested] 7+ messages in thread
* re: CONFIG_RAMFS in 2.4.19-pre7-ac2 ???
2002-04-20 17:14 CONFIG_RAMFS in 2.4.19-pre7-ac2 ??? Dan Kegel
2002-04-20 20:56 ` Dan Kegel
@ 2002-04-21 16:11 ` Roy Sigurd Karlsbakk
2002-04-22 19:43 ` H. Peter Anvin
2 siblings, 0 replies; 7+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-04-21 16:11 UTC (permalink / raw)
To: Dan Kegel; +Cc: linux-kernel@vger.kernel.org
On Sat, 20 Apr 2002, Dan Kegel wrote:
> Roy wrote:
> > After upgrading to 2.4.19-pre7-ac2, I can't get CONFIG_RAMFS
>
> Gee, I hope CONFIG_RAMFS isn't going away. I need it to
> do loopback mounts of cramfs on an embedded system that
> uses tmpfs as its main filesystem. (tmpfs doesn't support
> loopback mounts.)
I beleive it's there by default after -pre7, but somehow it doesn't work
--
Roy Sigurd Karlsbakk, Datavaktmester
Computers are like air conditioners.
They stop working when you open Windows.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CONFIG_RAMFS in 2.4.19-pre7-ac2 ???
2002-04-20 17:14 CONFIG_RAMFS in 2.4.19-pre7-ac2 ??? Dan Kegel
2002-04-20 20:56 ` Dan Kegel
2002-04-21 16:11 ` Roy Sigurd Karlsbakk
@ 2002-04-22 19:43 ` H. Peter Anvin
2002-04-23 11:43 ` Roy Sigurd Karlsbakk
2 siblings, 1 reply; 7+ messages in thread
From: H. Peter Anvin @ 2002-04-22 19:43 UTC (permalink / raw)
To: linux-kernel
Followup to: <3CC1A1EF.AF524412@kegel.com>
By author: Dan Kegel <dank@kegel.com>
In newsgroup: linux.dev.kernel
>
> Roy wrote:
> > After upgrading to 2.4.19-pre7-ac2, I can't get CONFIG_RAMFS
>
> Gee, I hope CONFIG_RAMFS isn't going away. I need it to
> do loopback mounts of cramfs on an embedded system that
> uses tmpfs as its main filesystem. (tmpfs doesn't support
> loopback mounts.)
>
CONFIG_RAMFS is probably going away, but that doesn't mean ramfs is
going away. At least in Linux 2.5 ramfs will end up being required
core code.
-hpa
--
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt <amsp@zytor.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CONFIG_RAMFS in 2.4.19-pre7-ac2 ???
2002-04-22 19:43 ` H. Peter Anvin
@ 2002-04-23 11:43 ` Roy Sigurd Karlsbakk
2002-04-23 12:01 ` Christoph Hellwig
0 siblings, 1 reply; 7+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-04-23 11:43 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: linux-kernel
> CONFIG_RAMFS is probably going away, but that doesn't mean ramfs is
> going away. At least in Linux 2.5 ramfs will end up being required
> core code.
According to what I was told by a guy at #KernelNewbies, CONFIG_RAMFS
isn't there in (menu|x)?config after -pre7, but in by default. problem is
- it doesn't work
--
Roy Sigurd Karlsbakk, Datavaktmester
Computers are like air conditioners.
They stop working when you open Windows.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CONFIG_RAMFS in 2.4.19-pre7-ac2 ???
2002-04-23 11:43 ` Roy Sigurd Karlsbakk
@ 2002-04-23 12:01 ` Christoph Hellwig
0 siblings, 0 replies; 7+ messages in thread
From: Christoph Hellwig @ 2002-04-23 12:01 UTC (permalink / raw)
To: Roy Sigurd Karlsbakk; +Cc: H. Peter Anvin, linux-kernel
On Tue, Apr 23, 2002 at 01:43:23PM +0200, Roy Sigurd Karlsbakk wrote:
> > CONFIG_RAMFS is probably going away, but that doesn't mean ramfs is
> > going away. At least in Linux 2.5 ramfs will end up being required
> > core code.
>
> According to what I was told by a guy at #KernelNewbies, CONFIG_RAMFS
> isn't there in (menu|x)?config after -pre7, but in by default. problem is
> - it doesn't work
fs/Config.in (2.4.19-pre7):
define_bool CONFIG_RAMFS y
[root@sb root]# uname -a
Linux sb.bsdonline.org 2.4.19-pre7-rmap13 #1 SMP Mon Apr 22 22:04:13 CEST 2002 i686 unknown
[root@sb root]# mount -tramfs none /mnt/
[root@sb root]# cp ~/mcslock.h /mnt/
[root@sb root]# ls -l /mnt/
total 0
-rw-r--r-- 1 root root 1275 Apr 23 14:58 mcslock.h
[root@sb root]#
^ permalink raw reply [flat|nested] 7+ messages in thread
* CONFIG_RAMFS in 2.4.19-pre7-ac2 ???
@ 2002-04-20 16:51 Roy Sigurd Karlsbakk
0 siblings, 0 replies; 7+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-04-20 16:51 UTC (permalink / raw)
To: linux-kernel
hi
After upgrading to 2.4.19-pre7-ac2, I can't get CONFIG_RAMFS into the
kernel. And - diskless clients seem to work better with it, as they can't
get a rootfs without it.
Any ideas?
--
Roy Sigurd Karlsbakk, Datavaktmester
Computers are like air conditioners.
They stop working when you open Windows.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-04-23 12:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-20 17:14 CONFIG_RAMFS in 2.4.19-pre7-ac2 ??? Dan Kegel
2002-04-20 20:56 ` Dan Kegel
2002-04-21 16:11 ` Roy Sigurd Karlsbakk
2002-04-22 19:43 ` H. Peter Anvin
2002-04-23 11:43 ` Roy Sigurd Karlsbakk
2002-04-23 12:01 ` Christoph Hellwig
-- strict thread matches above, loose matches on Subject: below --
2002-04-20 16:51 Roy Sigurd Karlsbakk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox