<?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>df command &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/df-command/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Thu, 19 May 2011 16:06:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Find Hard Drive Specifications</title>
		<link>https://lifelinux.com/how-to-find-hard-drive-specifications/</link>
					<comments>https://lifelinux.com/how-to-find-hard-drive-specifications/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Thu, 19 May 2011 15:44:16 +0000</pubDate>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[df command]]></category>
		<category><![CDATA[disk partition]]></category>
		<category><![CDATA[disk size]]></category>
		<category><![CDATA[disk space]]></category>
		<category><![CDATA[du command]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[fdisk command]]></category>
		<category><![CDATA[filesystem 1k]]></category>
		<category><![CDATA[gb]]></category>
		<category><![CDATA[grep command]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[harddisk size]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[manipulator]]></category>
		<category><![CDATA[mega bytes]]></category>
		<category><![CDATA[partition size]]></category>
		<category><![CDATA[partition table]]></category>
		<category><![CDATA[root user]]></category>
		<category><![CDATA[shm]]></category>
		<category><![CDATA[space available]]></category>
		<category><![CDATA[tb type]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[unix operating systems]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=669</guid>

					<description><![CDATA[<p>There are many tools to get hard drive information such as smartctl, hdparm, hwinfo&#8230; In this article, i will use hdparm command which provides a command line interface to various hard disk ioctls supported by the stock Linux ATA/IDE device driver subsystem. hdparm read information such as model number, serial number, device size and much [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-find-hard-drive-specifications/">How To Find Hard Drive Specifications</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>There are many tools to get hard drive information such as smartctl, hdparm, hwinfo&#8230; In this article, i will use <strong>hdparm</strong> command which provides a command line interface to various hard disk ioctls supported by the stock Linux ATA/IDE device driver subsystem.<span id="more-669"></span></p>
<p><strong>hdparm</strong> read information such as model number, serial number, device size and much more directly from the drive. Login as root and type the following command</p>
<pre># hdparm -I /dev/sda</pre>
<p>Sample output</p>
<pre>/dev/sda:

ATA device, with non-removable media
	Model Number:       <span style="color: #008000;">SAMSUNG HM320HJ</span>                         
	Serial Number:      <span style="color: #008000;">S2ANJ1MZ804243</span>
	Firmware Revision:  <span style="color: #008000;">2AK10001</span>
	Transport:          Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6
Standards:
	Used: unknown (minor revision code 0x0028) 
	Supported: 8 7 6 5 
	Likely used: 8
Configuration:
	Logical		max	current
	cylinders	16383	16383
	heads		16	16
	sectors/track	63	63
	--
	CHS current addressable sectors:   16514064
	LBA    user addressable sectors:  268435455
	LBA48  user addressable sectors:  625142448
	Logical  Sector size:                   512 bytes
	Physical Sector size:                   512 bytes
	device size with M = 1024*1024:      305245 MBytes
	device size with M = 1000*1000:      <span style="color: #008000;">320072 MBytes (320 GB)</span>
	cache/buffer size  = 16384 KBytes
	Form Factor: 2.5 inch
	Nominal Media Rotation Rate: 7200
Capabilities:
	LBA, IORDY(can be disabled)
	Queue depth: 32
	Standby timer values: spec'd by Standard, no device specific minimum
	R/W multiple sector transfer: Max = 16	Current = 16
	Advanced power management level: 254
	Recommended acoustic management value: 254, current value: 0
	DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6 
	     Cycle time: min=120ns recommended=120ns
	PIO: pio0 pio1 pio2 pio3 pio4 
	     Cycle time: no flow control=120ns  IORDY flow control=120ns
Commands/features:
	Enabled	Supported:
	   *	SMART feature set
	    	Security Mode feature set
	   *	Power Management feature set
	   *	Write cache
	   *	Look-ahead
	   *	Host Protected Area feature set
	   *	WRITE_BUFFER command
	   *	READ_BUFFER command
	   *	NOP cmd
	   *	DOWNLOAD_MICROCODE
	   *	Advanced Power Management feature set
	    	Power-Up In Standby feature set
	   *	SET_FEATURES required to spinup after power up
	    	SET_MAX security extension
	    	Automatic Acoustic Management feature set
	   *	48-bit Address feature set
	   *	Device Configuration Overlay feature set
	   *	Mandatory FLUSH_CACHE
	   *	FLUSH_CACHE_EXT
	   *	SMART error logging
	   *	SMART self-test
	   *	General Purpose Logging feature set
	   *	64-bit World wide name
	   *	IDLE_IMMEDIATE with UNLOAD
	   *	WRITE_UNCORRECTABLE_EXT command
	   *	{READ,WRITE}_DMA_EXT_GPL commands
	   *	Segmented DOWNLOAD_MICROCODE
	   *	<span style="color: #008000;">Gen1 signaling speed (1.5Gb/s)</span>
	   *	<span style="color: #008000;">Gen2 signaling speed (3.0Gb/s)</span>
	   *	Native Command Queueing (NCQ)
	   *	Host-initiated interface power management
	   *	Phy event counters
	   *	Idle-Unload when NCQ is active
	   *	NCQ priority information
	   *	DMA Setup Auto-Activate optimization
	   *	Device-initiated interface power management
	   *	Software settings preservation
	   *	SMART Command Transport (SCT) feature set
	   *	SCT Long Sector Access (AC1)
	   *	SCT LBA Segment Access (AC2)
	   *	SCT Error Recovery Control (AC3)
	   *	SCT Features Control (AC4)
	   *	SCT Data Tables (AC5)
Security: 
	Master password revision code = 65534
		supported
	not	enabled
	not	locked
		frozen
	not	expired: security count
		supported: enhanced erase
	60min for SECURITY ERASE UNIT. 60min for ENHANCED SECURITY ERASE UNIT.
Logical Unit WWN Device Identifier: 50024e9003dedbf0
	NAA		: 5
	IEEE OUI	: 0024e9
	Unique ID	: 003dedbf0
Checksum: correct</pre>
<h3>Future reading</h3>
<p>hdparm <a href="http://linux.die.net/man/8/hdparm">man page</a><br />
<a href="http://www.lifelinux.com/linux-hard-disk-speed-tests/">Linux hard disk speed tests</a></p>
<g:plusone href="https://lifelinux.com/how-to-find-hard-drive-specifications/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-find-hard-drive-specifications/">How To Find Hard Drive Specifications</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-find-hard-drive-specifications/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
