Date: Sat, 4 Sep 2010 23:09:50 -0700 (PDT) From: zaxis <z_axis@163.com> To: freebsd-questions@freebsd.org Subject: Can i use tmpfs to mount /tmp ? Message-ID: <29625711.post@talk.nabble.com>
next in thread | raw e-mail | index | archive | help
>cat /etc/fstab=20 # Device=09=09Mountpoint=09FStype=09Options=09=09Dump=09Pass# /dev/ad4s3b=09=09none=09=09swap=09sw=09=090=090 /dev/ad4s3a=09=09/=09=09ufs=09rw,noatime=09=091=091 /dev/ad4s3e=09=09/tmp=09=09ufs=09rw=09=092=092 /dev/ad4s3f=09=09/usr=09=09ufs=09rw=09=092=092 /dev/ad4s3d=09=09/var=09=09ufs=09rw=09=092=092 /dev/acd0=09=09/cdrom=09=09cd9660=09ro,noauto=090=090 /dev/ad4s7=09=09/media/F=09msdosfs=09rw=09=090=090 /dev/ad4s8=09=09/media/G=09ext2fs=09rw=09=090=090 The /dev/ad4s3e is used for /tmp. Now i want to use tmpfs instead of ufs as below none /tmp tmpfs size=3D64M,nodev,nosuid,noexec 0 0 If i can, then how to reuse the space of /dev/ad4s3e ? Sincerely! ----- e^(=CF=80=E2=8B=85i) + 1 =3D 0 --=20 View this message in context: http://old.nabble.com/Can-i-use-tmpfs-to-moun= t--tmp---tp29625711p29625711.html Sent from the freebsd-questions mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?29625711.post>