So I have created a LibreELEC SD card using the sd creator app to install it on raspberry pi 3b+ and it works perfectly so far. The only thing I am having trouble with copying videos. The creator app formatted my sd card into two partitions which is the libreELEC and storage partition. I connected the SD card to my desktop so I can transfer the video on my computer to the sd card but I don't have permission. Can I just overwrite it and give myself permission or will that mess everything up with the raspberry pi working with libreELEC? Also I am using manjaro linux on my desktop
Copying videos to Storage Partition on desktop
-
fsociety14 -
April 19, 2019 at 5:31 AM -
Thread is Unresolved
-
-
- Official Post
You are better of just copying the files as root.
Either as "sudo" in terminal
sudo cp <my files> <SD Card>
or start a file manager as root
sudo dolphin/nemo/whatever
or just use sftp to transfer files from you PC to the RPi via samba.
Just install filezilla or any other program that uses sftp or use the command line if you are confident.