[colug-432] Basic mount and tmpfs stuff
jep200404 at columbus.rr.com
jep200404 at columbus.rr.com
Thu Feb 23 19:32:43 EST 2012
On Thu, 23 Feb 2012 18:59:27 -0500, Rob Stampfli <res at colnet.cmhnet.org> wrote:
> On Thu, Feb 23, 2012 at 06:20:40PM -0500, jep200404 at columbus.rr.com wrote:
> > Mount /var on something less likely to wear out, like RAM,
> > or Moon bounce.
> There is only one partition here, '/'.
There is only one '/', but other filesystems can be mounted on
subdirectories, same as any *nix system.
> There is no separate /var.
You need to study the general concept of mounting in *nix,
and tmpfs[1] in particular.
sudo mount -t tmpfs - /var
For fun, boot Knoppix (on a PC), then execute the following to
get a clue how much fun you can have:
mount
ls -l /
man mount
man mount | grep tmpfs
[1] https://en.wikipedia.org/wiki/Tmpfs
More information about the colug-432
mailing list