OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: omega on October 19, 2004, 07:12:18 am

Title: Samba server setup
Post by: omega on October 19, 2004, 07:12:18 am
Hi all,

I'm wondering what is the best and most succinct way to share / or /mnt over the usb network? I have RC5 and have installed samba server.  I was trying to configure the server last week but not much luck.
Title: Samba server setup
Post by: seachicken on October 19, 2004, 09:16:21 am
Works fine for me (RC5).

Here is the contents of my /etc/samba/smb.conf maybe it will be of some help:

Code: [Select]
[global]
        printer admin = @adm
        server string = zaurus
        dns proxy = no
        workgroup = WORKGROUP
        load printers = yes
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        max log size = 50
        printing = cups
        os level = 20
        printcap name = cups
        log file = /var/log/samba/log.%m
        netbios name = colossus
        smb passwd file = /etc/samba/smbpasswd
        encrypt passwords = yes
        security = user
        map to guest = bad user

[sd]
        path = /mnt/card
        public = yes
        guest only = yes
        guest account = root
        writeable = yes