Vmware: Difference between revisions

From RCATs
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
== Shared Folders ==
== Shared Folders ==
<syntaxhighlight lang="powershell">
<syntaxhighlight lang="powershell">
## Add the line below to /etc/fstab
## 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
vmhgfs-fuse /mnt/hgfs  fuse defaults,allow_other  0  0
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 07:32, 10 April 2023


Shared Folders

## 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