<?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>Stempell &#187; fstab</title>
	<atom:link href="http://stempell.com/tag/fstab/feed/" rel="self" type="application/rss+xml" />
	<link>http://stempell.com</link>
	<description>Urlaubsfotos, Fun</description>
	<lastBuildDate>Mon, 14 May 2012 09:12:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Mount FTP</title>
		<link>http://stempell.com/2009/08/mount-ftp/</link>
		<comments>http://stempell.com/2009/08/mount-ftp/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 12:18:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Work Related]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://stempell.com/?p=449</guid>
		<description><![CDATA[Mit Linux ftp Server mounten
curlftpfs user:passwort@IP.IP.IP.IP /mountpoint]]></description>
			<content:encoded><![CDATA[<p>Es gibt Leute, die wollen FTP Verzeichnisse mounten. Also mit ihrem FTP Account auf den entfernten Server zugreifen, sich regulär einloggen, das soll im Hintergrund geschehen und am besten danach so anfühlen, als arbeite man auf der lokalen Maschine. Ich verstehe nicht wozu man das braucht, aber es geht. Einfach das Paket <a title="CurlFtpFS - A FTP filesystem based on cURL and FUSE" href="http://curlftpfs.sourceforge.net/" target="_blank">curlftpfs</a> installieren. Das geht bei Debian mit <code>apt-get install curlftpfs</code> dann mit<br />
<code>curlftpfs user:passwort@IP.IP.IP.IP /mountpoint</code><br />
einbinden und fertig. Soll das ganze auch nach einem Neustart funktionieren, dann geht das so:<br />
<code> curlftpfs#user:password@IP.IP.IP.IP /mountpoint fuse rw,uid=500,user,noauto 0 0</code><br />
Diese Zeile habe ich aber noch nicht getestet! </p>
<p>Spass beiseite: Selbstverständlich kann sowas sehr praktisch sein, wenn man mit einem FTP Server arbeitet, auf den man keinen Einfluss hat. Solche simplen Arbeiten, wie das Vergleichen von Verzeichnissen oder kopieren von Dateien, </p>
<p>UPDATE:<br />
Ein echter Haken ist, dass die Dateiowner hinterher nicht mehr stimmen. Klar! Wie soll das bei FTP auch gehen.<br />
Links:</p>
<ul>
<li><a title="Mount over FTP" href="http://curlftpfs.sourceforge.net/" target="_self">Paket curlftpfs</a></li>
<li><a title="Filesystem in User SpacE" href="http://de.wikipedia.org/wiki/Filesystem_in_Userspace" target="_self">Erklärung zu FUSE</a></li>
<li><a title="cURL wird von curlftpfs genutzt" href="http://curl.haxx.se/" target="_blank">Seite zu cURL</a></li>
</ul>
<p>deren Inhalt sich geänder hat, werden so erst möglich.</p>
]]></content:encoded>
			<wfw:commentRss>http://stempell.com/2009/08/mount-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount Windowsnetzwerkfreigaben in RealOS(Linux)</title>
		<link>http://stempell.com/2009/06/mount-windowsnetzwerkfreigaben-in-realoslinux/</link>
		<comments>http://stempell.com/2009/06/mount-windowsnetzwerkfreigaben-in-realoslinux/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 14:20:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Work Related]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[smb]]></category>

		<guid isPermaLink="false">http://stempell.com/?p=307</guid>
		<description><![CDATA[vim /etc/fstab //192.168.0.1/workspace /var/www/ smbfs username=tux,password=geheim 0 0 Damit mountet man das Share beim Linux Boot automatisch.]]></description>
			<content:encoded><![CDATA[<pre>vim /etc/fstab
//192.168.0.1/workspace /var/www/ smbfs username=tux,password=geheim 0 0

Damit mountet man das Share beim Linux Boot automatisch.</pre>
]]></content:encoded>
			<wfw:commentRss>http://stempell.com/2009/06/mount-windowsnetzwerkfreigaben-in-realoslinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

