<?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>Running UNIX &#187; soft partitions</title>
	<atom:link href="http://www.runningunix.com/tag/soft-partitions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.runningunix.com</link>
	<description>UNIX/Solaris tips, tricks, and advice</description>
	<lastBuildDate>Mon, 01 Aug 2011 17:37:05 +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>Mounting soft partitions from network boot?</title>
		<link>http://www.runningunix.com/2008/10/mounting-soft-partitions-from-network-boot/</link>
		<comments>http://www.runningunix.com/2008/10/mounting-soft-partitions-from-network-boot/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 22:30:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[soft partitions]]></category>
		<category><![CDATA[solaris volume manager]]></category>
		<category><![CDATA[svm]]></category>

		<guid isPermaLink="false">http://www.cybersand.com/blog/?p=12</guid>
		<description><![CDATA[Let&#8217;s say you hosed your root partition and have to boot from CD or network. You have data on soft partitions you need to access, which aren&#8217;t very easily accessible, because  they are&#8230;well..soft. Here&#8217;s the answer. Just import the SVM configuration from the root disk and mount it up. # mount -o ro /dev/dsk/c0t0d0s0 /a [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you hosed your root partition and have to boot from CD or network. You have data on soft partitions you need to access, which aren&#8217;t very easily accessible, because  they are&#8230;well..soft. Here&#8217;s the answer. Just import the SVM configuration from the root disk and mount it up.</p>
<pre># mount -o ro /dev/dsk/c0t0d0s0 /a
# cp /a/kernel/drv/md.conf /kernel/drv/md.conf
# umount /a
# update_drv -fmd
Cannot unload module: md
Will be unloaded upon reboot.
Forcing update of md.conf.
devfsadm: mkdir fialed for /dev 0xled: Read-only file system
devfsadm: inst_sync failed for /etc/path_to_inst.1359: Read-only file system
devfsadm: WARNING: failed to update /etc/path_to_inst
# metainit -r
# mount /dev/md/dsk/d52 /mnt #(soft partition)</pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.runningunix.com%2F2008%2F10%2Fmounting-soft-partitions-from-network-boot%2F&amp;title=Mounting%20soft%20partitions%20from%20network%20boot%3F" id="wpa2a_2"><img src="http://www.runningunix.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.runningunix.com/2008/10/mounting-soft-partitions-from-network-boot/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

