<?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>Christoffer Kjølbæk &#187; Debian</title>
	<atom:link href="http://ostehamster.dk/blog/index.php/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://ostehamster.dk/blog</link>
	<description>I have a blog, therefore I am…</description>
	<lastBuildDate>Sun, 18 Jul 2010 12:16:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Danske karakterer under Debian Lenny på en NSLU2</title>
		<link>http://ostehamster.dk/blog/index.php/2009/11/21/%c3%a6%c3%b8a-under-debian-lenny-pa-en-nslu2/</link>
		<comments>http://ostehamster.dk/blog/index.php/2009/11/21/%c3%a6%c3%b8a-under-debian-lenny-pa-en-nslu2/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 20:03:20 +0000</pubDate>
		<dc:creator>Christoffer Kjølbæk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NSLU2]]></category>

		<guid isPermaLink="false">http://ostehamster.dk/blog/index.php/2009/11/21/%c3%a6%c3%b8a-under-debian-lenny-pa-en-nslu2/</guid>
		<description><![CDATA[Jeg har haft gevaldige problemer med rsync på min NSLU2 kørende Debian Lenny, idet alle filer der indeholdt æ, ø eller å blive ødelagt. Jeg fandt ud af at det heller ikke var muligt at skrive æ, ø eller å i en terminal, hvilket blev løst ved først at installere locales-all:
sudo apt-get install locales-all
Hvorefter jeg [...]]]></description>
			<content:encoded><![CDATA[<p>Jeg har haft gevaldige problemer med rsync på min NSLU2 kørende Debian Lenny, idet alle filer der indeholdt æ, ø eller å blive ødelagt. Jeg fandt ud af at det heller ikke var muligt at skrive æ, ø eller å i en terminal, hvilket blev løst ved først at installere <code>locales-all</code>:<br />
<code>sudo apt-get install locales-all</code></p>
<p>Hvorefter jeg ændrede <code>/etc/default/locale</code> til at indeholde <code>LANG="da_DK.UTF-8"</code>.</p>
<p>Alt virker nu glimrende.</p>
<p>(Husk at logge af og på!)</p>
]]></content:encoded>
			<wfw:commentRss>http://ostehamster.dk/blog/index.php/2009/11/21/%c3%a6%c3%b8a-under-debian-lenny-pa-en-nslu2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LVM, Debian and NSLU2</title>
		<link>http://ostehamster.dk/blog/index.php/2008/12/13/lvm-debian-and-nslu2/</link>
		<comments>http://ostehamster.dk/blog/index.php/2008/12/13/lvm-debian-and-nslu2/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 22:10:31 +0000</pubDate>
		<dc:creator>Christoffer Kjølbæk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[NSLU2]]></category>

		<guid isPermaLink="false">http://ostehamster.dk/blog/?p=189</guid>
		<description><![CDATA[I have an external harddrive for my NSLU2, which holds one LVM VG with four logical volumes. To enable LVM on the NSLU2 just install lvm2 and dmsetup
apt-get install lvm2 dmsetup
LVM Volume Groups will be found automatically, and you just has to enable them in fstab. If the volume group is called nas and the [...]]]></description>
			<content:encoded><![CDATA[<p>I have an external harddrive for my NSLU2, which holds one LVM VG with four logical volumes. To enable LVM on the NSLU2 just install lvm2 and dmsetup</p>
<blockquote><p>apt-get install lvm2 dmsetup</p></blockquote>
<p>LVM Volume Groups will be found automatically, and you just has to enable them in fstab. If the volume group is called <strong>nas</strong> and the logical volume is called <strong>backup</strong> add the below to /etc/fstab</p>
<blockquote><p>/dev/nas/backup	/backup		ext3	errors=remount-ro 0       1</p></blockquote>
<p>On next boot the this will be mounted, and you can mount them instantly by running</p>
<blockquote><p>mount -a</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ostehamster.dk/blog/index.php/2008/12/13/lvm-debian-and-nslu2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
