here's a screenshot. i figured after changing the target directory to /media/exthdd from /home/pi which is the default. i cannot understand why it wont accept my hdd, it just errors, the default directory seems ok
Tell me more
×
Raspberry Pi Stack Exchange is a question and answer site for
users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.
|
|
Your problem is that you have a NTFS HDD. NTFS does not support UNIX permissions. You need to either change the mount arguments of your HDD, or reformat as ext4 (the better option, NTFS eats tonnes of CPU too so you really need ext4 if you're doing a media center or streaming hub). |
|||
|
|