maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N800 (https://talk.maemo.org/forumdisplay.php?f=25)
-   -   Network browser (https://talk.maemo.org/showthread.php?t=7439)

bazz 2007-07-08 23:50

Network browser
 
Is there a network browser for samba shares?

SeRi@lDiE 2007-07-09 00:00

Re: Network browser
 
Only for the N770 OS2006 is called smbbrowser... They havent port it for N800 OS2007

cmideiros 2007-07-09 00:36

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 ?

rebroad 2007-07-18 13:26

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.

SeRi@lDiE 2007-07-18 13:30

Re: Network browser
 
Quote:

Originally Posted by rebroad (Post 60947)
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.

He explain bit by bit on how to get a smb server running...

aleksandyr 2007-07-18 15:31

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