Thanks, It makes since now. Larry
-----Original Message----- From: Kris Van Hees [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 10:24 To: [EMAIL PROTECTED] Subject: Re: Proc File system on v-disk On Wed, Oct 09, 2002 at 07:45:02AM -0400, Davis, Lawrence wrote: > Is the Proc FS hit a lot during normal Linux operations it would seem to be > a good candidate for V-disk. The /proc filesystem is a virtual file systems, only really existant in core memory. There is no actual file storage on any backing store for it. As you can see from the /etc/fstab, it is specified without an actual disk partition as first parameters on its definition line, which means that there is indeed no disk space allocated for it (nor does it use any). As such, moving it to a V-disk is actually impossible. Since it is served from storage by the kernel it is about as fast as it can get. Kris
