Re: tmpfs and /tmp vs. /dev/shm

2004-02-19 Thread Kai Weber
* Darin Strait <[EMAIL PROTECTED]>: > tmpfs 100M 608K 100M 1% /tmp > tmpfs 157M 0 157M 0% /dev/shm > > So, why do I have two tmpfs file systems? > > Which one should my system be using, and how do I get rid of the other one? A mounted /tmp as tmpfs is

Re: tmpfs and /tmp vs. /dev/shm

2004-02-19 Thread Jeremy Hankins
Paul Morgan <[EMAIL PROTECTED]> writes: > Both are OK. You can have more than one tmpfs mount. tmpfs maps the > mounted filesystems into VM. > > For an intro, take a look at : > > http://www-106.ibm.com/developerworks/library/l-fs3.html If for whatever reason you want to have only one (e.g., you

Re: tmpfs and /tmp vs. /dev/shm

2004-02-18 Thread Paul Morgan
On Wed, 18 Feb 2004 17:01:34 -0500, Darin Strait wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm running kernel 2.6.2 and I'm experimenting with tmpfs. > > I added the following to my fstab: > > tmpfs /tmptmpfs size=50m,mode=1777 0 0 > > > I

Re: tmpfs and /tmp vs. /dev/shm

2004-02-18 Thread Andreas Janssen
Hello Darin Strait (<[EMAIL PROTECTED]>) wrote: > I'm running kernel 2.6.2 and I'm experimenting with tmpfs. > > I added the following to my fstab: > > tmpfs /tmp tmpfs size=50m,mode=1777 0 0 > > > I then rebooted, just to be sure. > > kiyone:/etc# mount > /dev/hda1 on / type ext3 (r

tmpfs and /tmp vs. /dev/shm

2004-02-18 Thread Darin Strait
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm running kernel 2.6.2 and I'm experimenting with tmpfs. I added the following to my fstab: tmpfs /tmptmpfs size=50m,mode=1777 0 0 I then rebooted, just to be sure. kiyone:/etc# mount /dev/hda1 on / type ext3 (