Hi, My FreeBSD 9.1 works fine but I just noticed that I don't have any of the following volumes (or folders):
/tmp
/usr
/var
And my fstab file goes like this:
What do you think? Should the /tmp, /usr and /var volumes be there? If so, what should I do?
Thanks.
/tmp
/usr
/var
df -h shows the following:
Code:
Filesystem Size Used Avail Capacity Mounted on
/dev/ada0p2 33G 14G 16G 48% /
devfs 1.0k 1.0k 0B 100% /dev
/dev/ada1s1d 451G 365G 49G 88% /500GB
procfs 4.0k 4.0k 0B 100% /proc
And my fstab file goes like this:
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/ada0p2 / ufs rw 1 1
/dev/ada0p3 none swap sw 0 0
/dev/ada1s1d /500GB ufs rw 2 2
proc /proc procfs rw 0 0
What do you think? Should the /tmp, /usr and /var volumes be there? If so, what should I do?
Thanks.