new install latest version piCorePlayer on rPi 4B
copied entire 2TB music library from old, soon-so-be retired server to brand new USB HDD, then connected+mounted new drive to rPi piCorePlayer. Pointed LMS to attached drive, but it won't scan.
ssh into pCP shows the problem:
odd that even /mnt/LMSmusic/slimserver shows Permission denied. that wasn't on the original copy source, must have been created during LMS setup. Anyway....
I copied the library with rsync, which I believe should have preserved original permissions. On the original server the entire library was chmod'ed to 755.
If this can't fixed on the Pi, I can reattach new HDD to the old server, and redo chown + chmod, if that's the way to resolve. But what should these files' owner/permissions be set to so that LMS can have proper access ?
copied entire 2TB music library from old, soon-so-be retired server to brand new USB HDD, then connected+mounted new drive to rPi piCorePlayer. Pointed LMS to attached drive, but it won't scan.
ssh into pCP shows the problem:
Code:
tc@pCP:~$ ls /mnt/LMSmusic
ls: /mnt/LMSmusic/PopRock: Permission denied
ls: /mnt/LMSmusic/World: Permission denied
ls: /mnt/LMSmusic/Jazz: Permission denied
ls: /mnt/LMSmusic/Classical: Permission denied
ls: /mnt/LMSmusic/slimserver: Permission denied
ls: /mnt/LMSmusic/lost+found: Permission denied
ls: /mnt/LMSmusic/Nature_Sounds: Permission denied
I copied the library with rsync, which I believe should have preserved original permissions. On the original server the entire library was chmod'ed to 755.
If this can't fixed on the Pi, I can reattach new HDD to the old server, and redo chown + chmod, if that's the way to resolve. But what should these files' owner/permissions be set to so that LMS can have proper access ?