<?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"
	>

<channel>
	<title>melnikov.net.ru</title>
	<atom:link href="http://melnikov.net.ru/feed/" rel="self" type="application/rss+xml" />
	<link>http://melnikov.net.ru</link>
	<description></description>
	<pubDate>Thu, 13 Nov 2008 09:43:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=9.1.1</generator>
	<language>en</language>
			<item>
		<title>APC SmartUPS battery calibration</title>
		<link>http://melnikov.net.ru/apc-smartups-battery-calibration/</link>
		<comments>http://melnikov.net.ru/apc-smartups-battery-calibration/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 09:43:00 +0000</pubDate>
		<dc:creator>Anton</dc:creator>
		
		<category><![CDATA[не-в-тему]]></category>

		<category><![CDATA[ups]]></category>

		<guid isPermaLink="false">http://melnikov.net.ru/?p=76</guid>
		<description><![CDATA[
Shutdown your UPS monitoring software.
Contact your UPS directly using some terminal program such as minicom with the settings 2400 8N1 (2400 baud, 8 bits, no parity, 1 stop bit). Be extremely careful what you send to your UPS as certain characters may cause it to power down or may even cause damage to the UPS.
Try [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Shutdown your UPS monitoring software.</li>
<li>Contact your UPS directly using some terminal program such as minicom with the settings 2400 8N1 (2400 baud, 8 bits, no parity, 1 stop bit). Be extremely careful what you send to your UPS as certain characters may cause it to power down or may even cause damage to the UPS.</li>
<li>Try sending to the UPS an upper case &#8216;Y&#8217; (without quotes and return at the end; the same applyes to all following commands). It should respond with &#8216;SM&#8217;. If you fat finger the &#8216;Y&#8217; and enter &#8216;y&#8217; instead, no cause for alarm, you will simply get the APC copyright notice.</li>
<li>When you are sure you are properly connected send an upper case &#8216;D&#8217;. This will put the UPS into calibration mode, and it will drain the battery down to 25% capacity (35% for a Matrix) at which point it will go back on the mains. In doing so, it will recompute the runtime calibration.</li>
<li>(If you wish to abort the calibration, enter a second &#8216;D&#8217; command.)</li>
<li>When you are done, restart your monitoring software.</li>
</ol>
<p>Notes:</p>
<ul>
<li>Does not apply to voltage-signalling or dumb UPSes such as the older BackUPS models.</li>
<li>In a future release of apcupsd this procedure will be replaced by a daemon operation.</li>
<li>Do not run the recalibration command more than once or twice per year as discharging these kinds of batteries tends to shorten their life span.</li>
<li>While recalibrating you should supply a load of about 30 to 35% but not more than 50%. You can determine the load by looking at the output of the apcaccess status command while apcupsd is running.</li>
</ul>

	Tags: <a href="http://melnikov.net.ru/tag/ups/" title="ups" rel="tag">ups</a><br />
]]></content:encoded>
			<wfw:commentRss>http://melnikov.net.ru/apc-smartups-battery-calibration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>virtualBox: raw partition access</title>
		<link>http://melnikov.net.ru/virtualbox-raw-partition-access/</link>
		<comments>http://melnikov.net.ru/virtualbox-raw-partition-access/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 15:22:27 +0000</pubDate>
		<dc:creator>Anton</dc:creator>
		
		<category><![CDATA[не-в-тему]]></category>

		<category><![CDATA[virtualBox]]></category>

		<category><![CDATA[virtualization]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://melnikov.net.ru/?p=71</guid>
		<description><![CDATA[Now i&#8217;m migrating from Windows XP to Ubuntu Linux. For some time I will need both OSes to work with minimal time to switch between. As solution, I decide to setup VirtualBox on Windows, and run Ubuntu inside virtual machine. This is quite common situation, but one detail is specifical: Ubuntu is alreday set up [...]]]></description>
			<content:encoded><![CDATA[<p>Now i&#8217;m migrating from Windows XP to Ubuntu Linux. For some time I will need both OSes to work with minimal time to switch between. As solution, I decide to setup VirtualBox on Windows, and run Ubuntu inside virtual machine. This is quite common situation, but one detail is specifical: Ubuntu is alreday set up on separate hard drive partition. So I need to run VirtualBox virtual machine from &#8220;raw&#8221; partition.</p>
<p>The trick was simple &#8212; all steps described in VirtualBox User Manual, see chapter 9.9.</p>
<p>I done such steps:</p>
<p><code>(pathtovboxprogramfolder)\VBoxManage internalcommands listpartitions -rawdisk \\.\PhysicalDrive0</code></p>
<p>which gives:</p>
<p><code>Number  Type   StartCHS       EndCHS      Size (MiB)  Start (Sect)<br />
1       0x07  0   /1  /1   694 /239/63          5131           63<br />
5       0x83  695 /1  /1   1023/239/63          9856     10508463<br />
6       0x82  1023/1  /1   1023/239/63          1026     30693663<br />
7       0x07  1023/1  /1   1023/239/63        136611     32795343</code></p>
<p>Partitions Ubuntu VM needs access are 5 (root fs) and 6 (swap). Next command makes special .vmdk file for such partitions:</p>
<p><code>(pathtovboxprogramfolder)\VBoxManage internalcommands createrawvmdk -filename (pathtovboxdisksfolder>)\raw5and6.vmdk -rawdisk \\.\PhysicalDrive0 -partitions 5,6</code></p>
<p>And, for last, this .vmdk file could be registered with VirtualBox &#8220;Virtual Disk Manager&#8221; and used for VM.</p>

	Tags: <a href="http://melnikov.net.ru/tag/virtualbox/" title="virtualBox" rel="tag">virtualBox</a>, <a href="http://melnikov.net.ru/tag/virtualization/" title="virtualization" rel="tag">virtualization</a>, <a href="http://melnikov.net.ru/tag/windows/" title="windows" rel="tag">windows</a><br />
]]></content:encoded>
			<wfw:commentRss>http://melnikov.net.ru/virtualbox-raw-partition-access/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Xen and serial port problem</title>
		<link>http://melnikov.net.ru/xen-and-serial-port-problem/</link>
		<comments>http://melnikov.net.ru/xen-and-serial-port-problem/#comments</comments>
		<pubDate>Thu, 08 May 2008 22:22:58 +0000</pubDate>
		<dc:creator>Anton</dc:creator>
		
		<category><![CDATA[не-в-тему]]></category>

		<category><![CDATA[Debian]]></category>

		<category><![CDATA[grub]]></category>

		<category><![CDATA[serial]]></category>

		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://melnikov.net.ru/xen-and-serial-port-problem/</guid>
		<description><![CDATA[By default (on Debian system) Xen uses ttyS0 as serial console, and that causes conflict with kernel module 8250.ko. I personally met this trying to setup &#8216;nut&#8217; package for UPS handling. The solution was found on XenSource page. Actually you just need to add # xenkopt=xencons=ttyS16 line to /boot/grub/menu.lst, do &#8216;update-grub&#8217; and reboot.

	Tags: Debian, grub, [...]]]></description>
			<content:encoded><![CDATA[<p>By default (on Debian system) Xen uses ttyS0 as serial console, and that causes conflict with kernel module 8250.ko. I personally met this trying to setup &#8216;nut&#8217; package for UPS handling. The solution was found on <a href="http://wiki.xensource.com/xenwiki/InstallationNotes#head-6a5e9fa2353809fcb0265dfb42daee2b29b45ada">XenSource page</a>. Actually you just need to add <code># xenkopt=xencons=ttyS16</code> line to /boot/grub/menu.lst, do &#8216;update-grub&#8217; and reboot.</p>

	Tags: <a href="http://melnikov.net.ru/tag/debian/" title="Debian" rel="tag">Debian</a>, <a href="http://melnikov.net.ru/tag/grub/" title="grub" rel="tag">grub</a>, <a href="http://melnikov.net.ru/tag/serial/" title="serial" rel="tag">serial</a>, <a href="http://melnikov.net.ru/tag/xen/" title="xen" rel="tag">xen</a><br />
]]></content:encoded>
			<wfw:commentRss>http://melnikov.net.ru/xen-and-serial-port-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sun Tech Days: I win &#8220;Solaris Internals&#8221; book</title>
		<link>http://melnikov.net.ru/sun-tech-days-i-win-solaris-internals-book/</link>
		<comments>http://melnikov.net.ru/sun-tech-days-i-win-solaris-internals-book/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 14:57:05 +0000</pubDate>
		<dc:creator>Anton</dc:creator>
		
		<category><![CDATA[не-в-тему]]></category>

		<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://melnikov.net.ru/sun-tech-days-i-win-solaris-internals-book/</guid>
		<description><![CDATA[ Now I am on Sun Tech Days at St-Petersburg. Just 10 minutes ago I win the Solaris book authographed by Ian Murdok, creator of Debian Linux, currently Sun employee working on Sloaris), who is one of the speakers of this event. The site of the book is here.
Wifi coverage is everywhere in the building, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img232.imageshack.us/img232/9652/solarisinternalsen2.jpg" alt="boot" class="alignright" /> Now I am on Sun Tech Days at St-Petersburg. Just 10 minutes ago I win the Solaris book authographed by Ian Murdok, creator of Debian Linux, currently Sun employee working on Sloaris), who is one of the speakers of this event. The site of the book is <a href="http://www.solarisinternals.com/wiki/index.php/Solaris_Internals">here</a>.</p>
<p>Wifi coverage is everywhere in the building, so I could write it right now. The whole event is very well organized and very interesting, so thanks to Sun Microsystems!</p>

	Tags: <a href="http://melnikov.net.ru/tag/debian/" title="Debian" rel="tag">Debian</a><br />
]]></content:encoded>
			<wfw:commentRss>http://melnikov.net.ru/sun-tech-days-i-win-solaris-internals-book/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSHd: hide daemon version and OS info</title>
		<link>http://melnikov.net.ru/sshd-hide-daemon-version-and-os-info-2/</link>
		<comments>http://melnikov.net.ru/sshd-hide-daemon-version-and-os-info-2/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 11:49:22 +0000</pubDate>
		<dc:creator>Anton</dc:creator>
		
		<category><![CDATA[не-в-тему]]></category>

		<category><![CDATA[Debian]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://melnikov.net.ru/sshd-hide-daemon-version-and-os-info-2/</guid>
		<description><![CDATA[Oftenly network services give away information on what platform thay run. If you look what SSH daemon replies on your telnet request, you&#8217;ll see string like this probably:
SSH-1.99-OpenSSH_3.8.1p1 Gentoo-8.2.4
It is obvious that as on of security measures it is good idea to may harder for attacker to gain any information about system we protect; for [...]]]></description>
			<content:encoded><![CDATA[<p>Oftenly network services give away information on what platform thay run. If you look what SSH daemon replies on your telnet request, you&#8217;ll see string like this probably:</p>
<blockquote><p>SSH-1.99-OpenSSH_3.8.1p1 Gentoo-8.2.4</p></blockquote>
<p>It is obvious that as on of security measures it is good idea to may harder for attacker to gain any information about system we protect; for example, well-known <a href="http://iptables-tutorial.frozentux.net/iptables-tutorial.html#Nmap">Linux Iptables Tutorial</a> says: &#8220;The best thing to do, is to give as little material as possible for the attacker to get a proper fingerprint on.&#8221; I could imagine only one reason for such unsecure behaviour of SSH service: to allow collect statistic information. But if you are admin of this host, you know what OS is there. If you are not, it&#8217;s not your business, right?</p>
<p>In most OSes and distros there is no command-line or config file option to turn off such verbosity. So, at first, there are the one way to do this: get sshd source, patch it, compile it, and install it. And you should do this after each security update.</p>
<p>But we could apply the simple patch right on the sshd binary executable, because we know exactly what to change. SSH daemon is written in C, so all the text strings are plain text strings, starting at fixed offset fron begin of file are ended by zero-byte. We could easily modyfy such string, if it is unique in binary file an if new text will be no longer than original one. At the and we will put a zero byte, it will be interpreted as the end.</p>
<p>What exactly would we like our SSH to answer? Theoretcally, it should be anything starting with &#8216;SSH&#8217;, but in practice there are some restrictions. There are different ssh server implementations, and many clients use that banner string to recognize specific servers with specific bugs (i.e, if you have Putty (ssh client), look to &#8220;Connection&#8221;>&#8221;SSH&#8221;>&#8221;Bugs&#8221; screen in settings window). <a href="http://forums.bitvise.com/lofiversion/index.php/t139.html">This topic on commercial SSH implementation forum</a> states that minimal safe string would be &#8216;SSH-2.0-0&#8242;. My own expirience is limited, but there was no problem with such banner string.</p>
<p>Searching for tool, my first look was at unix utility &#8217;sed&#8217;, but it is wrong tool for this job. As <a href="http://sed.sourceforge.net/sedfaq6.html#s6.5">sed documentation</a> says:</p>
<blockquote><p>Specifically, use awk or perl if you need to: (&#8230;)  handle binary data (control characters). (perl: binmode)</p></blockquote>
<p>So, I use perl one-liner (look at &#8216;perlrun&#8217; for more explanation):</p>
<p><code>PERLIO=':raw'; export PERLIO; perl -pi.bak -e 's{(OpenSSH)_([^\x00]+Debian)}{$1\x00$2}&#8217; /usr/sbin/sshd</code></p>
<p>.</p>

	Tags: <a href="http://melnikov.net.ru/tag/debian/" title="Debian" rel="tag">Debian</a>, <a href="http://melnikov.net.ru/tag/unix/" title="unix" rel="tag">unix</a><br />
]]></content:encoded>
			<wfw:commentRss>http://melnikov.net.ru/sshd-hide-daemon-version-and-os-info-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple remote desktop help</title>
		<link>http://melnikov.net.ru/remote-help/</link>
		<comments>http://melnikov.net.ru/remote-help/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 00:40:13 +0000</pubDate>
		<dc:creator>Anton</dc:creator>
		
		<category><![CDATA[не-в-тему]]></category>

		<category><![CDATA[windows remote]]></category>

		<guid isPermaLink="false">http://melnikov.net.ru/remote-help/</guid>
		<description><![CDATA[Today I was in need for simple solution for remote desktop access that user could setup with minimal troubles. So I remember UltraVNC-SC. I spent 20 minutes to read docs, create executable file and setup firewall. There are some problem with speed and connection was lost one time, but i&#8217;ll deal with it later; for [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was in need for simple solution for remote desktop access that user could setup with minimal troubles. So I remember <a href="http://www.uvnc.com/addons/singleclick.html">UltraVNC-SC</a>. I spent 20 minutes to read docs, create executable file and setup firewall. There are some problem with speed and connection was lost one time, but i&#8217;ll deal with it later; for now &#8212; it works.</p>

	Tags: <a href="http://melnikov.net.ru/tag/windows-remote/" title="windows remote" rel="tag">windows remote</a><br />
]]></content:encoded>
			<wfw:commentRss>http://melnikov.net.ru/remote-help/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mask Wordpress version number</title>
		<link>http://melnikov.net.ru/mnr-mask-wpversion/</link>
		<comments>http://melnikov.net.ru/mnr-mask-wpversion/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 05:03:02 +0000</pubDate>
		<dc:creator>Anton</dc:creator>
		
		<category><![CDATA[не-в-тему]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://melnikov.net.ru/mnr-mask-wpversion/</guid>
		<description><![CDATA[This is the text of simple plugin that hide real Wordpress version number from evil eyes. Don&#8217;t treat it like the single security fix for your Wordpress install, it&#8217;s just one simple step in security process.
So, the source is right here:
< ?php /*
Plugin Name: MNR Mask Wordpress Version
Plugin URI: http://melnikov.net.ru/
Description: Replaces WordPress version all the [...]]]></description>
			<content:encoded><![CDATA[<p>This is the text of simple plugin that hide real Wordpress version number from evil eyes. Don&#8217;t treat it like the single security fix for your Wordpress install, it&#8217;s just one simple step in security process.<span id="more-65"></span></p>
<p>So, the source is right here:</p>
<pre>< ?php /*
Plugin Name: MNR Mask Wordpress Version
Plugin URI: http://melnikov.net.ru/
Description: Replaces WordPress version all the output (except admin panel).
Author: Anton Melnikov
Version: 0.1
Author URI: http://melnikov.net.ru/mnr-mask-wpversion/
License: GPL */
function mnr_maskWpVersion() {
		global $wp_version;
		if(  ! ereg( '/wp-admin/', $_SERVER['SCRIPT_FILENAME'])   ){
			$wp_version = '9.1.1';
		}
}
add_action('init', 'mnr_maskWpVersion', 1);
?></pre>
<p>The logic: if user runs script from /wp-admin/ folder, hi is authorized Wordpress backend user (otherwise script will gives out redirect and quits); Wordpress backend depends on $wp_version value, so we leave it as is. It is needed in two functions at least:</p>
<ul>
<li>wp-admin/includes/update.php, function wp_update_plugins()</li>
<li>wp-admin/includes/upgrade.php, function wp_check_mysql_version()</li>
</ul>
<p>, but there are more of them.</p>
<p>Any script not from /wp-admin/ folder could be started by unauthorized user and it seems we could gives out any fake version number without the risk of backend problems. In case some automated processes are sensitive to format of strings with this version number (http headers used for feed requests/answers, etc), it is formatted as real version number in this plugin &#8212; three dot-separated digits, &#8216;9.1.1&#8242; in my example. You could change it for what you like.</p>
<p>The plugin is of alfa quality, it definitly needs more testing. If you have bug or some idea, feel free to write it right here.</p>

	Tags: <a href="http://melnikov.net.ru/tag/plugin/" title="plugin" rel="tag">plugin</a>, <a href="http://melnikov.net.ru/tag/security/" title="security" rel="tag">security</a>, <a href="http://melnikov.net.ru/tag/wordpress/" title="WordPress" rel="tag">WordPress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://melnikov.net.ru/mnr-mask-wpversion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configure automatic initrd creation for software RAID</title>
		<link>http://melnikov.net.ru/configure-automatic-initrd-creation-for-software-raid/</link>
		<comments>http://melnikov.net.ru/configure-automatic-initrd-creation-for-software-raid/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 14:49:39 +0000</pubDate>
		<dc:creator>Anton</dc:creator>
		
		<category><![CDATA[не-в-тему]]></category>

		<category><![CDATA[Debian]]></category>

		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://melnikov.net.ru/configure-automatic-initrd-creation-for-software-raid/</guid>
		<description><![CDATA[Some time ago I noted the same problem on Debian hosts having root file system on software RAID. After each kernel upgrade Debian cannot boot, complaining on inaccessible root FS. As I figured, the problem was in generating initrd.img for new kernel. So, after each kernel upgrade it was necessary to run mkinitrd by hand. [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I noted the same problem on Debian hosts having root file system on software RAID. After each kernel upgrade Debian cannot boot, complaining on inaccessible root FS. As I figured, the problem was in generating initrd.img for new kernel.<span id="more-63"></span> So, after each kernel upgrade it was necessary to run mkinitrd by hand. It just works, if you don&#8217;t forget to do it between kernel upgrade and reboot, so I leave it as is for that moment.</p>
<p>In RAID setup time all subject systems were configured so:</p>
<ul>
<li>in /etc/kernel-image.conf was line <code>do_initrd = yes</code> (for initrd.img creation after new kernel install or upgrade)</li>
<li>in /etc/mkinitrd/modules was line <code>raid1</code> (for automatic inclusion of raid1 module to new initrd.img)</li>
<li>in /etc/mkinitrd/mkinitrd.img was line <code>MODULES=dep</code> (for automatically including all the moduless needed for system boot-up)</li>
</ul>
<p>Tomorrow doing other maintenance tasks i I also solved this issue. It was caused by changes in &#8216;initramfs-tools&#8217; package, that introduce set of tools parralel to mkinitrd. The kernel package install script uses &#8216;mkinitramfs-kpkg&#8217; tool that looks for config files in /etc/initramfs-tools folder. There are &#8216;initramfs.conf&#8217; file that is functionally equal to &#8216;mkinitrd.conf&#8217;, and also &#8216;modules&#8217; file. After modyfying both in the same fasion as older mkinitrd configs.. all works great.</p>

	Tags: <a href="http://melnikov.net.ru/tag/debian/" title="Debian" rel="tag">Debian</a>, <a href="http://melnikov.net.ru/tag/raid/" title="RAID" rel="tag">RAID</a><br />
]]></content:encoded>
			<wfw:commentRss>http://melnikov.net.ru/configure-automatic-initrd-creation-for-software-raid/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blog mk2</title>
		<link>http://melnikov.net.ru/blog-mk2/</link>
		<comments>http://melnikov.net.ru/blog-mk2/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 04:15:56 +0000</pubDate>
		<dc:creator>Anton</dc:creator>
		
		<category><![CDATA[не-в-тему]]></category>

		<category><![CDATA[blogs]]></category>

		<guid isPermaLink="false">http://melnikov.net.ru/blog-mk2/</guid>
		<description><![CDATA[Today I restored part of this blog from backup. Post dates was changed in process of categories-to-tags conversion and some other corrections, but I don&#8217;t mind.
Also I set up new template (White as Milk), just to found that it needs some amount of work before it will shine. The template definitely needs more working on [...]]]></description>
			<content:encoded><![CDATA[<p>Today I restored part of this blog from backup. Post dates was changed in process of categories-to-tags conversion and some other corrections, but I don&#8217;t mind.</p>
<p>Also I set up new template (<a href="http://azeemazeez.com/blogs/white-as-milk">White as Milk</a>), just to found that it needs some amount of work before it will shine. The template definitely needs more working on it, and after fixing it to some degree i will release it to the public. At this time support added for widgets in the sidebar and Simple Tags plugin.</p>
<p>Let&#8217;s see, how successful this second blogging attempt will be.</p>

	Tags: <a href="http://melnikov.net.ru/tag/blogs/" title="blogs" rel="tag">blogs</a><br />
]]></content:encoded>
			<wfw:commentRss>http://melnikov.net.ru/blog-mk2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SerialATA, software RAID-1 and LVM</title>
		<link>http://melnikov.net.ru/serialata-software-raid-1-and-lvm/</link>
		<comments>http://melnikov.net.ru/serialata-software-raid-1-and-lvm/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 03:27:03 +0000</pubDate>
		<dc:creator>Anton</dc:creator>
		
		<category><![CDATA[не-в-тему]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://melnikov.net.ru/serialata-software-raid-1-and-lvm/</guid>
		<description><![CDATA[Serial ATA in Linux:

Jeff Garzik (Linux kernel libATA developer): Serial ATA controllers support status and more..
LinuxMafia: Serial ATA (SATA) chipsets — Linux support status
Some notes about hardware-RAID SATA controllers.
Some more info about hardware-RAID SATA controllers. (Resume: buy MegaRAID SATA 300-4X (or 300-8X).)


	Tags: linux, RAID
]]></description>
			<content:encoded><![CDATA[<p><strong>Serial ATA in Linux</strong>:</p>
<ul>
<li><a href="http://linux.yyz.us/sata/">Jeff Garzik (Linux kernel libATA developer): Serial ATA controllers support status and more..</a></li>
<li><a href="http://linuxmafia.com/faq/Hardware/sata.html">LinuxMafia: Serial ATA (SATA) chipsets — Linux support status</a></li>
<li><a href="http://developer.skolelinux.no/info/prosjektet/delprosjekt/hw-raid-info.html">Some notes about hardware-RAID SATA controllers.</a></li>
<li><a href="http://www.clintoneast.com/articles/linux-sata-raid.php">Some more info about hardware-RAID SATA controllers.</a> (Resume: buy <code>MegaRAID SATA 300-4X</code> (or <code>300-8X</code>).)</li>
</ul>

	Tags: <a href="http://melnikov.net.ru/tag/linux/" title="linux" rel="tag">linux</a>, <a href="http://melnikov.net.ru/tag/raid/" title="RAID" rel="tag">RAID</a><br />
]]></content:encoded>
			<wfw:commentRss>http://melnikov.net.ru/serialata-software-raid-1-and-lvm/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
