|
97.
|
|
|
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.
|
|
|
|
Un file system è un particolare meccanismo con cui i file vengono archiviati e organizzati su un dispositivo di archiviazione come un disco fisso, ed è una parte importante di un sistema operativo. Senza un file system, accedere e salvare file sarebbe impossibile.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
docs/hardware/C/hardware.xml:424(para)
|
|
98.
|
|
|
There are different types of filesystem. The most common are:
|
|
|
|
Esistono diversi tipi di file system. I più comuni sono:
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
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.
|
|
|
|
ext2, ext3, ed ext4: sono presenti in genere nei sistemi operativi GNU/Linux. <phrase>Kubuntu</phrase> usa <emphasis>ext4</emphasis> come file system predefinito.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
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.
|
|
|
|
<acronym>FAT16</acronym> e <acronym>FAT32</acronym> sono file system di Microsoft Windows e si trovano nei computer più vecchi. Per condividere dati tra due computer, il formato <emphasis><acronym>FAT32</acronym></emphasis> è una buona scelta.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
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.
|
|
|
|
<acronym>NTFS</acronym> è il tipo di file system usato dalle versioni più moderne di Microsoft Windows.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
docs/hardware/C/hardware.xml:447(para)
|
|
102.
|
|
|
<acronym>HFS+</acronym> is the Mac OS X default filesystem type.
|
|
|
|
<acronym>HFS+</acronym> è il tiop di file system predefinito in Mac OS X.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
docs/hardware/C/hardware.xml:453(para)
|
|
103.
|
|
|
What is a partition?
|
|
|
|
Che cos'è una partizione?
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
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>).
|
|
|
|
Una partizione è un metodo per dividere un dispositivo fisico, come un disco fisso, in diverse parti che possono essere considerate come dispositivi di archiviazione separati (<quote>dispositivi logici</quote>).
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
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.
|
|
|
|
Ogni dispositivo logico è visto dal sistema operativo come un dispositivo distinto e viene trattato come un disco indipendente.
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
docs/hardware/C/hardware.xml:466(para)
|
|
106.
|
|
|
Partitioning a hard disk can be done for several reasons:
|
|
|
|
La partizione di un disco fisso può essere effettuata per diverse ragioni:
|
|
Translated and reviewed by
Valter Mura
|
|
|
|
Located in
docs/hardware/C/hardware.xml:470(para)
|