Results 1 to 3 of 3
Hi,
I'm making a windows directory sharable by other computers on my home network. However, when I browse with
smb://Fred@192.168.0.163/Pictures
(using either konqueror or Firefox) I only see the first ...
- 06-20-2006 #1Just Joined!
- Join Date
- Oct 2004
- Posts
- 10
Difficuties reading a windows directory from linux
Hi,
I'm making a windows directory sharable by other computers on my home network. However, when I browse with
smb://Fred@192.168.0.163/Pictures
(using either konqueror or Firefox) I only see the first 34 of about 600 pictures in this directory. Why can't I access the rest of the files, and how do I coerce samba/windows/whatever to do it?
Thanks in advance for any advice!
cheers,
Al (AussieGuy)
- 06-20-2006 #2
You could try mounting the share using 'mount -t smbfs' or 'mount.cifs' and then accessing it with file:///...
- 06-21-2006 #3Just Joined!
- Join Date
- Oct 2004
- Posts
- 10
Thanks very much!
I ended up getting it to mount fine using 'mount -t smbfs', but what I had to do was not mount the windows directory, but the name of this shared directory I had given it in the windows network settings.


Reply With Quote