- Add a tip (/tmp usage)
Suggested by: des
This commit is contained in:
parent
465a239b50
commit
302f5039f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27052
@ -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
|
||||
|
||||
************************************************************
|
||||
|
@ -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
|
||||
|
||||
************************************************************
|
||||
|
@ -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
|
||||
|
||||
************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user