<?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>Case &#187; geom-eli</title>
	<atom:link href="http://case.net.ru/tag/geom-eli/feed/" rel="self" type="application/rss+xml" />
	<link>http://case.net.ru</link>
	<description>Just another technical weblog</description>
	<lastBuildDate>Sun, 29 Jan 2012 08:48:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Шифрование диска с помощью GEOM-ELI</title>
		<link>http://case.net.ru/2009/02/08/geom-eli/</link>
		<comments>http://case.net.ru/2009/02/08/geom-eli/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 15:25:52 +0000</pubDate>
		<dc:creator>Case</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[geom-eli]]></category>

		<guid isPermaLink="false">http://case.net.ru/?p=250</guid>
		<description><![CDATA[Создание: 1 2 3 4 5 6 7 8 # kldload /boot/kernel/geom_eli.ko # dd if=/dev/random of=/root/da0.key bs=64 count=1 # geli init -s 4096 -K /root/da0.key -e Blowfish -a hmac/sha512 -l 384 /dev/da0 # dd if=/dev/random of=/dev/da0.eli bs=1m # newfs /dev/da0.eli # mount /dev/da0.eli /mnt/private # umount /mnt/private # geli detach da0.eli Использование: 1 2 3 [...]]]></description>
			<content:encoded><![CDATA[<p>Создание:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># kldload /boot/kernel/geom_eli.ko</span>
<span style="color: #666666; font-style: italic;"># dd if=/dev/random of=/root/da0.key bs=64 count=1</span>
<span style="color: #666666; font-style: italic;"># geli init -s 4096 -K /root/da0.key -e Blowfish -a hmac/sha512 -l 384 /dev/da0</span>
<span style="color: #666666; font-style: italic;"># dd if=/dev/random of=/dev/da0.eli bs=1m</span>
<span style="color: #666666; font-style: italic;"># newfs /dev/da0.eli</span>
<span style="color: #666666; font-style: italic;"># mount /dev/da0.eli /mnt/private</span>
<span style="color: #666666; font-style: italic;"># umount /mnt/private</span>
<span style="color: #666666; font-style: italic;"># geli detach da0.eli</span></pre></td></tr></table></div>

<p>Использование:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-c</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>da0.eli <span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #c20cb9; font-weight: bold;">umount</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>case<span style="color: #000000; font-weight: bold;">/</span>backup
        geli detach da0.eli
<span style="color: #000000; font-weight: bold;">else</span>
        geli attach <span style="color: #660033;">-k</span> <span style="color: #000000; font-weight: bold;">/</span>root<span style="color: #000000; font-weight: bold;">/</span>da0.key <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>da0
        <span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>da0.eli <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>case<span style="color: #000000; font-weight: bold;">/</span>backup<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #000000; font-weight: bold;">fi</span></pre></td></tr></table></div>

<p>Ссылки:<br />
<a href="http://www.freebsd.org/doc/ru_RU.KOI8-R/books/handbook/disks-encrypting.html">http://www.freebsd.org/doc/ru_RU.KOI8-R/books/handbook/disks-encrypting.html</a><br />
<a href="http://www.lissyara.su/?id=1566">http://www.lissyara.su/?id=1566</a></p>
]]></content:encoded>
			<wfw:commentRss>http://case.net.ru/2009/02/08/geom-eli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
