View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 2 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: windows network share
PostPosted: Fri Jul 14, 2006 6:08 am 
Offline
Joined: Wed Jul 12, 2006 5:45 am
Posts: 2
i have all my music and movies on my windows computer. and i was wondering how to make knoppmyth discover my windows network share so that i could get all my music and movies on mythtv


Top
 Profile  
 
 Post subject: use samba
PostPosted: Fri Jul 14, 2006 6:32 am 
Offline
Joined: Wed Dec 08, 2004 8:00 am
Posts: 43
Location: Oslo
Do like they do in Brazil, samba :)

There is a tutorial here

Basicly what you do is ($ = your console prompt):
1. start samba:
Code:
$ su
/etc/init.d/samba start

2. make it start everytime you boot knoppix
Code:
$ update-rc.d samba defaults

3. if you like to connect from windows to myth, set a smb password:
Code:
$ smbpasswd -a mythtv

4. make sure you have a samba client, I prefere smbclient which I think is in myth, but if not:
Code:
$ su
$ apt-get update
$ apt-get install smbclient
$ apt-get install smbfs

5. Put winxp music folder and mount it on your myth
Code:
$ su
$ mkdir /myth/music/music_on_xp
$ smbmount //windowsxphost/musicfolder /myth/music/music_on_xp


Then rescan your media in the setupmenu in mythtv.

You might have to use some options to get smbmount to mount properly.

And you need to enable the share to connect to on your windows computer.

Finally, you need to insert the share into /etc/fstab to get it on each reboot:
Code:
//windows-server-name/shared-folder-name /linux/mount/point smbfs username=xp_username,password=xp_password 0 0


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu