<?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: Automating DBCC DBTABLE &#8211; Obtaining the Disk Sector Size	</title>
	<atom:link href="https://sqlsolutionsgroup.com/obtaining-the-disk-sector-size/feed/" rel="self" type="application/rss+xml" />
	<link>https://sqlsolutionsgroup.com/obtaining-the-disk-sector-size/</link>
	<description></description>
	<lastBuildDate>Thu, 21 Jul 2022 16:42:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Jason Brimhall		</title>
		<link>https://sqlsolutionsgroup.com/obtaining-the-disk-sector-size/#comment-56</link>

		<dc:creator><![CDATA[Jason Brimhall]]></dc:creator>
		<pubDate>Mon, 02 Nov 2015 19:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlsolutionsgroup.com/?p=1975#comment-56</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://sqlsolutionsgroup.com/obtaining-the-disk-sector-size/#comment-55&quot;&gt;@sqL_handLe&lt;/a&gt;.

Thanks for correction. It is an important distinction and is clearly noted in the white paper.


&lt;blockquote&gt;Tracks are divided into sectors. A sector is the minimum chunk of data that can be read or written to a hard drive. Historically, sector size has been fixed at 512 bytes. Newer drives may offer 1 KB, 2 KB, or 4 KB sectors.
Many engineers will recognize file allocation unit by another name: cluster. Cluster size is determined when the partition is formatted by the operating system (or the user). For example, if the sectors of a hard drive are 512 bytes, a 4 KB cluster has 8 sectors, and a 64 KB cluster has 128 sectors.&lt;/blockquote&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://sqlsolutionsgroup.com/obtaining-the-disk-sector-size/#comment-55">@sqL_handLe</a>.</p>
<p>Thanks for correction. It is an important distinction and is clearly noted in the white paper.</p>
<blockquote><p>Tracks are divided into sectors. A sector is the minimum chunk of data that can be read or written to a hard drive. Historically, sector size has been fixed at 512 bytes. Newer drives may offer 1 KB, 2 KB, or 4 KB sectors.<br />
Many engineers will recognize file allocation unit by another name: cluster. Cluster size is determined when the partition is formatted by the operating system (or the user). For example, if the sectors of a hard drive are 512 bytes, a 4 KB cluster has 8 sectors, and a 64 KB cluster has 128 sectors.</p></blockquote>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: @sqL_handLe		</title>
		<link>https://sqlsolutionsgroup.com/obtaining-the-disk-sector-size/#comment-55</link>

		<dc:creator><![CDATA[@sqL_handLe]]></dc:creator>
		<pubDate>Thu, 22 Oct 2015 15:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://sqlsolutionsgroup.com/?p=1975#comment-55</guid>

					<description><![CDATA[Hello!
Good stuff!
One correction: sector size is not the same as cluster/allocation unit size.  Sector size is for communication with the device, most commonly 512bytes or 4k.  4k sector size devices are more recent.  Allocation units or cluster size is a filesystem organization unit.  Typically 4k or 64k.

You referenced the following white paper above.
https://msdn.microsoft.com/en-us/library/dd758814%28v=sql.100%29.aspx
In the whitepaper &#039;fsutil fsinfo ntfsinfo&#039; example device sector size and filesystem cluster size are both indicated.

Bytes Per Sector  :               512
Bytes Per Cluster :               65536]]></description>
			<content:encoded><![CDATA[<p>Hello!<br />
Good stuff!<br />
One correction: sector size is not the same as cluster/allocation unit size.  Sector size is for communication with the device, most commonly 512bytes or 4k.  4k sector size devices are more recent.  Allocation units or cluster size is a filesystem organization unit.  Typically 4k or 64k.</p>
<p>You referenced the following white paper above.<br />
<a href="https://msdn.microsoft.com/en-us/library/dd758814%28v=sql.100%29.aspx" rel="nofollow ugc">https://msdn.microsoft.com/en-us/library/dd758814%28v=sql.100%29.aspx</a><br />
In the whitepaper &#8216;fsutil fsinfo ntfsinfo&#8217; example device sector size and filesystem cluster size are both indicated.</p>
<p>Bytes Per Sector  :               512<br />
Bytes Per Cluster :               65536</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
