• Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    ernsteiswuerfel
    Posts: 545 from 2015/6/18
    From: Funeralopolis
    I'll share my now working smb.conf, perhaps it is helpful to someone:

    Code:
    [global]

    # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
    workgroup = HALI

    # server string is the equivalent of the NT Description field
    server string = Samba Server
    server min protocol = NT1

    # Re-enable SMB1 support
    ntlm auth = ntlmv1-permitted

    # iso8859-15 for non-UTF8-clients
    dos charset = ISO-8859-15

    hosts allow = 192.168.2. 192.168.3. 127.
    interfaces = 192.168.2.2/24 192.168.3.2/24

    [homes]
    comment = Home Directories
    browseable = yes
    writable = yes

    The rest of the options is left at default settings.

    On MorphOS I mount my Linux home directory via S/user-network-startup:
    Code:
    run >NIL: SmbFS USER=linuxuser DOMAIN=HALI SERVICE=//serverhostname/linuxuser password=xxx VOLUME=distanthome CASESENSITIVE OMITHIDDEN

    Where linuxuser would be the same username you use on Linux, serverhostname an IP address set in MorphOS hosts file and xxx the password for your user on the server you set via smbpasswd (on the server).

    So my Linux Home directory appears on Ambient as distanthome, does not show the Linux 'hidden' point files and is case sensitive (which is default on Linux).
    Talos II. [Gentoo Linux] | PMac G5 11,2. PMac G4 3,6. PBook G4 5,8. [MorphOS 3.18 / Gentoo Linux] | Vampire V4 SA [ApolloOS / Amiga OS 3.2.2]
  • »04.05.20 - 23:23
    Profile