Volkswagen Accessories at CARiD.com

If you want to customize your vehicle, you should go to CARiD.com. This site provides auto accessories for any type of vehicle. Whether you own a sedan, SUV, or truck, you will find the right accessories for your vehicle in CARiD.

vw_resizeCARiD also offers the car accessories for many car brands. If you own a Volkswagen, you can also find the Volkswagen accessories for your car model. The VW accessories include VW dash kits, spoilers, chrome, grills, and many more.

Moreover, the car accessories in CARiD are from the top aftermarket manufacturers so that you don’t have to doubt the quality of the products. They give you the highest quality of VW accessories at affordable price to meet you car modification needs. So, what are you waiting for? Just go to this site and get the VW accessories to modify your VW car. For further information, you can call the customer support at 800-505-3274.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogosphere News
  • email
  • Technorati
  • Share/Bookmark

What is Hard Disk???

A basic disk is the traditional def Configuring and managing user profiles in the Windows XP operating systemault storage type in Windows XP. Every basic disk contains at least one partition. It is a physical disk that contains the primary and extended partitions. Partitions created on a basic disk are called basic volumes. An administrator can create more than one basic volume by partitioning the hard disk for the purpose of organizing the files and folders or supporting multiple operating systems on a single hard disk.

On a basic disk, three types of partitions can be created, namely primary, extended, and logical. An administrator can configure a maximum of four primary partitions on a computer running the Windows XP operating system. Although the administrator can configure any of the created primary partitions as an active or bootable partition, he can view only one primary partition with a drive letter at a time since only one primary partition is active at a time. Other primary partitions are invisible and are not assigned a drive letter. An extended partition allows administrators to exceed the limit of primary partitions that can be created on a hard disk. An extended partition serves as a shell in which a user can create unlimited logical partitions. Logical partitions are visible and generally used to organize files.

In addition to the basic disk, Windows XP Professional also supports the dynamic disk, which overcomes the limitations of the basic disk. Dynamic disks are actually physical disks that are created and managed with the Disk Management utility in Windows XP. Dynamic disks provide several new features that cannot be performed on basic disks. Dynamic disks do not use partitions or logical drives. Instead, they use dynamic volumes to subdivide physical disks into one or more drives. Three types of dynamic volumes can be created on a Windows XP-based computer, namely simple, spanned, and striped.

  1. Simple volumes: Simple volumes contain disk space from a single hard disk and can be extended, if required.
  2. Spanned volumes:Spanned volumes combine areas of unallocated space from multiple disks into one logical volume. Such volumes allow a user to efficiently use all the hard disk space and drive letters on a multiple-disk system. Spanned volumes contain disk space from two to thirty-two disks with varying amount of disk space from each disk. When a user needs to create a volume but does not have enough free space on a single disk, he can create the volume by combining sections of unallocated space from multiple disks into one spanned volume. Spanned volumes are fault-intolerant, which means that all the data in the entire spanned volume is lost if any of the disks containing the spanned volume fails. When Windows writes data to a spanned volume, it writes to the area on the first disk until the whole area is filled, then to the area on the second disk, and so on until the maximum limit of thirty-two disks is reached. Existing spanned volumes formatted with the NTFS file system can be extended by increasing the capacity of an already existing volume. However, after extending a spanned volume, a user cannot delete any portion of it without deleting the entire spanned volume. Therefore, the users are advised to back up all the information on the volume before making any changes to the spanned volumes.
  3. Striped Volumes:Striped volumes are created by combining areas of free space on two or more disks into one logical volume. Like spanned volumes, striped volumes also contain disk space from two to thirty-two disks. But unlike spanned volumes, striped volumes require a user to use an identical amount of disk space from each hard disk. When Windows stripes data to the striped volume, it divides the complete data in multiples of 64KB and writes to the disk in a fixed order. The whole data is divided into blocks and spread in a fixed order among all the disks in the array. For example, a 256MB file is divided into four 64KB files and each one is stored on a separate disk. Like spanned volumes, striped volumes are also fault-intolerant and cannot be extended or mirrored. Striped volumes use RAID-0, which stripes data across multiple disks. This is why they are also referred to as RAID 0. Despite their lack of fault tolerance, striped volumes improve the performance by increasing I/O performance and distributing I/O requests across disks. Striped volumes cannot be supported by MS-DOS, Windows 95, Windows 98, Windows Me, Windows NT 4.0, Windows XP Home Edition, and other operating systems that do not support dynamic storage capability.

