Accessing the /samples/ partition, etc.
Started by Ryan Steinbruner




14 posts in this topic
noek

39 posts 0 threads Joined: Jan 2021
17-02-21, 21:53 -
#5
Hi hdoa,
What command did you use, with me it works as documented:
Code:
root@samplerbox:~# ls /samples
0 Demo    1 MidiPlayer  2 Saw  lost+found
root@samplerbox:~# touch /samples/test
touch: cannot touch '/samples/test': Read-only file system
root@samplerbox:~# mount -o remount,rw /samples
root@samplerbox:~# touch /samples/test
root@samplerbox:~# ls /samples
0 Demo    1 MidiPlayer  2 Saw  lost+found  test
Same results for /boot.

As for the internet connection, I'm experiencing the same. In older versions it worked - guess we have to wait for Hans - or someone else who knows.


Messages In This Thread
Accessing the /samples/ partition, etc. - by Ryan Steinbruner - 15-02-21, 12:51
RE: Accessing the /samples/ partition, etc. - by noek - 17-02-21, 21:53