(Created page with "Category:Tools") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Tools]] | [[Category:Tools]] | ||
== Shared Folders == | |||
<syntaxhighlight lang="powershell"> | |||
## This is to make your shared folders appear in your linux vm | |||
## Add the line below to /etc/fstab' | |||
## Reboot VM | |||
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0 | |||
</syntaxhighlight> |
Latest revision as of 07:32, 10 April 2023
## This is to make your shared folders appear in your linux vm
## Add the line below to /etc/fstab'
## Reboot VM
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0