How to list Windows shares from terminal?
Posted
by
Zabba
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Zabba
Published on 2010-12-31T21:13:43Z
Indexed on
2010/12/31
21:59 UTC
Read the original article
Hit count: 235
Here is a simple scenario I have:
- Windows 7 is sharing a folder (D:\Projects).
- Full Control permissions have been given to the folder.
- In Ubuntu 10.10, I can see the Windows shares from Places -> Network menu.
- I can create a folder in the shared Projects folder from Nautilus
How do I ls
those same folders (displayed in Nautilus) from the terminal?
(mount
and ls /mnt
do not list those Windows shares)
Ps. Details on what I am doing:
- Using Ubuntu as a "headless" VM using VirtualBox.
- Accessing Ubuntu via PuTTY
- Ability to give complete access to the Ubuntu VM for the Windows shared folder
© Ask Ubuntu or respective owner