qbittorrent can't access usb storage on orange pi?
qbittorrent can't access usb storage on orange pi?
The original post: /r/torrents by /u/Mashic on 2024-12-06 09:22:42.
I have an Orange Pi Zero 3 (arm based SBC), installed dietpi os, installed qbittorrent. The device has a usb 2.0 port, I connected an external drive and edited sudo nano /etc/fstab/
to add the external storage on a mounting point. I added a line:
bash
UUID=... $HOME/usb Filesystem defaults 0 0
The problem is that qbittorent can't access the external drive to download to. I can't even create files without sudo. Any solution?
Sorry if this is directly related to torrenting, but I was looking on linux/ubuntu forums and I couldn't find a solution, I thought someone had a similar setup could help.