- Add a tip (/tmp usage)

Suggested by:	des
This commit is contained in:
Akinori MUSHA 2000-03-25 23:02:49 +00:00
parent 465a239b50
commit 302f5039f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27052
3 changed files with 21 additions and 0 deletions

View File

@ -10,4 +10,11 @@ Or hit the following commands to play now. :)
/sbin/mount_linprocfs linproc /compat/linux/proc
/usr/local/etc/rc.d/vmware.sh start
Also, consider making a link /compat/linux/tmp if your /tmp
doesn't have sufficient free space or is slow. VMware uses
/tmp to back the VM's memory.
e.g.
ln -s /usr/tmp /compat/linux/tmp
************************************************************

View File

@ -10,4 +10,11 @@ Or hit the following commands to play now. :)
/sbin/mount_linprocfs linproc /compat/linux/proc
/usr/local/etc/rc.d/vmware.sh start
Also, consider making a link /compat/linux/tmp if your /tmp
doesn't have sufficient free space or is slow. VMware uses
/tmp to back the VM's memory.
e.g.
ln -s /usr/tmp /compat/linux/tmp
************************************************************

View File

@ -10,4 +10,11 @@ Or hit the following commands to play now. :)
/sbin/mount_linprocfs linproc /compat/linux/proc
/usr/local/etc/rc.d/vmware.sh start
Also, consider making a link /compat/linux/tmp if your /tmp
doesn't have sufficient free space or is slow. VMware uses
/tmp to back the VM's memory.
e.g.
ln -s /usr/tmp /compat/linux/tmp
************************************************************