|
88.
|
|
|
What is formatting?
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:363(title)
|
|
89.
|
|
|
To format a hard disk, device or partition means to prepare that particular device to be used for storing data.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:364(para)
|
|
90.
|
|
|
The operation of formatting a hard disk or partition is when a specific data-storage format is applied to that device; this format is the <quote>filesystem</quote>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:368(para)
|
|
91.
|
|
|
When you buy a disk it is usually not formatted, and cannot yet be used for storing data. When you format the device, you will notice that the free space on it is less than the original size. This is due to the fact that some space has to be used to make the device usable; this space is occupied by the filesystem. Also, disk manufacturers often use a different standard to measure disk capacity, which results in a further discrepancy.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:373(para)
|
|
92.
|
|
|
What is a filesystem?
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:385(title)
|
|
93.
|
|
|
A filesystem is a particular way of storing and organizing files on a storage device such as a hard disk, and is an important part of an operating system. Without a filesystem, accessing and storing files would be difficult.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:386(para)
|
|
94.
|
|
|
ext2, ext3, and ext4: these are usually found on GNU/Linux operating systems. Ubuntu uses <emphasis>ext4</emphasis> as its default filesystem.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:396(para)
|
|
95.
|
|
|
<acronym>FAT16</acronym> and <acronym>FAT32</acronym>: these are Microsoft Windows filesystems found on older computers. If you would like to share data between two computers, the <emphasis><acronym>FAT32</acronym></emphasis> format is a good choice.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:403(para)
|
|
96.
|
|
|
<acronym>NTFS</acronym>: this is the filesystem type used by more modern versions of Microsoft Windows.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:411(para)
|
|
97.
|
|
|
<acronym>HFS+</acronym>: this is the Mac OS X default filesystem type.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:417(para)
|