Vmware: Difference between revisions

From RCATs
No edit summary
No edit summary
 
Line 4: Line 4:
<syntaxhighlight lang="powershell">
<syntaxhighlight lang="powershell">
## This is to make your shared folders appear in your linux vm  
## This is to make your shared folders appear in your linux vm  
## Add the line below to /etc/fstab
## 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