Code: Select all
pi@raspberrypi /media $ cd external/
-bash: cd: external/: Permission denied
Code: Select all
drwx------ 2 root root 4096 Feb 26 17:05 external
The strange thing is, if I run kodi (via "kodi-standalone") it is able to see all the media on the hard drive, where the library had already been configured (on a previous installation).
After running kodi, using a separate terminal I can switch to the hard drive with no problem. It does not say anything about permissions, and when I list the home directory on the external drive everything is there.
The permissions after running kodi, when it works, look like this:
Code: Select all
drwxrwxr-x 12 pi root 4.0K Feb 26 15:43 external
I'm pretty confused, bc like I said this is a clean install I was simply trying to actually make a pristine copy without an problems to image before starting to tinker around some more, lol.
Any idea how I can fix this?