<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Formatting disks for Solaris	</title>
	<atom:link href="https://virtuallyfun.com/2010/10/03/formatting-disks-for-solaris/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2010/10/03/formatting-disks-for-solaris/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Mon, 30 Sep 2019 04:18:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2010/10/03/formatting-disks-for-solaris/comment-page-1/#comment-226949</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Mon, 30 Sep 2019 04:18:23 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=281#comment-226949</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2010/10/03/formatting-disks-for-solaris/comment-page-1/#comment-226943&quot;&gt;Joshua&lt;/a&gt;.

Those fat mounts are read only. You need either mtools or something to support fat disks/partitions.

I don&#039;t think native Solaris does so.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2010/10/03/formatting-disks-for-solaris/comment-page-1/#comment-226943">Joshua</a>.</p>
<p>Those fat mounts are read only. You need either mtools or something to support fat disks/partitions.</p>
<p>I don&#8217;t think native Solaris does so.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joshua		</title>
		<link>https://virtuallyfun.com/2010/10/03/formatting-disks-for-solaris/comment-page-1/#comment-226943</link>

		<dc:creator><![CDATA[Joshua]]></dc:creator>
		<pubDate>Mon, 30 Sep 2019 01:37:29 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=281#comment-226943</guid>

					<description><![CDATA[I know this is an old blog post, but I was wondering if you knew how to go about &quot;formatting&quot; a disk that&#039;s mounted through qemu as a directory? I know you can mount directory trees using the -drive file=fat:rw:[folder]  flag. Solaris (2.7) sees this as a &quot;disk&quot;, but I can&#039;t mount it or format it, so I&#039;m unsure how to handle it.

I&#039;m just trying to create a share folder between my Windows 10 host and Solaris 2.7 VM.]]></description>
			<content:encoded><![CDATA[<p>I know this is an old blog post, but I was wondering if you knew how to go about &#8220;formatting&#8221; a disk that&#8217;s mounted through qemu as a directory? I know you can mount directory trees using the -drive file=fat:rw:[folder]  flag. Solaris (2.7) sees this as a &#8220;disk&#8221;, but I can&#8217;t mount it or format it, so I&#8217;m unsure how to handle it.</p>
<p>I&#8217;m just trying to create a share folder between my Windows 10 host and Solaris 2.7 VM.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Basil		</title>
		<link>https://virtuallyfun.com/2010/10/03/formatting-disks-for-solaris/comment-page-1/#comment-19485</link>

		<dc:creator><![CDATA[Basil]]></dc:creator>
		<pubDate>Tue, 11 Sep 2012 19:56:02 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=281#comment-19485</guid>

					<description><![CDATA[I was referred to this page by Artom Tarasenko.

I am trying, ultimately, to run Solaris 2.5.1 with Qemu 1.0.1 in Xubuntu 12.04. I am having issues with creating a proper disk image. I try to format the disk image with Solaris 2.5.1 (outside of 10,11 which do not load in Qemu, this is the only version of Solaris I have, however I *may* be able to pull some strings and get 8). The disk formatting fails.

I launch qemu as such:
qemu-system-sparc -M SS-5 -m 256 -startdate &quot;2009-12-13&quot; -nographic -hdb Solaris251.iso -hdc 32GB.disk

Then, I boot into single user mode and run the format command, following the above steps. An interesting thing to note is that, when given the option to select a disk, it seems the 32GB disk is listed twice. I then follow the steps listed above. Before the label is applied, a message is given saying &quot;No defined partition tables.&quot; and when I do try to apply the label, it fails. The error message is:

Illegal request during read: block 0 (0x0) (0/0/0)
ASC: 0x21   ASCQ: 0x0
Warning: error reading backup label.
WARNING: /iommu@0,10000000/sbus@0,10001000/espdma@5,8400000/esp@5,8800000/sd@0,0 (sd0):
        Error for Command: read(10)     Error Level: Fatal
        Requested Block: 0      Error Block: 0
        Vendor: QEMU                    Serial Number:             
        Sense Key: Illegal Request
        ASC: 0x21 (logical block address out of range), ASCQ: 0x0, FRU: 0x0

How can I fix this? Is another version of Solaris (such as 8, like you have demonstrated) required to do this or can I do it with 2.5.1? Is there yet another way to format this disk image?]]></description>
			<content:encoded><![CDATA[<p>I was referred to this page by Artom Tarasenko.</p>
<p>I am trying, ultimately, to run Solaris 2.5.1 with Qemu 1.0.1 in Xubuntu 12.04. I am having issues with creating a proper disk image. I try to format the disk image with Solaris 2.5.1 (outside of 10,11 which do not load in Qemu, this is the only version of Solaris I have, however I *may* be able to pull some strings and get 8). The disk formatting fails.</p>
<p>I launch qemu as such:<br />
qemu-system-sparc -M SS-5 -m 256 -startdate &#8220;2009-12-13&#8221; -nographic -hdb Solaris251.iso -hdc 32GB.disk</p>
<p>Then, I boot into single user mode and run the format command, following the above steps. An interesting thing to note is that, when given the option to select a disk, it seems the 32GB disk is listed twice. I then follow the steps listed above. Before the label is applied, a message is given saying &#8220;No defined partition tables.&#8221; and when I do try to apply the label, it fails. The error message is:</p>
<p>Illegal request during read: block 0 (0x0) (0/0/0)<br />
ASC: 0x21   ASCQ: 0x0<br />
Warning: error reading backup label.<br />
WARNING: /iommu@0,10000000/sbus@0,10001000/espdma@5,8400000/esp@5,8800000/sd@0,0 (sd0):<br />
        Error for Command: read(10)     Error Level: Fatal<br />
        Requested Block: 0      Error Block: 0<br />
        Vendor: QEMU                    Serial Number:<br />
        Sense Key: Illegal Request<br />
        ASC: 0x21 (logical block address out of range), ASCQ: 0x0, FRU: 0x0</p>
<p>How can I fix this? Is another version of Solaris (such as 8, like you have demonstrated) required to do this or can I do it with 2.5.1? Is there yet another way to format this disk image?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
