+2

I have a few shared folders in my windows vista machine and i want to access them from ubuntu. I tried few mount commands and couldn't figure it out. please help, how to mount my windows shared folders?

2 answers, +2 votes, 755 views
mecha's picture
asked by mecha
28 weeks 6 days ago



2 Answers

Answer
+1

You need smbclient to access windows folder for linux
Open a terminal and issue the following command
 
sudo apt-get install smbfs
 
this will install the smbclient as well as the smb file system. smb file system is useful if you want to mount the windows folder in the ubuntu file system.
 
In case if you just want to access the windows folder, just install the smbclient itself without the smbfs
 
sudo apt-get install smbclient
 
Now open the File Browser in ubuntu, using Places->Computer menu link
in the Location bar just type smb://<windows m/c ip or name>/<shared folder name>
for eg. smb://192.168.1.10/Public
 
Windows as usual will prompt you to login, enter your windows credentials and voila, you can access the windows share.

nixon's picture
answer by nixon
25 weeks 3 days ago
  • You should also see a shortcut folder icon on your desktop for the windows shared folder you tried to access above - nixon 25 weeks 3 days ago
  • Answer
    0

    If you are using one of the latest versions of ubuntu you simply can mount the NTFS drive by going to Places>from hte toolbar on the top.It will ask you for a password which is the admin password you created while installing.and lo you can access the windows drive.

    richlyn9's picture
    answer by richlyn
    25 weeks 2 days ago

    Asked by

    mecha's picture
    User offline. Last seen 28 weeks 6 days ago. Offline
    joined 28 weeks 6 days ago
    20 points

    View in your own language!