On Sat, Oct 13, 2012 at 01:55:41PM +0530, Ritesh Raj Sarraf wrote: > If I set RAMTMP=yes in /etc/default/tmpfs, how do I verify that /tmp is > on tmpfs? df, mount, /proc/mounts - none of them report it.
% mount | grep /tmp tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime,size=4763920k) If you set RAMTMP=yes, this will only take effect when you next reboot your system. > But /tmp _is_ on tmpfs because other tools (that do hardlinks) report > it. Could you perhaps show an example? If it's not in /proc/mounts, then it's not there. What is the output of: % ls -ld /tmp % mount | grep /tmp ? Thanks, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/ `- GPG Public Key: 0x25BFB848 Please GPG sign your mail. _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

