Can't Access Samba files using PCManFM

The dedicated forum for PCMan File Manager - http://wiki.lxde.org/en/PCManFM
Locked
xander21c
Posts: 1
Joined: Tue Feb 17, 2009 4:56 pm

Can't Access Samba files using PCManFM

Post by xander21c »

Hi,

I just new on LXDE, I'm planing on install it on some computers at my job
but i can access a samba server I have

usually usign nautilus I type on the adress : smb://192.1681.1.*

an nautilus show me that samba folderes

Is PCManFm have this function? or is there a method to have something similar?

thanks
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: Can't Access Samba files using PCManFM

Post by maces »

Hi

At the Moment you can't access Samba though PCManFM.

maces
kgas
Posts: 45
Joined: Sat Dec 27, 2008 12:32 pm

Re: Can't Access Samba files using PCManFM

Post by kgas »

This is possible and see the samba shares using

Code: Select all

sudo mount.cifs //ip adress/<sharedDoc> ~/<Directory to mount>
eg. sudo mount.cifs //203.182.1.3/Documents ~/samba
now with pcmanfm you can view the folder content. Once your use is over Don't forger to unmount.
Locked