Try the following: chmod +rx /home/Darth/Music This adds read and execute rights to the Music directory. Also make sure that the slimserver user can browse the /home/Darth folder. If it can't then add permissions like this: chmod +rx /home/Darth
Beware that by changing these permissions your home directory will become readable by all users! I would create a mount point for your Music library at root level and make it world readable. Then you can symlink the directory from your home dir. Like this: (as root) mkdir /Music chown Darth:Darth /Music mount /dev/sda5 /Music/ -t vfat -o iocharset=utf8,umask=000 (as Darth): chmod +rx /Music cd ~ ln -s /Music -s. -- slimpy ------------------------------------------------------------------------ slimpy's Profile: http://forums.slimdevices.com/member.php?userid=1524 View this thread: http://forums.slimdevices.com/showthread.php?t=22369 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
