<?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>Connexeon Blog &#187; Storage</title>
	<atom:link href="http://blog.connexeon.com/topics/sysadmin/storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.connexeon.com</link>
	<description>Connexeon Blog</description>
	<lastBuildDate>Mon, 16 Jan 2012 09:11:23 +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>Expand XFS LVM logical volume</title>
		<link>http://blog.connexeon.com/sysadmin/linux/expand-xfs-lvm-logical-volume/</link>
		<comments>http://blog.connexeon.com/sysadmin/linux/expand-xfs-lvm-logical-volume/#comments</comments>
		<pubDate>Wed, 11 May 2011 20:52:08 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/?p=465</guid>
		<description><![CDATA[Expand XFS LVM logical volume with 1TB, assuming you have enough free unassigned space on physical partitions. Check the available space: pvscan PV /dev/sdb1 VG vg1 lvm2 &#91;1.06 TB / 0 free&#93; PV /dev/sdb2 VG vg1 lvm2 &#91;1.06 TB / 789.19 GB free&#93; PV /dev/sdb3 VG vg1 lvm2 &#91;1.06 TB / 0 free&#93; PV /dev/sdb4 [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/linux/expand-xfs-lvm-logical-volume/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change volume type from MSDOS to GPT</title>
		<link>http://blog.connexeon.com/sysadmin/linux/change-volume-type-from-msdos-to-gpt/</link>
		<comments>http://blog.connexeon.com/sysadmin/linux/change-volume-type-from-msdos-to-gpt/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 20:08:38 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/sysadmin/linux/change-volume-type-from-msdos-to-gpt/</guid>
		<description><![CDATA[To use a volume larger than 2GB it needs the GPT volume label in stead of MSDOS. I used this with Openfiler 2.3. You can change it like this. THIS REMOVES ALL DATA! parted /dev/sdb mklabel GPT quit Check: parted /dev/sdb print Disk geometry for /dev/sdb: 0.000-2000000.000 megabytes Disk label type: gpt Minor Start End [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/linux/change-volume-type-from-msdos-to-gpt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows iSCSI dynamic disk does not reconnect after reboot</title>
		<link>http://blog.connexeon.com/sysadmin/windows/windows-iscsi-dynamic-disk-does-not-reconnect-after-reboot/</link>
		<comments>http://blog.connexeon.com/sysadmin/windows/windows-iscsi-dynamic-disk-does-not-reconnect-after-reboot/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 20:49:28 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/2008/windows-iscsi-dynamic-disk-does-not-reconnect-after-reboot/</guid>
		<description><![CDATA[It&#8217;s not possible; Dynamic disks (applies to Windows 2000 and Windows Server 2003): Configuring volumes on iSCSI disks as Dynamic disk volumes using the Microsoft software iSCSI initiator is not currently supported. It has been observed that timing issues may prevent dynamic disk volumes on iSCSI disks from being reactivated at system startup. Dynamic disks [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/windows/windows-iscsi-dynamic-disk-does-not-reconnect-after-reboot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Show directory sizes in Linux</title>
		<link>http://blog.connexeon.com/sysadmin/linux/show-directory-sizes-in-linux/</link>
		<comments>http://blog.connexeon.com/sysadmin/linux/show-directory-sizes-in-linux/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 12:38:07 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://sysadmin.blog.connexeon.com/?p=42</guid>
		<description><![CDATA[Use this command to list the directory size of *, ordered from biggest to smallest, output in Mb; du -sm * &#124; sort -nr &#124; more du: -s: don&#8217;t list each subdirectory, only first level (subdirs are included in size count though) -k or -m: show sizes in kilobytes or megabytes sort: -n: order numbers, [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/linux/show-directory-sizes-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

