Emtec S850H - Modifica file configurazione samba

Questa è una discussione su Emtec S850H - Modifica file configurazione samba all'interno del forum Movie Cube S800H, S850H, V800H, V850H, D850H, nella categoria Emtec; Ciao a tutto il ng! Vorrei fare delle modifiche al file smb.conf per cambiare i nomi delle condivisioni usb e ...

Risultati da 1 a 8 di 8

Emtec S850H - Modifica file configurazione samba

  1. #1
    Junior L'avatar di alexzeta9
    Data Registrazione
    Dec 2011
    Messaggi
    9
    Downloads
    0
    Uploads
    0

    Emtec S850H - Modifica file configurazione samba

    Ciao a tutto il ng!

    Vorrei fare delle modifiche al file smb.conf per cambiare i nomi delle condivisioni usb e nascondere i file di sistema.
    E' possibile apportare delle modifiche permanenti al file smb.conf?

    Alex

    Discussioni Simili:

  2. #2

  3. #3
    Junior L'avatar di alexzeta9
    Data Registrazione
    Dec 2011
    Messaggi
    9
    Downloads
    0
    Uploads
    0

    re: Emtec S850H - Modifica file configurazione samba

    Citazione Originariamente Scritto da bovirus Visualizza Messaggio
    E' importante includere indicare sempre in ogni post alcuni info fondamentali come ad esempio la versione firmware.
    Hai ragione:
    la versione del firmware è l'ultima: r5460

    ciao!


  4. #4
    Junior L'avatar di alexzeta9
    Data Registrazione
    Dec 2011
    Messaggi
    9
    Downloads
    0
    Uploads
    0

    re: Emtec S850H - Modifica file configurazione samba

    up..............


  5. #5
    Super Moderatore L'avatar di bovirus
    Data Registrazione
    Apr 2010
    Località
    Milano
    Messaggi
    3,063
    Downloads
    0
    Uploads
    0

    re: Emtec S850H - Modifica file configurazione samba

    Il firmware Emtec è basato sull'SDK4 Casablanca.

    I file di configurazione di samba sono

    /usr/local/etc/package/samba/lib/smb_anonymous_head.conf

    [global]
    security=share
    log file=/usr/local/samba/var/log.%m
    max log size=2000
    domain logons=Yes
    dns proxy=No
    use sendfile=yes
    guest account=root
    encrypt passwords=yes
    passdb backend=smbpasswd
    socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
    read raw=yes
    write raw=yes
    oplocks=yes
    max xmit=65535
    dead time=15
    getwd cache=yes
    lpq cache=30
    read prediction=yes
    client NTLMv2 auth=yes


    /usr/local/etc/package/samba/lib/smb_user_head.conf

    [global]
    security=user
    log file=/usr/local/samba/var/log.%m
    max log size=2000
    domain logons=Yes
    dns proxy=No
    use sendfile=yes
    guest account=root
    encrypt passwords=yes
    passdb backend=smbpasswd
    socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
    read raw=yes
    write raw=yes
    oplocks=yes
    max xmit=65535
    dead time=15
    getwd cache=yes
    lpq cache=30
    read prediction=yes
    client NTLMv2 auth=yes

    Puoi aggiungere in coda a ciascun file le sezioni


    [etc]
    browseable = yes
    guest ok = yes
    comment = mediabox ursr local etc
    path = /usr/local/etc
    hide dot files = yes
    hide files = /.*/lost+found/
    writable = yes
    read only = no
    create mask = 0775
    directory mask = 0775

    [root]
    browseable = yes
    guest ok = yes
    comment = mediabox root
    path = /
    hide dot files = yes
    hide files = /.*/lost+found/
    writable = no
    read only = yes
    create mask = 0775
    directory mask = 0775

    Volendo puoi aggiungere anche nella sezione global

    # workgroup = Make sure it matches YOUR OWN NT-Domain-Name or Workgroup-Name
    workgroup = workgroup

    # server string is the equivalent of the NT Description field
    server string = Multimedia server

    netbios name=EMTEC
    workgroup=WORKGROUP
    server string = Multimedia server

    Per stabilire il nome dell'unitÃ* in rete (EMTEC) e il gruppo di lavoro (WORKGROUP).

    Per fare le modifiche usare un editor ad hoc (es. Noetpad++) che lavora in modo Unix (semnza aggiungere il ritorno a capo).

    Esempio nuovo file /usr/local/etc/package/samba/lib/smb_user_head.conf

    [global]
    netbios name=EMTEC
    workgroup=WORKGROUP
    server string = Multimedia server

    security=share
    log file=/var/samba/log.%m[/b]
    max log size=2000
    domain logons=Yes
    dns proxy=No
    use sendfile=yes
    guest account=root
    encrypt passwords=yes
    passdb backend=smbpasswd
    socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
    read raw=yes
    write raw=yes
    oplocks=yes
    max xmit=65535
    dead time=15
    getwd cache=yes
    lpq cache=30
    read prediction=yes
    client NTLMv2 auth=yes

    [etc]
    browseable = yes
    guest ok = yes
    comment = mediabox ursr local etc
    path = /usr/local/etc
    hide dot files = yes
    hide files = /.*/lost+found/
    writable = yes
    read only = no
    create mask = 0775
    directory mask = 0775

    [root]
    browseable = yes
    guest ok = yes
    comment = mediabox root
    path = /
    hide dot files = yes
    hide files = /.*/lost+found/
    writable = no
    read only = yes
    create mask = 0775
    directory mask = 0775


    In neretto le parti aggiunte.

    Per maggiori info su samba

    http://www.linuxhelp.net/guides/samba/
    http://www.samba.org/samba/docs/man/...mb.conf.5.html


  6. #6
    Hacker L'avatar di MediaTerraneo
    Data Registrazione
    Nov 2011
    Messaggi
    469
    Downloads
    0
    Uploads
    0

    re: Emtec S850H - Modifica file configurazione samba

    Per molte delle righe di configurazione il significato si puo' intuire, ma non per tutte. E' possibile avere una spiegazione delle righe e dell'effetto della variazione dei parametri?
    Grazie

    MK818B, UG008B, MK908 Mini PC Android 4.1.1- 4.2.2 (DLNA DMP, DMR, DMS)
    IAMM NTR83 (RTD1283) FW v1.90 Zival mod. 1.8 (UPnP DMP)
    BT3549HN (RTD1185)
    FW 3.1.3.0 (DLNA DMP, DMR)
    Synology DS211j
    DSM 4.2 (DLNA DMS)

  7. #7

  8. #8
    Junior L'avatar di alexzeta9
    Data Registrazione
    Dec 2011
    Messaggi
    9
    Downloads
    0
    Uploads
    0

    re: Emtec S850H - Modifica file configurazione samba

    Citazione Originariamente Scritto da bovirus Visualizza Messaggio
    Il firmware Emtec è basato sull'SDK4 Casablanca.

    I file di configurazione di samba sono

    /usr/local/etc/package/samba/lib/smb_anonymous_head.conf

    [...]
    Grazie davvero per tutte le informazioni; ce n'è da sbizzarrirsi!
    Stasera proverò.

    Alex


Tag per Questa Discussione

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •