<?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>technokrz {dot} com &#187; Data recovery</title>
	<atom:link href="http://www.technokrz.com/tag/data-recovery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technokrz.com</link>
	<description>gadget and tech blog</description>
	<lastBuildDate>Thu, 27 Oct 2011 01:39:54 +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>Data Recovery and Compact Flash</title>
		<link>http://www.technokrz.com/data-recovery/data-recovery-and-compact-flash/</link>
		<comments>http://www.technokrz.com/data-recovery/data-recovery-and-compact-flash/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 01:35:55 +0000</pubDate>
		<dc:creator>Sharl</dc:creator>
				<category><![CDATA[Data recovery]]></category>
		<category><![CDATA[Compact Flash Memory]]></category>

		<guid isPermaLink="false">http://technokrz.com/?p=220</guid>
		<description><![CDATA[The flash memory gets its name due to its microchip arrangement in such a way, that its section of memory cells gets erased in a single action or &#8220;Flash&#8221;. Both NOR and NAND Flash memory were invented by Dr. Fujio Masuoka from Toshiba in 1984.The name &#8216;Flash&#8217; was suggested because the erasure process of the [...]]]></description>
			<content:encoded><![CDATA[<p>The flash memory gets its name due to its microchip arrangement in such a way, that its section of memory cells gets erased in a single action or &#8220;Flash&#8221;.<br />
Both NOR and NAND Flash memory were invented by Dr. Fujio Masuoka from Toshiba in 1984.The name &#8216;Flash&#8217; was suggested because the erasure process of the memory contents reminds a flash of a camera, and it&#8217;s name was coined to express how much faster it could be erased &#8220;in a flash&#8221;. Dr. Masuoka presented the invention at the International Electron Devices Meeting (IEDM) held in San Jose, California in 1984 and Intel recognizes the potentiality of the invention and introduced the first commercial NOR type flash chip in 1988, with long erase and write times.</p>
<p>Flash memory is a form of non-volatile memory that can be electrically erased and rewrite, which means that it does not need power to maintain the data stored in the chip. In addition, flash memory offers fast read access times and better shock resistance than hard disks. These characteristics explain the popularity of flash memory for applications such as storage on battery-powered devices.</p>
<p>Flash memory is advance from of EEPROM (Electrically-Erasable Programmable Read-Only Memory) that allows multiple memory locations to be erased or written in one programming operation. Unlike an EPROM (Electrically Programmable Read-Only Memory) an EEPROM can be programmed and erased multiple times electrically. Normal EEPROM only allows one location at a time to be erased or written, meaning that flash can operate at higher effective speeds when the systems using; it read and write to different locations at the same time.</p>
<p>Referring to the type of logic gate used in each storage cell, Flash memory is built in two varieties and named as, NOR flash and NAND flash.<br />
Flash memory stores one bit of information in an array of transistors, called &#8220;cells&#8221;, however recent flash memory devices referred as multi-level cell devices, can store more than 1 bit per cell depending on amount of electrons placed on the Floating Gate of a cell. NOR flash cell looks similar to semiconductor device like transistors, but it has two gates. First one is the control gate (CG) and the second one is a floating gate (FG) that is shield or insulated all around by an oxide layer. Because the FG is secluded by its shield oxide layer, electrons placed on it get trapped and data is stored within. On the other hand NAND Flash uses tunnel injection for writing and tunnel release for erasing.</p>
<p>NOR flash that was developed by Intel in 1988 with unique feature of long erase and write times and its endurance of erase cycles ranges from 10,000 to 100,000 makes it suitable for storage of program code that needs to be infrequently updated, like in digital camera and PDAs. Though, later cards demand moved towards the cheaper NAND flash; NOR-based flash is hitherto the source of all the removable media.</p>
<p>Followed in 1989 Samsung and Toshiba form NAND flash with higher density, lower cost per bit then NOR Flash with faster erase and write times, but it only allows sequence data access, not random like NOR Flash, which makes NAND Flash suitable for mass storage device such as memory cards. SmartMedia was first NAND-based removable media and numerous others are behind like MMC, Secure Digital, xD-Picture Cards and Memory Stick. Flash memory is frequently used to hold control code such as the basic input/output system (BIOS) in a computer. When BIOS needs to be changed (rewritten), the flash memory can be written to in block rather than byte sizes, making it simple to update.</p>
<p>On the other hand, flash memory is not practical to random access memory (RAM) as RAM needs to be addressable at the byte (not the block) level. Thus, it is used more as a hard drive than as a RAM. Because of this particular uniqueness, it is utilized with specifically-designed file systems which extend writes over the media and deal with the long erase times of NOR flash blocks. JFFS was the first file systems, outdated by JFFS2. Then YAFFS was released in 2003, dealing specifically with NAND flash, and JFFS2 was updated to support NAND flash too. Still, in practice most follows old FAT file system for compatibility purposes.</p>
<p>Although it can be read or write a byte at a time in a random access fashion, limitation of flash memory is, it must be erased a &#8220;block&#8221; at a time. Starting with a freshly erased block, any byte within that block can be programmed. However, once a byte has been programmed, it cannot be changed again until the entire block is erased. In other words, flash memory (specifically NOR flash) offers random-access read and programming operations, but cannot offer random-access rewrite or erase operations.</p>
<p>This effect is partially offset by some chip firmware or file system drivers by counting the writes and dynamically remapping the blocks in order to spread the write operations between the sectors, or by write verification and remapping to spare sectors in case of write failure.<br />
Due to wear and tear on the insulating oxide layer around the charge storage mechanism, all types of flash memory erode after a certain number of erase functions ranging from 100,000 to 1,000,000, but it can be read an unlimited number of times. Flash Card is easily rewritable memory and overwrites without warning with a high probability of data being overwritten and hence lost.</p>
<p>In spite of all these clear advantages, worse may occur due to system failure, battery failure, accidental erasure, re-format, power surges, faulty electronics and corruption caused by hardware breakdown or software malfunctions; as a result your data could be lost and damaged.</p>
<p>Flash Memory Data Recovery is the process of restoring data from primary storage media when it cannot be accessed normally. Flash memory data recovery is a flash memory file recovery service that restores all corrupted and deleted photographs even if a memory card was re-formatted. This can be due to physical damage or logical damage to the storage device. Data even from damage flash memory can be recovered, and more than 90% of lost data can be restored.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technokrz.com/data-recovery/data-recovery-and-compact-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Should We Have External Backup?</title>
		<link>http://www.technokrz.com/computers/should-we-have-external-backup/</link>
		<comments>http://www.technokrz.com/computers/should-we-have-external-backup/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 20:11:55 +0000</pubDate>
		<dc:creator>Sharl</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[data backup]]></category>
		<category><![CDATA[Data recovery]]></category>
		<category><![CDATA[external drive]]></category>

		<guid isPermaLink="false">http://technokrz.com/?p=106</guid>
		<description><![CDATA[Technology has become essence in our life now. From day to day the the computers has evolve and become very important part in our life. However, do not depend on computers itself since it still have a big flaws. You can easily purchased notebook computer that having a decent features but one thing to consider; [...]]]></description>
			<content:encoded><![CDATA[<p>Technology has become essence in our life now. From day to day the the computers has evolve and become very important part in our life. However, do not depend on computers itself since it still have a big flaws. You can easily purchased notebook computer that having a decent features but one thing to consider; the drive which is the very important hardware in your computers will frustrated you. The hard drive is very important hardware to store your data, however it still can crash anytime. So, how you can do data recovery? That&#8217;s headache.</p>
<p>You cannot expect hard drives are perfect even though they are built with amazing technology. Hard drives are very sensitive hardware and any interference could possibly damage the drives. Nowadays, hard drives come with a lot of features to reduce drive failure but they are not 100% perfect. Event though they come with those features you cannot avoid physical damage and should consider data backup and recovery.</p>
<p>Computer geeks should not have a problem dealing with hard drive data backup and recovery. At the first place it will be a little bit technical, but in the end you will have your own way to deal with your drive problems. It will involve fixing master boot record, and retrieve data from damage disk. If you cannot do this, get somebody to do. There are many data recovery service out there. Definitely they will charge you. And it is expensive. <img src='http://www.technokrz.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Save your money now by having <a href="http://technokrz.com/2009/11/22/western-digital-my-book-elite/">external hard drive</a> to do a backup. Yes. Invest some money to buy external hard drive will make your life better. If the data in the hard drive is your life, better back it up. That is the contingency plan if your hard drive crash. Create one partition for important data in your computer hard drive will make it easy when you are doing backup. It also will make you easy when doing data recovery if that drive fail. Again, you should definitely consider buying <a href="http://technokrz.com/2009/11/16/western-digital-my-passport-elite/">external hard drive for backup</a> rather that paying expensive data recovery expert. <img src='http://www.technokrz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.technokrz.com/computers/should-we-have-external-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

