Skip to content

User Data

midilab edited this page May 9, 2020 · 4 revisions

User Data

All the user data are stored on a separate partition. This is the place where you store all your projects saved, samples, synthesizer configs, video and audio files and any media to be used on yout OpenDSP.

You can access your data when OpenDSP is up and running via network by using Samba or SFTP protocols.

If you need help to setup your OpenDSP for network access, please go to Network page.

Samba-Shares

Samba is a software suite that allows you to access file systems over the network. Naturally both your PC and Pi will need to be connected to the same network via Ethernet or Wifi in order to successfully transfer your files.

  • if on windows type \\OPENDSP into the computer folder. You can also replace OPENDSP with your OpenDSP IP address

  • if on MAC OS X open finder, select "Go" menu and "Connect to Server". Type smb://opendsp and hit "Connect".

SFTP

SFTP or SSH File Transfer Protocol also called Secure File Transfer Protocol is a network protocol that allows you to securely transfer files over a network. Naturally both your PC and OpenDSP system will need to be connected to the same network via Ethernet or Wifi in order to successfully transfer your files.

There are many SFTP programs out there:

Connection settings:

  • Protocol: SFTP
  • IP address: OpenDSP IP Address if you dont know it, please check Network page
  • Username: opendsp (default)
  • Password: opendspd (default)

Where to drop the files*

Simply drop the files in the /home/opendsp/data/ folder.

Clone this wiki locally