http://qs1969.pair.com?node_id=711660


in reply to Re: OT Comment on: Random tune picker for Kaffeine
in thread Random tune picker for Kaffeine

I wasn't aware that you could mount external smb volumes on a Linux system.

Well it's possible since kernel 2.2 at the very least :) Looks like mount -t cifs -o username=name,password=password //server/share /mount/point Same thing in fstab :

//server/share /mount/point cifs username=user,password=pass 0 0