Hi forums,
I am having trouble getting MusicPD (MPD) to read my music files which are stored on an NTFS drive.
The configuration works fine if I set music_directory to, say, ~/music, but as soon as I change over to the NTFS drive, /mnt/split250/audio, MPD can't create a db.
Could this be caused by the NTFS drive being automatically mounted during boot up, and is then "owned" by root? Below are the mount points:
The NTFS drive is mounted read+write (and works fine), and MPD is set to run as the current user (which is only me).
I have tried following a few different guides but I still end up with the same problem at the end.
I am having trouble getting MusicPD (MPD) to read my music files which are stored on an NTFS drive.
The configuration works fine if I set music_directory to, say, ~/music, but as soon as I change over to the NTFS drive, /mnt/split250/audio, MPD can't create a db.
Could this be caused by the NTFS drive being automatically mounted during boot up, and is then "owned" by root? Below are the mount points:
Code:
[hackedpackard v0idE]$ ls -al /mnt
total 208
drwxr-xr-x 5 root wheel 512 Sep 1 08:01 .
drwxr-xr-x 20 root wheel 512 Sep 15 16:13 ..
drwxrwxrwx 1 root wheel 4096 Sep 16 03:48 hori500
drwxrwxrwx 1 root wheel 196608 Sep 16 03:48 para500
drwxrwxrwx 1 root wheel 8192 Sep 16 15:29 split250
The NTFS drive is mounted read+write (and works fine), and MPD is set to run as the current user (which is only me).
I have tried following a few different guides but I still end up with the same problem at the end.