(Created page with "Category:Tools") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Tools]] | [[Category:Tools]] | ||
== Shared Folders == | |||
<syntaxhighlight lang="powershell"> | |||
## Add the line below to /etc/fstab | |||
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0 | |||
</syntaxhighlight> |
Revision as of 07:26, 10 April 2023
## Add the line below to /etc/fstab
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0