I'm a web developer, passionate about code quality, automated testing, open source projects and learn new things. I love to spend my time reading books, studying and being in nature. I like doing things the "right way", and I am motived with new challenges.
Failed to mound folders in linux guest
April
26th,
2016
Problema
Failed to mount folders in Linux guest. This is usually because the "vboxsf" file system is not available. Please verify that the guest additions are properly installed in the guest and can work properly. The command attempted was:mount -t vboxsf -o uid=id -u vagrant,gid=getent group vagrant | cut -d:-f3 home_vagrant_ieducar /home/vagrant/ieducar mount -t vboxsf -o uid=id -u vagrant,gid=id -g vagrant home_vagrant_ieducar /home/vagrant/ieducarThe error output from the last command was:stdin:is not a tty mount:unknown filesystem type 'vboxsf'
Solução
Caso este erro aconteça ao iniciar sua máquina virtual, execute o comando abaixo para que suas pastas sejam compartilhadas corretamente.