flos;632991 Wrote: 
> I hope someone has an idea on this.
> 
> I have Ubuntu 11.04 and Squeezebox Server 7.5.4 (latest from download)
> installed.
> 
> My problem is that when I try to set the media dir or playlist dir the
> actual folders (symlinked) as well as the mounted drive itself is not
> shown.
> 
> I can see the drive with the normal account and the symlinks work, too.
> The permissions are set to a+rx.
> 
> The "squeezeboxserver" account is set to group of the "normal" user.
> 
> Underneath /media I only see cdrom and not sdb1 (name of hdd).
> 
> I tried changing the user "sqeezeboxserver" to another one in the
> init.d script what doesn't seem to have an effect at all. ps aux | grep
> squeeze e.g. still gives back the uid of "squeezeboxserver" account.
> 
> When I try it with a "local" folder and music in it, it works. So
> permissions don't seem to be the problem. The additional drive seems to
> be the issue.
> 
> In the fstab are following entries:
> /dev/sda5 on /home type ext4 (rw,commit=0)
> /dev/sdb1 on /media/sdb1 type ext4 (rw,commit=0)
> 
> Can anyone help or give me a pointer what else to check/try/do?
> 
> Thanks a lot.

I've never had any luck on ubuntu mounting disks with the /dev/sdxn
syntax:
I usually go with one of these and things seem to work ok:

UUID=ee6e965c-fb52-45b3-922e-6e29ade9909d /media/personal ext4
defaults,users 0 0

You can get the guids for your devices by typing:
sudo blkid -s UUID

Something like the following will be the result:


/dev/sda1: UUID="ee64e563c-fb52-45b3-922e-6e29ade9909d" 
/dev/sdb1: UUID="86fb4738-de21-4e77-9d07-f7b2adb48497" 
/dev/sdc1: UUID="add89658-ad75-4b2c-8a7b-e020ec1c9bc3" 
/dev/sdc5: UUID="82f1666a-03ed-48d2-afa6-37f4ec3b41d7" 
/dev/sdh1: UUID="601E442A1E6569CC" 

Dunno if this is going to fix your problem, but it will at least work
better if you add or remove drives, and it can't hurt.


-- 
totoro

sb3 -> mccormack dna .5 -> audio physic tempo 4 + rel storm 3
------------------------------------------------------------------------
totoro's Profile: http://forums.slimdevices.com/member.php?userid=5935
View this thread: http://forums.slimdevices.com/showthread.php?t=87904

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

Reply via email to