Author Topic: Samba server setup  (Read 1857 times)

omega

  • Hero Member
  • *****
  • Posts: 626
    • View Profile
    • http://
Samba server setup
« 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.
Gorgeous C860, 256 Sandisk SD, 1Gig Pretec 40x CF, PDAIR leather case & the really cool retractable iPDA USB sync/charge cable. Powered by PDAXROM BETA 1.

My wish - to have a Command & Conquer style game on my Z! (FREECNC!!!) Simcity 2000 would also be great.

seachicken

  • Newbie
  • *
  • Posts: 17
    • View Profile
Samba server setup
« Reply #1 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