Where is your LMS installed? Is it in Mint? If so, the problem may be different than the AUD partition not being mounted. The fact that you can navigate to the AUD parition in Mint leads me to believe that the partition is mounted (but I'm no Linux guru and could definitely be wrong).
I had a problem that sounds somewhat similar. I have LMS installed on a Raspberry Pi running Raspian Linux and my music is on a stand alone USB HDD that is formatted with NTFS attached directly to the RPi. Even though I could see all of my music files using the Raspian file explorer I couldn't get LMS to find my HDD. After extensive Googling I discovered that most Linux distributions can only read NTFS file systems they can not write to them natively. You have to add a separate package to enable Linux to write to NTFS systems. Apparently LMS wants permission to both read AND write to the NTFS file system. Without that it simply doesn't recognize it. After I added the ntfs-3g package LMS could see the music files and everything worked. If this sounds like what is happening to you, you might want to try adding ntfs-39. You can google ntfs-3g to learn more about the problem. Unfortunately the easiest way to install it is using the terminal. The command is: sudo apt-get install ntfs-3g It will ask for your password and then after a short time it will ask if you want to install the package, type y and press enter. Then reboot your system. ------------------------------------------------------------------------ JimCo06's Profile: http://forums.slimdevices.com/member.php?userid=64417 View this thread: http://forums.slimdevices.com/showthread.php?t=110748 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
