Vmware: Difference between revisions

From RCATs
(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


Shared Folders

## Add the line below to /etc/fstab
vmhgfs-fuse /mnt/hgfs  fuse defaults,allow_other   0   0