Reply To: NSLU2/Firefly setup problems

#10748
Anonymous
Inactive

Thanks Ron,

got as far as doing the chmod go+w “iTunes Music” and that solved it. Guess I should have thought about trying to use quote marks 🙄

Haven’t done the rest of your suggestions yet but from reading through it I understand the principles of what you’re saying.
Just one thing:

chown -R admin:everyone mp3
find mp3 -type d exec chmod 2775 {} ;
find mp3 -type d exec chmod 664 {} ;

I assume that last line should be

find mp3 -type f exec chmod 664 {} ;

rather than -type d as per what you write further on…

thanks again, andy