GNU/Linux >> Linux Esercitazione >  >> Linux

Nessun /mnt/hgfs nel guest Ubuntu sotto VMWare Fusion

Per qualche ragione, gli strumenti VMWare installati automaticamente non hanno funzionato, ma Ubuntu ha uno strumento chiamato vmware-hgfsmounter, se lo installassi potrei farlo:

sudo apt-get install open-vm-tools
sudo mkdir /mnt/hgfs
sudo mount -t vmhgfs .host:/ /mnt/hgfs

Dopo aver eseguito questi comandi, /mnt/hgfs ora dovrebbe contenere le tue condivisioni.


Per Ubuntu 16.04 ho dovuto usare vmhgfs-fuse , vedi https://github.com/vmware/open-vm-tools/issues/199#issuecomment-335525133:

Ciò influisce sul client Cartelle condivise poiché siamo passati da un componente in modalità kernel a un componente del file system FUSE per fornire il file system delle cartelle condivise.

Ciò si traduce in un nuovo comando mount da utilizzare per creare il file system condiviso. Per le versioni del kernel Linux utilizziamo il file system FUSE che ora significa che dovresti utilizzare il seguente comando:

sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other

sudo mkdir /mnt/hgfs

Usa prima il comando precedente, seguito dal seguente:

sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other

Utilizzo macOS e VMware Fusion con Ubuntu 18.x.


Linux
  1. Linux – Collegamento di /proc/mnt a /proc/mounts?

  2. Ubuntu 14.04 "non ha ricevuto un file Uri di riproduzione in entrata::///*"?

  3. Crea un utente sudo in Ubuntu

  4. Estendi il volume su disco non partizionato (XFS) nel guest VMware

  5. Usa un repository git su /var/www/html/

Come installare VMware Workstation 16 Pro su Ubuntu 22.04 / Ubuntu 20.04

Come installare VMware Workstation Pro Ubuntu 20.04

COME INSTALLARE NEXTCLOUD SU UBUNTU?

Installa Qt su Ubuntu

Indirizzo ospite VMWare Fusion Linux per nome host?

I siti web dovrebbero vivere in /var/ o /usr/ in base all'utilizzo consigliato?