Windows XP uses the Disk Management tool to create and manage volumes on fixed and removable disks. This can be accessed from within the Computer Management window as shown in the following figure:

Using the Disk Management tool, a user can manage the hard disk very effectively. He can create primary, extended, as well as logical partitions. It is necessary to format a volume to let it accept data. By using Disk Management, a user can format volumes, assign drive letters to the formatted volumes, and change the default drive letters. He can choose a file system for a particular volume and configure the default cluster size for any of the file systems. By using Disk Management, users can also enable file and folder compression on NTFS volumes.

Windows XP allows mounting of volumes by using a path instead of assigning a drive letter. Mounted volumes allow administrators to extend the available space on an existing volume without extending the actual size of the volume. Administrators can create multiple volume mount points for a particular volume. Using Disk Management, administrators can add volume mount points to an existing volume.

Windows XP Professional also allows administrators to avail of the features of dynamic disks by converting the basic disks to dynamic disks without losing the existing data. By using Disk Management, different dynamic volumes can be created and managed. As we know that dynamic disks are not supported by all the operating systems, it becomes necessary to use the basic disks. Windows XP Professional provides a feature to accomplish this. It can be used to revert from dynamic disk to the basic disk.

Another feature that Windows XP Professional supports is extending volumes on both basic as well as dynamic disks. On basic disks, it can be accomplished by running the DISKPART command-line utility and on dynamic disks, either by using the Disk Management tool or the DISKPART command.

Extensions of primary partitions and logical drives on basic disks require the following conditions to be fulfilled:

  • The volume must be formatted with the NTFS file system.
  • The volume is extended on the same hard disk. Volumes on basic disks cannot be extended to include disk space on another hard disk.
  • The volume must not be a system or boot volume. Such volumes cannot be extended.

A volume can be extended by running the DISKPART utility from the command line, by selecting the volume, and then by executing the following command:

EXTEND [SIZE=N] [NOERR]

On dynamic disks, simple volumes formatted with only the NTFS file system can be extended by attaching additional unallocated space from the same disk or from a different disk. Unlike basic disks, space on dynamic disks need not be contiguous.

Moving Disks: Windows XP Professional enables administrators to install disks into another computer that is using the operating system that supports the dynamic disk feature. Moving disks to other computers proves to be very useful in case a computer fails and the hard disk is still functional.
Windows XP allows managing disk-management tasks by running the DISKPART command from the command prompt and creating scripts for automating the frequently performed tasks.

Windows XP provides several efficient disk maintenance features such as the CHKDSK, DISK DEFRAGMENTER, and DISK CLEANUP utilities. The CHKDSK command is used to verify and repair the integrity of the file system on a volume. Defragmentation is a process of rearranging the several pieces of files and folders on the disk into contiguous spaces. Disk Defragmenter, a maintenance tool, supported by Windows XP, enables a user to defragment a hard disk and consolidate the free space on the hard disk. This improves the performance of the computer to a great extent. Windows XP also provides a command-line version of the Disk Defragmenter utility, called the DEFRAG.EXE command, which can be used to perform all the maintenance tasks that Disk Defragmenter does. When the hard disk of a computer is becoming low on available space, then a user can delete unnecessary files (such as Temporary Internet files, Temporary Offline files, Recycle Bin, etc.) by using the DISK CLEANUP utility to increase the available free space.

In the end, we can conclude that Windows XP Professional and Home Edition, with their advanced disk management and maintenance features, facilitate the administrators effectively in performing their tasks. It is for this and many other reasons that Windows XP is being used to a great extent in many large organizations.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogosphere News
  • email
  • Technorati
  • Share/Bookmark

Lenovo 3000 C100

lenovo-3000-c100

Lenovo launched the Lenovo 3000 C100, a stylish widescreen notebook combining popular features at an attractive price. The N100 will be available in 14.1-inch- and 15.4-inch- wide models. All Lenovo 3000 PCs include Lenovo CareSM, a software application that helps your computer recover from viruses at the touch of a button, update itself and enable it to easily connect to wireless networks.

Open things up and you really get a feel for how dated this notebook appears. If it wasn’t for the rounded corners, I’d have trouble telling the difference between this and a six year old machine. The 4:3 ratio, 1,024 x 768 screens is the first indication of this. The quality isn’t bad, but it actually feels like a panel from an old notebook, possibly due to the slightly poor contrast ratio. Perhaps panel manufacturers are only concentrating on the widescreen panels now and haven’t updated 1,024 panels in the past few years. 1,024 x 768 is fine if this is only a secondary machine, but if I was using this all day everyday, I would want a little more desktop real estate to play with – that said, many notebook manufacturers maintain that a large portion of the customer base still wants this resolution in a large physical screen.

The plastic used for the rest of the chassis is a finely pitted dark grey, much like you’d see on the inside of a budget mid-80’s car or on a canteen chair. Despite this apparent roughness, it’s actually fairly smooth to the touch. The optical drive is decorated to match. This is a contrast to the lid which has a smooth silver finish.

ThinkPad laptops generally have excellent keyboards. The C100 isn’t a ThinkPad, and it doesn’t have a ThinkPad keyboard, but what it does have is pretty good. The keyboard is a bit more cramped than those on comparable systems, such as the Pavilion dv4000, but the keys are firm, wide, and very comfortable to type on. The touch pad is a bit small, though, and the touch-pad buttons don’t give as much as we’d like; alas, it lacks the ThinkPad’s red, eraser-head pointing stick. Above the keyboard sits a lonely mute button–the extent of the C100’s dedicated multimedia controls–and one other button, which summons Lenovo’s useful system-management and help utility. Both the Inspiron E1505 and the Pavilion dv4000 have dedicated multimedia buttons and full external volume controls.

Lenovo 3000 C100 notebook also sports standard DVD/CD-RW combo optical drive and has integrated 802.11/b/g wireless network connection, a 10/100 Ethernet adapter, built-in 56 kbps fax/modem and 3-in-1 media card reader. Instant On feature of Lenovo 3000 C100 notebook allows playing MP3s, music CDs, and DVDs or look at digital photos without having to boot into Windows XP, and the Express Card 54 slot offering more ‘future-proof’ upgrades than a traditional PC Card slot or an Express 34 slot. Wi-Fi ready Lenovo 3000 C100 notebook PC offers four-pin FireWire, four USB 2.0, 3-in-1 digital media reader (SD/MMC/MS), Audio/S-video in, External Display (VGA), External Microphone/Line-In, Headphone/Line out, IEEE 1394, RJ-11, RJ-45, and TV/S-Video Out port.

Lenovo 3000 C100 Features:-

* Intel Celeron M Processor 370
* 1.5 GHz, 1 MB L2 cache, 400 MHz front-side bus (FSB)
* Intel 915 GM Chipset
* 256-MB DDR2 SDRAM, 533 MHz
* 40-GB 5400 rpm 2.5-inch HDD
* DVD/CD-RW Combo Drive
* 15-inch XGA TFT display, 1024 x 768 resolutions
* Intel Graphics Media Accelerator 900 (GMA 900)
* Integrated 802.11/b/g Wireless Network Connection
* 56 kbps V.92 modem/fax
* 10/100 Ethernet LAN adapter
* 3-in-1 media card reader
* One ExpressCard/54 slot
* Bluetooth 2.0 (optional)
* Ports:
4 USB 2.0 ports, 4 pin FireWire, VGA and S-Video ports, PCMCIA slot
* 8-cell Li-Ion battery, 4.5 hours backup
* Dimension: 265 mm x 360 mm x 32.2 mm
* Weight: 2.90 Kg

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogosphere News
  • email
  • Technorati
  • Share/Bookmark

Blue Ray Disk

blue-ray

A survey was conducted by the Home Research Media during the first few months of 2007. The findings of the survey were that the in USA the blu-ray movies sale was almost double compared to the High Definition DVD’s. The High Definition DVD disks are considered as the main competitor of blu-ray disks. According to the Home Media Magazine, about 1.6 million blu-ray disks were sold during the first six months, and the sale of High Definition DVD’s during that period was about seven hundred and ninety five thousand.

The blu-ray technology was actually introduced and developed by the Sony Company. Keeping in view the increasing popularity of bluray disks, majority of the studios are releasing their movies in bluray format or both in blu ray and High definition DVD format. The blu-ray format gives the audience more sharper and brighter picture as compared to the other DVD formats. The bluray disks also offer high recording capacity. This high capacity of blu-ray helps to add interactive features and games as well along with the film.

The High Definition DVD disk was introduced by the Toshiba Corporation. The new blu-ray disks are giving tough time to the HD-DVD’s. The blu-ray disk’s market share is rapidly increasing. The blu-ray disk is the major rival of the High Definition DVD disks. During the start of 2008, Wal-Mart decided that their top most preference will be the blu-ray disks because of their increasing sales and popularity. This competition between HD-DVD & blu-ray is almost similar to the VHS & betamax in the 1970’s.

Considering the increasing popularity of Bluray disks, most of the major Stores of United States decided to increase their High-definition stock with Blu-ray disks almost up to 75%. The Bluray disk format has advantage over other DVD formats because of its higher capacity to store data. The High-Definition DVD disk has storage capacity of about 30GB and is working to increase the capacity to 45GB. While on the other hand the blu-ray disc can store up to 50GB and development is being done to increase its storage capacity to 200GB.

The consumers mostly focus on the DVD disk with higher recording capacity that is where the blu-ray disk has captured most of the High- definition market share. The other reasons that made the blu-ray disk more popular were the support from the major studios like the Disney, Sony, Lionsgate etc.

blue-ray-psThe Sony Play Station also backed the bluray technology and also the gamers showed their interest in this blu-ray format. So, the gamer are willing to spend more dollars to buy the new blu-ray DVD disks. The prices of blu-ray format products are rapidly lowering down because of the improved and increased production. The increased competition is also a factor that helped to lower the prices of bluray products.

The hardware companies are now working on players that have the capability and technology to play both the DVD formats of bluray disk and High-Definition DVD as well. These drives are known as the dual format DVD players. Sony, LG and NEC are the companies that are manufacturing these dual format players. This is really amazing as Sony is the main supporter of the bluray technology. The reason of manufacturing the dual format players could be that the Sony does not want to loose in the competition of DVD formats.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogosphere News
  • email
  • Technorati
  • Share/Bookmark

OPTICAL DISK, What is it??

Optical disk is an electronic data storage medium from which data is read and written to by using a low-powered laser beam. It is flat, circular, plastic or glass disk on which data is stored in the form of light and dark pits. The laser beam reads the pits and the data can be accessed. There are three basic types of optical disks:

Read-only optical disks: The optical disks, which are recorded at the time of manufacture and cannot be erased. CD, CD-ROM, DVD-ROM, and DVD-Video are the read-only disks.

WORM: WORM stands for write-once, read many. The optical disks that can be recorded by the user only once but cannot be erased. After they have been recorded once, they behave like a read-only optical disk CD-R, DVD-R, and WORM disks are write-once.

Rewritable/Magneto-optic disks: The optical disks that can be erased and written to with the new information. CR-RW, DVD-RAM, DVD-RW, and magneto-optic disks and Data play are rewritable. Rewritable disks use magneto-optic or phase change technology.

An optical disk offers many advantages over magnetic storage media.

• Highest storage capacity

• Low cost per Megabyte of storage

• Environmental condition tolerance

• High data stability

• Long media life

An optical disk has much more storage capacity on the order of gigabytes, than a magnetic disk. It can hold up to 6GB of data in comparison to 1.44 MB of a diskette. Optical disks are inexpensive to manufacture. Data stored on optical disks is resistant to power surges or magnetic disturbances, such as head crashes or corruption form stray magnetic fields. Hence, they provide high data stability. Optical disks are less vulnerable to extremes of hot and cold as
compared to the magnetic disks. Optical disks have long media life than magnetic disks.

OPTICAL STORAGE DEVICES

CD-ROM

CD-ROM: is an abbreviation of Compact Disc Read-Only Memory. A CD-ROM is a CD that contains computer data, which cannot be read or rewritten. In
computers, CDROM is the most commonly used optical storage technology. CD-ROM is a compact disc that contains information, which is accessible by a computer. It is composed of polycarbonate plastic, thin reflective metal layers, made of aluminium and a lacquer coating. Data is stored on the disc as a series of light and dark pits; the light portion refers to the spaces between the pits. A laser beam reads the pits and the data can be accessed.

CD-ROM is an adaptation/EXTENSION of the compact disc that is designed for music storage and playback. The format of CD-ROM is very similar to an audio CD; the only difference being the standards used to store data. A standard 120 mm CD-ROM holds up to 700 MB of data, or about 70 minutes of audio. This may mean that One CD can contain over one thousand novels; an average novel being composed of 60, 000 words. Once the data is written to a standard CD-ROM disc, it cannot be altered or rewritten.

A CD-ROM can be read using a CD-ROM drive, which is almost common on the personal computers. A CD-ROM drive may be connected to the computer in several different ways depending on the type of interface, such as:

• IDE (ATA)

• SCSI

• SATA

• Firewire

• USB

Almost all modern CD-ROM drives can play audio as well as video CDs.

CD-ROM STANDARDS

CD-ROM format provides an outstanding solution to the problem of storing large digital files. Several formats are used for data stored on CD-ROMs. These include Red book standards for audio-CD, White Book and Yellow Book for CD-ROM. An ISO 9960, which defines the standard file system of a CD-ROM is due to be replaced by ISO 13490.

CD-ROM FORMAT

One CD-ROM sector contains 2352 bytes, which is further divided into 98 24-byte frames. A CD-ROM contains a third layer of Reed-Solomon error correction in order to achieve improved error correction and detection.

Mode-1 CD-ROM: It has full three layers of error correction data, which contains 2048 bytes of the available 2352 per sector.
Mode-2 CD-ROM: It is mostly used for video files, which contains 2336 user-available bytes per sector.

CD-ROM SPEEDS AND USES

+ Early CD-ROM drives were known as single-speed and could read the data at the speed of 150 KBps.

+ CD-ROM drives can transfer data up to the speed of 7800 KBps

+ CD-ROM can store audio, video, text and program instructions. It is used to store software programs.

DVD-ROM

DVD-ROM: is an abbreviation of Digital Versatile Disc- read only memory. DVD-ROM is an optical disc storage media format that can be used for data storage, which includes movies with high video and sound quality. DVD-ROM is a non-volatile optical storage medium similar to CD-ROM, which contains computer data that cannot be erased or rewritten. These DVDs are read-only disks that have storage capacity for 133 minutes of high quality video, in format, and audio full- length feature film. The discs are pressed in a similar fashion as the CDs. The reflective surface is gold or silver colored.

DVD-ROM can be accessed using a DVD-ROM drive attached to the personal computer. DVD-ROM drives are backward compatible, i.e. they are also capable of reading CD-ROMs and audio CDs as well. The DVD-ROM supports disks with capacities of 4.7 GB to 17 GB and access rates of 600 KBps to 1.3 MBps. A standard DVD disc store up to 9.4 GB of data. DVD-ROMs are of same size as a compact disc, but holds data about 7 times more. DVD can store that much of data because both the sides of a disc are used, with sophisticated data compression technologies.

DVD-ROM is a variation of CD-ROM that is being used in place of CD-ROMs in many personal computers. All DVD-ROMs contain a file system, UDF, which is an extension of the ISO 9660 Standard used for data CDs.

CD-RW

CD-RW is an abbreviation of compact disc-rewritable. It is a recordable CD format that can be erased and rerecorded multiple times, just like a floppy disk or a hard disk. It is a rewritable version of CD-ROM. CD-RW disc is round plastic, about 5 inches in diameter. CD-RW disks can be played or recorded in the CD-RW drive only. These disks behave unusable when put in a regular CD-drive or a CD-R drive cannot be played. A CD-RW drive can read everything except a DVD.

A CD-RW can hold 650 Megabytes of data (unlimited number of times) written by a CD-RW drive. CD-RW cannot be selectively overwritten but can be extended. CD-RWs must be closed before they can be read in a normal CD-ROM drive. CD-RW disks cannot be read using a CD-ROM drive built before 1997. CD-RWs can be randomly read and written because of the variation of UDF format. CD-RW disks and drives are more expensive than a regular CD-ROM drive or media. A CD-RW disc can be read optically by laser light.

DVD-RW

DVD-RW: stands for Digital Versatile Disk-Rewritable. It is a re-recordable optical disc, which can record up to 4.7 GB per side in a similar fashion to a CD-RW. DVD-RW supports sequential read/write access i.e. the device may need to wait for the correct location in a constantly revolving medium. The information stored on DVD-RW can be erased and rerecorded over multiple times without damaging the medium.

DVD-RW is a phase-change erasable format based on DVD-R, using similar mark length, track pitch and rotation control. The format is supported by the DVD Forum. DVD-RW is also called “DVD Dash RW” and “DVD Minus RW”.

DVD-RW can be played in many DVD drives and players. Depending on quality, recording time varies from 1 hour to 6 hours.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogosphere News
  • email
  • Technorati
  • Share/Bookmark

The Advantage of Flash Disk Drive

Secured

Flash Disk is a portable storage device using Flash Memory. Flash Disk is one of the most practical and secured portable storage device used nowadays. Flash disk is secured because unlike other portable storage devices such: MMC, SD, Transflash, Flash disk has built in controller chip, which enable flash disk to be installed with security software and many more portable softwares. As for the other portable storage device mentioned, their controller are built in the card reader, so basically any person whose own the card reader can open any kind of MMC, SD, or Transflash that they found. So if u would like to purchase a flash disk, make sure that it is supported with security software, it is really a waste if u had a flash disk with out using its security software. Flash Disk is an excellent alternative for secured portable data storage.

Fashionable, Compact and Durable

Nowadays, the size of flash disk is getting smaller and slimmer, vary between manufacturers, between 4 cm up to 7 cm long, with width of only 0.5 – 1 cm. Not only that, flash disk external housing is being manufactured in very stylish and fashionable design. Beside the artificial function, Flash disk’s external housing makes it very durable. Flash disk external housing makes flash disk to be dust proof, shock proof, magnetic field proof, and even water proof (for certain products). Because flash disk is so durable, we can expect long data retention rate of 1.000.000 read/write cycles. Our advice is do not choose too small flash disk, cause there is a good chance u might loose it.

High Speed Usb 2.0

Today technology has enable flash disk’s data transfer speed range between 1.5 Mb/sec (Usb 1.1) up to 480 Mb/sec(Usb 2.0, and only possible if your Usb port really support High Speed Usb 2.0). In daily practice, none of our Usb port really supports high speed usb 2.0, which makes the average data transfer speed of usb 2.0 flash disk vary between 14 Mb/s up to 24 Mb/s.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogosphere News
  • email
  • Technorati
  • Share/Bookmark

What is Hard disk???

hard-diskA basic disk is the traditional def Configuring and managing user profiles in the Windows XP operating systemault storage type in Windows XP. Every basic disk contains at least one partition. It is a physical disk that contains the primary and extended partitions. Partitions created on a basic disk are called basic volumes. An administrator can create more than one basic volume by partitioning the hard disk for the purpose of organizing the files and folders or supporting multiple operating systems on a single hard disk.

On a basic disk, three types of partitions can be created, namely primary, extended, and logical. An administrator can configure a maximum of four primary partitions on a computer running the Windows XP operating system. Although the administrator can configure any of the created primary partitions as an active or bootable partition, he can view only one primary partition with a drive letter at a time since only one primary partition is active at a time. Other primary partitions are invisible and are not assigned a drive letter. An extended partition allows administrators to exceed the limit of primary partitions that can be created on a hard disk. An extended partition serves as a shell in which a user can create unlimited logical partitions. Logical partitions are visible and generally used to organize files.

In addition to the basic disk, Windows XP Professional also supports the dynamic disk, which overcomes the limitations of the basic disk. Dynamic disks are actually physical disks that are created and managed with the Disk Management utility in Windows XP. Dynamic disks provide several new features that cannot be performed on basic disks. Dynamic disks do not use partitions or logical drives. Instead, they use dynamic volumes to subdivide physical disks into one or more drives. Three types of dynamic volumes can be created on a Windows XP-based computer, namely simple, spanned, and striped.

  1. Simple volumes: Simple volumes contain disk space from a single hard disk and can be extended, if required.
  2. Spanned volumes:Spanned volumes combine areas of unallocated space from multiple disks into one logical volume. Such volumes allow a user to efficiently use all the hard disk space and drive letters on a multiple-disk system. Spanned volumes contain disk space from two to thirty-two disks with varying amount of disk space from each disk. When a user needs to create a volume but does not have enough free space on a single disk, he can create the volume by combining sections of unallocated space from multiple disks into one spanned volume. Spanned volumes are fault-intolerant, which means that all the data in the entire spanned volume is lost if any of the disks containing the spanned volume fails. When Windows writes data to a spanned volume, it writes to the area on the first disk until the whole area is filled, then to the area on the second disk, and so on until the maximum limit of thirty-two disks is reached. Existing spanned volumes formatted with the NTFS file system can be extended by increasing the capacity of an already existing volume. However, after extending a spanned volume, a user cannot delete any portion of it without deleting the entire spanned volume. Therefore, the users are advised to back up all the information on the volume before making any changes to the spanned volumes.
  3. Striped Volumes:Striped volumes are created by combining areas of free space on two or more disks into one logical volume. Like spanned volumes, striped volumes also contain disk space from two to thirty-two disks. But unlike spanned volumes, striped volumes require a user to use an identical amount of disk space from each hard disk. When Windows stripes data to the striped volume, it divides the complete data in multiples of 64KB and writes to the disk in a fixed order. The whole data is divided into blocks and spread in a fixed order among all the disks in the array. For example, a 256MB file is divided into four 64KB files and each one is stored on a separate disk. Like spanned volumes, striped volumes are also fault-intolerant and cannot be extended or mirrored. Striped volumes use RAID-0, which stripes data across multiple disks. This is why they are also referred to as RAID 0. Despite their lack of fault tolerance, striped volumes improve the performance by increasing I/O performance and distributing I/O requests across disks. Striped volumes cannot be supported by MS-DOS, Windows 95, Windows 98, Windows Me, Windows NT 4.0, Windows XP Home Edition, and other operating systems that do not support dynamic storage capability.

