I have a large mp3 collection on a shared hd, but I use NFS instead of SMB
NFS is easer to setup than SMB, although I guess you could mount the SMB sevice
make a dir to mount at, as root type
Code:
mkdir /mnt/service
smbmount //server/service /mnt/service -o username=name password=pass
change ^^^^^^^^^^^^^^ ^^^^^^^ ^^^^ ^^^^ these
to match your system then point xmms at /mnt/service (or whatever you are going to name it)
nels