Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Oct 2003 17:28:51 +0200
From:      "Poul-Henning Kamp" <phk@phk.freebsd.dk>
To:        David Gilbert <dgilbert@dclg.ca>
Cc:        ecsd <ecsd@ecsd.com>
Subject:   Re: cannot create partition entries for /dev/ad3 
Message-ID:  <651.1065713331@critter.freebsd.dk>
In-Reply-To: Your message of "Thu, 09 Oct 2003 10:02:34 EDT." <16261.27258.563735.274938@canoe.dclg.ca> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <16261.27258.563735.274938@canoe.dclg.ca>, David Gilbert writes:

>But filesystems also have persistence.  In the trivial case, the
>persistence of the object (say ... a disk) preserved the filesystems
>node.  But if I walk into /dev and change the permissions on a node,
>this persists only until the next reboot.

Rubbish!

When did you last see your changes to /proc survive a reboot ?

What you call a "filesystem" is really a name-resolution facility
which translates what you think of as a "filename" into a particular
kernel object.

That kernel object can be a file on a persistent media, a file on
a non-persistent media, a socket, a FIFO, a device, a process
and almost any oddball thing you can can come up with.

Persistence is a very optional property and it has nothing to do
with the object living in the filesystem naming space.


-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?651.1065713331>