<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>geeks' blog &#187; Samba</title>
	<atom:link href="http://blog.wurzt.de/index.php/tag/samba/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wurzt.de</link>
	<description>...  für Nerds und möchtegern Geeks :)</description>
	<lastBuildDate>Mon, 15 Feb 2010 07:24:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Samba Freigaben konfigurieren</title>
		<link>http://blog.wurzt.de/index.php/2008/02/08/samba-freigaben-konfigurieren/</link>
		<comments>http://blog.wurzt.de/index.php/2008/02/08/samba-freigaben-konfigurieren/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 13:19:33 +0000</pubDate>
		<dc:creator>kraut</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Samba]]></category>

		<guid isPermaLink="false">http://blog.wurzt.de/index.php/2008/02/08/samba-freigaben-konfigurieren/</guid>
		<description><![CDATA[

Um eine Samba Freigabe einzurichten muss zu erst einmal ein Samba-Server installiert sein.
$ apt-get install samba-common 
Anschließend muss die /etc/samba/smb.conf editiert werden.
Hier im Bsp wird der Ordner /media/disk/musik freigegeben, ohne Zugriffsbeschränkungen.
Folgendes wird der smb.conf hinzugefügt:
#/etc/samba/smb.conf
....
[musik]
path = /media/disk/musik
available = yes
browsable = yes
public = yes
writable = yes

Da ich hier einen Zugriff ohne Authentifizierung möchte setze ich das [...]]]></description>
		<wfw:commentRss>http://blog.wurzt.de/index.php/2008/02/08/samba-freigaben-konfigurieren/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
