I was able to access music on an NTFS-formatted disc fine.  How is the
drive mounted?  Do you have SlimServer pointed to the correct mount
point?

I remember it took a little fiddling as I kept getting the dreaded
"oops, doesn't appear to be a correct directory" error.  In the end I
believe I mounted it using fstab in /media/music.  You have to create
the mount point with correct permissions as well.  I think I used the
following in fstab:


Code:
--------------------
    /dev/hdb2 /media/music ntfs umask=222, utf8 0 0
--------------------


Change "hdb2" to suit your drive.  Edit fstab using "sudo gedit
/etc/fstab", create the mount point using "sudo mkdir /media/music",
then mount the drive using "sudo mount -a".


-- 
Mark Lanctot

'Sean Adams' Response-O-Matic checklist, patent pending!'
(http://forums.slimdevices.com/showpost.php?p=200910&postcount=2)
------------------------------------------------------------------------
Mark Lanctot's Profile: http://forums.slimdevices.com/member.php?userid=2071
View this thread: http://forums.slimdevices.com/showthread.php?t=35332

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to