How to mount window share in ubuntu
Posted
by Mirage
on Server Fault
See other posts from Server Fault
or by Mirage
Published on 2010-04-29T02:40:15Z
Indexed on
2010/04/29
2:47 UTC
Read the original article
Hit count: 307
I have window server which shares the folder called wwwroot.
In my ubuntu that window computer is not visible.
When i press ctrl + L
and type smb://window-comp-name/wwwroot
Then it works
I tried mounting that folder using
sudo mount smb://SERVER/wwwroot /media/dir1
but it didn't work
© Server Fault or respective owner