martes, 24 de abril de 2018

Cargar carpetas compartidas VMWare

Para poder ver que carpetas reconoce linux, podemos utilizar el comando:

[root@localhost caso2-1]# vmware-hgfsclient
Scripts
CIFH
Casos


Luego para reconocer la carpeta utilizamos el comando:
[root@localhost caso2-1]# mount -t vmhgfs .host:/Casos /mnt/real
mount: unknown filesystem type 'vmhgfs'

En el caso de que no reconoce el filesystem podemos utilizar el siguiente comando:
/usr/bin/vmhgfs-fuse .host:/ /mnt/real -o subtype=vmhgfs-fuse,allow_other



No hay comentarios:

Publicar un comentario