![]() |
Network browser
Is there a network browser for samba shares?
|
Re: Network browser
Only for the N770 OS2006 is called smbbrowser... They havent port it for N800 OS2007
|
Re: Network browser
There is "SmbBrowser"
https://garage.maemo.org/projects/smbbrowser/ I have yet to get this one (client) to work. I have samba (server) running on the N800, and I can mount MMC cards on a windows PC as a file share. I can's seem to mount windows shares on the N800 though. For samba server to work on the N800, heres what I did. 1.) Edit /etc/samba/smb.conf [global] log file = /var/log/samba/log.%m max log size = 100 syslog = 0 panic action = /usr/share/samba/panic-action %d encrypt passwords = yes # share names [root] browsable = yes valid users = root,user writeable = yes path = / 2.) Create a "smbpasswd" file. cat /etc/passwd | /usr/sbin/mksmbpasswd > /etc/samba/smbpasswd 3.) Add users/passwords to smbpasswd file (prompts for smb password) . smbpasswd root smbpasswd user b.) cat /etc/samba/smbpassword. You should now see the encrypted password string in the file, for these users. 4.) Restart Samba Server on N800 /etc/init.d/samba restart 5.) Mount N800 on a Windows PC. In a dos box: net use h: \\n800\root\home\user /user:user [optional password here, else prompt for it] (where n800 is the hostname of your n800). This works ! -------------------------------------------------------------- I can't get the reverse working (samba client), such as..... mount -t cifs -o username=user,password=pw //windowsHostName/shareName /mnt/myMountPoint It just says "mount failed". I suspect, it has to do with a registry setting. There are many, such as hiding shares from the Master Browser List, "RestrictAnonymous" access, "LMCompatibilityLevel", etc. Any tips ? |
Re: Network browser
Hi. How do I get a samba server running on the N800 please? The last reply didn't mention how that bit was done!
Many thanks. |
Re: Network browser
Quote:
|
Re: Network browser
You could also use FUSE to mount the root of your network somewhere convenient.
|
All times are GMT. The time now is 04:45. |
vBulletin® Version 3.8.8