slimpy, you the MAN!!! 

I had to umount the usb from the server (it auto detected with limited
permissions) and remount it the way you recommended. I then chmod and
bingo!!!! Thanks.

Darth

slimpy Wrote: 
> 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
> 
> You need to point slimserver to /Music now!
> -s.


-- 
DarthOverlord
------------------------------------------------------------------------
DarthOverlord's Profile: http://forums.slimdevices.com/member.php?userid=3863
View this thread: http://forums.slimdevices.com/showthread.php?t=22369

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

Reply via email to