1

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

psyko666
  • 181
  • 1
  • 3
  • 11

1 Answers1

1

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).

This might help with formatting the HDD.

hifkanotiks
  • 1,901
  • 3
  • 16
  • 28