[Eisfair_dev] Samba 11.0.1

Thomas Ostermaier thomas.ostermaier at orth-ostermaier.de
So Feb 28 16:02:52 CET 2021


Am 28.02.2021 um 15:53 schrieb Thomas Bork:

> Erst mal erwähnen, was genau Du wo machst:
>
Ich habe einen Eisfair-
Im Samba Menue SMB Mounts mounte ich zwei Freigaben von einem Win10 Rechner.

> 1.
> Wer ist der Server?
> 
Das müsste ja dann der Win10 Rechner sein.
> 2.
> Wer ist der Client?
> 
Der Eisfair wäre dann der Client
> 3.
> Auf welchem von beiden kommt das neue Samba in's Spiel?
> 
Auf dem Eisfair.
> 4.
> Wo und wie genau sind die Mounts definiert?
> 

# Definition of Samba Mounts
#
# Set the number of Samba Mounts to use in SAMBA_MOUNT_N.
#
# Values below are only an example and are not used if
# SAMBA_MOUNT_N is '0'
#------------------------------------------------------------------------------

SAMBA_MOUNT_N='2'                 # How many remote shares you want to mount

SAMBA_MOUNT_1_ACTIVE='yes'        # Is this mount active: yes or no
SAMBA_MOUNT_1_SERVER='nas.fritz.box'
                                   # The netbios name of the 1. server
SAMBA_MOUNT_1_SHARE='Medien'      # The name of the 1. share to mount
SAMBA_MOUNT_1_POINT='/data/Daten/Medien'
                                   # Where you want to mount the share
SAMBA_MOUNT_1_USER='user'         # The user name for share access
SAMBA_MOUNT_1_PASS='*******'      # The password for share access
SAMBA_MOUNT_1_RW='yes'            # Should share writeable: yes or no
SAMBA_MOUNT_1_UID=''              # Mount share with uid/username
SAMBA_MOUNT_1_GID=''              # Mount share with gid/groupname
SAMBA_MOUNT_1_FMASK=''            # Mount share with file umask
SAMBA_MOUNT_1_DMASK=''            # Mount share with directory umask
SAMBA_MOUNT_1_IOCHARSET=''        # Mount share with linux charset

SAMBA_MOUNT_2_ACTIVE='yes'        # Is this mount active: yes or no
SAMBA_MOUNT_2_SERVER='NAS.fritz.box'
                                   # The netbios name of the 2. server
SAMBA_MOUNT_2_SHARE='Laura'       # The name of the 2. share to mount
SAMBA_MOUNT_2_POINT='/data/Daten/Laura'
                                   # Where you want to mount the share
SAMBA_MOUNT_2_USER='user'         # The user name for share access
SAMBA_MOUNT_2_PASS='******'      # The password for share access
SAMBA_MOUNT_2_RW='yes'            # Should share writeable: yes or no
SAMBA_MOUNT_2_UID=''              # Mount share with uid/username
SAMBA_MOUNT_2_GID=''              # Mount share with gid/groupname
SAMBA_MOUNT_2_FMASK=''            # Mount share with file umask
SAMBA_MOUNT_2_DMASK=''            # Mount share with directory umask
SAMBA_MOUNT_2_IOCHARSET=''        # Mount share with linux charset

Gruß Thomas



Mehr Informationen über die Mailingliste Eisfair_dev