17-02-21, 21:53 -
Hi hdoa,
What command did you use, with me it works as documented:
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.
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
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.