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 # Device Mountpoint FStype Options Dump Pass# /dev/ad4s3b none swap sw 0 0 /dev/ad4s3a / ufs rw,noatime 1 1 /dev/ad4s3e /tmp ufs rw 2 2 /dev/ad4s3f /usr ufs rw 2 2 /dev/ad4s3d /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 /dev/ad4s7 /media/F msdosfs rw 0 0 /dev/ad4s8 /media/G ext2fs rw 0 0 The /dev/ad4s3e is used for /tmp. Now i want to use tmpfs instead of ufs as below none /tmp tmpfs size=64M,nodev,nosuid,noexec 0 0 If i can, then how to reuse the space of /dev/ad4s3e ? Sincerely! ----- e^(π⋅i) + 1 = 0 -- View this message in context: http://old.nabble.com/Can-i-use-tmpfs-to-mount--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>
