Opened 16 years ago
Last modified 16 years ago
#21 closed enhancement
definition of memory disks in fstab — at Initial Version
Reported by: | huub | Owned by: | tim |
---|---|---|---|
Priority: | minor | Milestone: | |
Keywords: | Cc: | ||
Resource needed to fix: |
Description
In de ultradesic guide staat een suggestie om ipv
varsize=8192
varmfs="YES"
tmpmfs="YES"
tmpsize=8192
in rc.conf
de memory disks te definieren in /etc/fstab:
(Note: A user who goes by the name "protologic" pointed out a nice tip in the user forums. Instead of defining the varmfs and tmpmfs variables in your /usr/minibsd/etc/rc.conf, you can instead accomplish the same thing by putting the following lines your /usr/minibsd/etc/fstab file:)
md /var mfs rw,-s8m 2 0
md /tmp mfs rw,-s8m 2 0
It works the same either way, but some people prefer to have all their mount points defined in their fstab.
Ik denk dat dit een beter alternatief is.