Instalar Samba desde OSMC App Store

De la misma manera que instale HTS Tvheadend Server desde la app store de OSMC también he instalado Samba server desde allí.

La instalación no puede ser mas sencilla, lo seleccionamos y le damos a instalar.

Para configurar samba server tendremos que crear y editar el archivo smb-local.conf que se encuentra en /etc/samba.

Creamos el archivo a partir del archivo por defecto que viene con samba:

sudo cp /etc/samba/smb.conf /etc/samba/smb-local.conf

una vez hecho editamos el archivo de configuración:

sudo nano /etc/samba/smb-local.conf

El archivo por defecto es este:

[global]

# If you require a fully custom smb.conf create smb-local.conf instead of editing smb.conf so your
# configuration will not be overwritten by samba upgrades. You can use smb.conf as a template by
# copying it to smb-local.conf then removing the config file line below in the new file. If you only
# need to add some additional shares see smb-shares.conf below for a simpler way to do this.

    config file = /etc/samba/smb-local.conf  <-------(ELIMINAR)

    workgroup = WORKGROUP
    security=user
    follow symlinks = yes
    wide links = no
    unix extensions = no
    lock directory = /var/cache/samba
    load printers = no
    printing = bsd
    printcap name = /dev/null
    disable spoolss = yes
    log level = 1
    map to guest = bad user
    usershare template share = automount template

    read raw = Yes
    write raw = Yes
    strict locking = no
    min receivefile size = 16384
    use sendfile = true
    aio read size = 2048
    aio write size = 2048
    socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072

[osmc]    <------------------ (CAMBIAR POR EL NOMBRE QUE QUERAMOS)
    browsable = yes
    read only = no
    valid users = osmc
    path = /home/osmc <-----------(CAMBIAR POR LA RUTA DE NUESTRO HDD)
    comment = OSMC Home Directory

[automount template]
    browseable = yes
    -valid = no
    valid users = osmc
    path = %P
    hide files = /$RECYCLE.BIN/System Volume Information/desktop.ini/thumbs.db/

# Add custom shares in smb-shares.conf instead of editing smb.conf so they will not be
# overwritten by samba updates. You can only add new shares to smb-shares.conf, not change
# the default shares or global options. If you need full control see smb-local.conf above.

include = /etc/samba/smb-shares.conf  <--------(ELIMINAR)

Pulsamos ctrl+x y aceptamos guardar los cambios.

Después reiniciamos el servicio con:

sudo systemctl restart samba.service

Ahora ya deberíamos poder ver nuestra raspberry desde cualquier windows dentro del grupo de trabajo.
Share on Google Plus
"La informática tiene que ver con los ordenadores lo mismo que la astronomía con los telescopios"