Subject: Re: tmpfs added
To: None <tech-kern@netbsd.org>
From: Geoff Wing <gcw@pobox.com>
List: tech-kern
Date: 09/13/2005 21:46:44
On Tuesday 2005-09-13 11:48 +0200, Julio M. Merino Vidal output:
:On 9/13/05, Geoff Wing <mason@primenet.com.au> wrote:
:> Julio M. Merino Vidal <jmmv84@gmail.com> typed:
:> : I'm pleased to announce that tmpfs, an (efficient) memory file-system,
:> : has been added to NetBSD's main source tree.
:> tmpfs_vnops.c: readdir should return ``.'' and ``..'' as well, yes?
:Yes, it has to and it does.  (See tmpfs_dir_getdotdent and
:tmpfs_dir_getdotdotdent, both called from tmpfs_readdir.)

Well, I must have stuffed up.

# mount_tmpfs tmpfs /mnt
# cd /mnt
# /bin/ls -al
#

Wow, nothing.