segunda-feira, 20 de setembro de 2010

VirtualBox e Ubuntu compartilhar pasta

Para compartilhar ou "montar" uma pasta compartilhada no Ubuntu basta dar o seguinte comando (como root):

mount -t vboxsf NOME_DA_PASTA_COMPARTILHADA NOME_DA_PASTA_NO_UBUNTU

Nenhum comentário:

Postar um comentário

Linux bash file returns unexpected token `$'do\r''

open file in vi edit with   vi filename.sh   command; type in vi  :set ff=unix  command; save file with  :wq It will save the file with unix...