Windows XP uses the Disk Management tool to create and manage volumes on fixed and removable disks. This can be accessed from within the Computer Management window as shown in the following figure:

Using the Disk Management tool, a user can manage the hard disk very effectively. He can create primary, extended, as well as logical partitions. It is necessary to format a volume to let it accept data. By using Disk Management, a user can format volumes, assign drive letters to the formatted volumes, and change the default drive letters. He can choose a file system for a particular volume and configure the default cluster size for any of the file systems. By using Disk Management, users can also enable file and folder compression on NTFS volumes.

Windows XP allows mounting of volumes by using a path instead of assigning a drive letter. Mounted volumes allow administrators to extend the available space on an existing volume without extending the actual size of the volume. Administrators can create multiple volume mount points for a particular volume. Using Disk Management, administrators can add volume mount points to an existing volume.

Windows XP Professional also allows administrators to avail of the features of dynamic disks by converting the basic disks to dynamic disks without losing the existing data. By using Disk Management, different dynamic volumes can be created and managed. As we know that dynamic disks are not supported by all the operating systems, it becomes necessary to use the basic disks. Windows XP Professional provides a feature to accomplish this. It can be used to revert from dynamic disk to the basic disk.

Another feature that Windows XP Professional supports is extending volumes on both basic as well as dynamic disks. On basic disks, it can be accomplished by running the DISKPART command-line utility and on dynamic disks, either by using the Disk Management tool or the DISKPART command.

Extensions of primary partitions and logical drives on basic disks require the following conditions to be fulfilled:

  • The volume must be formatted with the NTFS file system.
  • The volume is extended on the same hard disk. Volumes on basic disks cannot be extended to include disk space on another hard disk.
  • The volume must not be a system or boot volume. Such volumes cannot be extended.

A volume can be extended by running the DISKPART utility from the command line, by selecting the volume, and then by executing the following command:

EXTEND [SIZE=N] [NOERR]

On dynamic disks, simple volumes formatted with only the NTFS file system can be extended by attaching additional unallocated space from the same disk or from a different disk. Unlike basic disks, space on dynamic disks need not be contiguous.

Moving Disks: Windows XP Professional enables administrators to install disks into another computer that is using the operating system that supports the dynamic disk feature. Moving disks to other computers proves to be very useful in case a computer fails and the hard disk is still functional.
Windows XP allows managing disk-management tasks by running the DISKPART command from the command prompt and creating scripts for automating the frequently performed tasks.

Windows XP provides several efficient disk maintenance features such as the CHKDSK, DISK DEFRAGMENTER, and DISK CLEANUP utilities. The CHKDSK command is used to verify and repair the integrity of the file system on a volume. Defragmentation is a process of rearranging the several pieces of files and folders on the disk into contiguous spaces. Disk Defragmenter, a maintenance tool, supported by Windows XP, enables a user to defragment a hard disk and consolidate the free space on the hard disk. This improves the performance of the computer to a great extent. Windows XP also provides a command-line version of the Disk Defragmenter utility, called the DEFRAG.EXE command, which can be used to perform all the maintenance tasks that Disk Defragmenter does. When the hard disk of a computer is becoming low on available space, then a user can delete unnecessary files (such as Temporary Internet files, Temporary Offline files, Recycle Bin, etc.) by using the DISK CLEANUP utility to increase the available free space.

