|
98.
|
|
|
There are different types of filesystem. The most common are:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:429(para)
|
|
99.
|
|
|
ext2, ext3, and ext4: these are usually found on GNU/Linux operating systems. <phrase>Kubuntu</phrase> uses <emphasis>ext4</emphasis> as its default filesystem.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:434(para)
|
|
100.
|
|
|
<acronym>FAT16</acronym> and <acronym>FAT32</acronym> are Microsoft Windows filesystems found on older computers. To share data between two computers, the <emphasis><acronym>FAT32</acronym></emphasis> format is a good choice.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:440(para)
|
|
101.
|
|
|
<acronym>NTFS</acronym> is the filesystem type used by more modern versions of Microsoft Windows.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:447(para)
|
|
102.
|
|
|
<acronym>HFS+</acronym> is the Mac OS X default filesystem type.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:453(para)
|
|
103.
|
|
|
What is a partition?
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:460(title)
|
|
104.
|
|
|
A partition is a means of dividing the storage capacity of a device, such as a hard disk, into several parts which can then be treated as separate storage devices (<quote>logical devices</quote>).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:461(para)
|
|
105.
|
|
|
Each logical device is seen by the operating system as a distinct device, and thus is treated as an independent disk.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:466(para)
|
|
106.
|
|
|
Partitioning a hard disk can be done for several reasons:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:470(para)
|
|
107.
|
|
|
To retrieve free space
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/hardware/C/hardware.xml:475(para)
|