Enabling SMB / Samba Write on Xbian (XBMC for Raspberry Pi)

Raspi_Colour_RIf you’ve got a Raspberry Pi (if you don’t, please go order one right now), and use Xbian (a great version of XBMC for Pi) you may have connected to your Pi via SMB but noticed it’s read only. Fixing this (to read / write) only takes a few seconds.

Provided you already have Xbian installed and your Pi is connected to your network and you know the address (something like 192.168.x.x – or you should be able to simple use “Xbian”), you can:

  1. On a PC, download and run Putty. Putty is a great – free – ssh terminal app.
  2. Enter your Pi’s ip (or “Xbian”) in the host name textbox.
  3. Click Open to connect to the Pi.
  4. Enter the default username: xbian and password: raspberry
  5. At the prompt, enter: sudo nano /etc/usbmount/usbmount.conf
  6. In Nano (a text editor) find the line: SMBSHARE=no
  7. Change SMBSHARE=no to SMBSHARE=yes
  8. Exit Nano and save (Control+X, Y).
  9. Reboot.
  10. You should now be able to connect to you Pi in Windows using SMB with \\XBIAN\ or find your Pi in your Network and have write permission.

Happy downloading AND uploading.

Enabling SMB / Samba Write on Xbian (XBMC for Raspberry Pi)

6 thoughts on “Enabling SMB / Samba Write on Xbian (XBMC for Raspberry Pi)

  1. Anonymous says:

    Didn’t work for me. Does this have to do with the fact that a usbmount.conf is being changed where the SD-card contains the OS?

    Like

  2. Hi,

    With the new version, you have a little modification in the same file :

    SMBSHARE ==> SHARESMB
    And this is only if you want to activate /media sharing.

    For Read/Write, it’s the next option : SHAREW

    Have Fun 🙂

    Liked by 2 people

  3. pavlos says:

    Just made a xbian-kodi image today (dated 20160301) using the installer, works on the TV, tried to restart samba from the TV, it fails (System, Settings, Xbian, services, samba restart). Any ideas?

    Like

Leave a comment