In the end, we can conclude that Windows XP Professional and Home Edition, with their advanced disk management and maintenance features, facilitate the administrators effectively in performing their tasks. It is for this and many other reasons that Windows XP is being used to a great extent in many large organizations.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogosphere News
  • email
  • Technorati
  • Share/Bookmark

Digital Memory, Buying Tips.

Digital storage devices allows you to store and retrieve data if you need. They are compatible with most electronic products. Many consumers prefer digital storage because of their small size, storage and portability. There are many types of digital storage devices on the market. It’s always good to think about what type of digital storage device is compatible with your electronics before choosing one.

How does a memory data storage?

An electronic memory functions and uses Flash memory, Flash memory, data storage on the non-volatile memory chips. Memory-cards have the ability, power, delete or reschedule all data recorded.

What are the different types of storage devices available on the market?

Compact Flash (CF):

Compact Flash is the size of a box of matches and is used in a variety of electronic devices, including PDAs, digital cameras, Digital Voice Recorder and set-top TV boxes. There are two models: Type I and Type II is thicker and offers an expandable memory option. Type I cards often adapt by default in a laptop with location using a map cheap and are also compatible with Compact Flash Type II slots. Compact Flash cards can be used in a PCMCIA slot, if you use an adapter. Otherwise, you need a device with a Compact Flash Type I housing.

Smart Media (SM):

The Smart Media is often regarded as maps SSFDC (Solid-State Digital Flash Cards). They are as thin as credit cards and the size of a box of matches. They are specially adapted for digital devices like digital cameras, MP3 player, PDA, etc.. Smart Media storage capacities up to 128 megabytes. Some devices have slots for Smart Media and Compact Flash cards. If this is not the case, you need a Smart Media Slot, a SmartMedia card.

MultiMedia Card (MMC):

The MMC is a postage stamp-size card in mobile phones, pagers, video cameras, global positioning systems, laptops, MP3 players and PDAs. Your storage capacity ranging from 256 MB to 4 GB Devices, Secure Digital cards, MultiMedia cards also.

Secure Digital (SD):

The Secure Digital memory card is successful, the MMC. It is a little thicker than the MMC, additional storage capacity and a digital copyright of security, copyright protection for data. The digital storage medium is very popular with many PDA, organizer, mobile phone and MP3 player. Devices that use MultiMedia Cards may also accept Secure Digital cards.

Memory Stick:

The Memory Stick is a storage device developed exclusively by Sony. It is compatible with most Sony products, like digital cameras, laptops, MP3 players and PDAs. They have a storage capacity of 256 MB to 8 GB, and supports USB 1.1 and 2.0 for better accessibility. This is a special version of the Memory Stick with Digital Rights Management functions for some devices. This card is issued by one of the following names – Magic Gate Memory Stick, MagicGate Memory Stick Duo media or Memory Stick PRO Duo Media. Users can and transporting data to your computer USB port using the Micro Vault USB storage.

xD-Picture Card:

Map xD-Picture Card is the smallest storage format for recording, storing and transporting audio-visual information. In addition, the xD-Picture Card is designed to save energy and prolong the life of the battery of your digital. You can use the xD cards in a Compact Flash, if you use an adapter. Some devices have card slots for xD and SmartMedia cards. If the device is not on the two connectors, one device with an xD-card housing is provided with a card xD-Picture Card.

What are memory card readers and card?

Memory Card, a memory card to maximize performance by increasing transfer speed of up to 60 MB / sec In addition to the potential for expansion, memory cards, card on the data transmission capacity without the device to the computer with a cable. The card reader read most memory cards such as SD card, CF Card, MMC, and many series. Most readers of performance and writing, so it may Pen Drive.

What are the most popular brands?

Memory of the digital camera manufacturers, like Sony and Olympus, have usually very popular with consumers. If you’re concerned about the speed of the memory of your digital camera, for brands such as Lexar, SanDisk and Simple Tech. Lexar High-Speed Card, Simple Tech Prox cards and SanDisk Ultra cards have speeds much higher than most memory cards.

What are the instructions for using a memory card?

Removing a memory card of a device, while data is processed. It is recommended to switch off the device before removing the operating system to a memory card. In addition, you must have a memory card in any device with low battery. Do not touch the metal connectors of the memory card, especially cards Secure Digital, SmartMedia and xD to discharge static electricity data.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogosphere News
  • email
  • Technorati
  • Share/Bookmark

Powered by Yahoo! Answers