LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Play windows mp3 from linux using smb (https://www.linuxquestions.org/questions/suse-opensuse-60/play-windows-mp3-from-linux-using-smb-258464/)

joeyindy 11-23-2004 02:29 PM

Play windows mp3 from linux using smb
 
Hi is there a way for juk or amarok or what ever to make a mp3 play list from my xp box and be able to play them in linux without copying the mp3ś over to linux using SMB? My xp is on a different pc then my suse 9.2 running kde 3.3.1 I have smb set up and its working fine I think. I can access my windows shares from linux to xp and via. I can access my windows printer from linux, This was a job to get working for some reason. And I dont even no what I did to get it working lol. Im new to linux but I love it.

soboku1

secesh 11-23-2004 02:33 PM

here's an example for you, i have a similar setup, and my fstab contains the line:
Code:

//patsy/psc    /home/psc/smb    smbfs    uid=1000,gid=100,credentials=/root/patsy  0  0
where:
uid 1000 = user 'psc'
gid 100 = group 'users'

now the file /root/patsy contains:
Code:

username = psc
password = mypass

and has permissions 400 for root:root

joeyindy 11-23-2004 04:12 PM

dont have this kinda entry
 
I dont have this kind of entry in my fstab in etc. what I do have is this

/dev/hdb2 / reiserfs acl,user_xattr 1 1
/dev/hda1 /data1 auto noauto,user 0 0
/dev/hda3 /data2 auto noauto,user 0 0
/dev/hdb1 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
sysfs /sys sysfs noauto 0 0
/dev/cdrom /media/cdrom subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/fd0 /media/floppy subfs fs=floppyfss,procuid,nodev,nosuid,sync 0 0
/dev/cdrecorder /media/cdrecorder subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0

secesh 11-23-2004 04:17 PM

i suppose you wouldn't, because you use smbclient... putting an entry in would give you a permanent mount, and in add the samba share to your FS, letting you seamlessly access those resources... i just copied/pasted that post from many other posts i put that in...

secesh 11-23-2004 04:18 PM

... if you want something temporary, you can use the mount command if you just specify smbfs as the FS type...


All times are GMT -5. The time now is 10:38 AM.