Mount Windows share on Linux boot
Posted
by Delameko
on Super User
See other posts from Super User
or by Delameko
Published on 2010-05-07T12:58:59Z
Indexed on
2010/05/07
13:08 UTC
Read the original article
Hit count: 298
I'm running VirtualBox in Windows. I have Linux 10.04 installed as a VM.
Whenever I log in I have to run to following command to mount my shared Windows web dev folder:
sudo mount.vboxsf web_apps /mnt/web_apps
Where can I put this line (minus the sudo) so that it will run once when Linux boots up? I'm guessing there must be a root .profile or .login script that runs at some point?
© Super User or respective owner