Ext3: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m robot Aggiungo: ru:Ext3 |
mNessun oggetto della modifica |
||
Riga 1:
{{titolo errato|titolo=ext3}}
{{stub software libero}}
{{infobox filesystem |
name = ext3 |
full_name = Third extended file system |
developer = [[Stephen Tweedie]] (ext3 design and implementation), [[Rémy Card]] (original [[ext2]] design and implementation), [[Theodore Ts'o]] (tools and improvements), [[Andreas Gruenbacher]] (xattrs and ACLs), [[Andreas Dilger]] (online resizing), et al |
introduction_os = [[Linux]] 2.4.15 |
introduction_date = [[Novembre 2001]] |
partition_id = 0x83 ([[MBR]]) <br> [[Basic Data Partition|EBD0A0A2-B9E5-4433-87C0-68B6B72699C7]] ([[GUID Partition Table|GPT]])|
directory_struct = Table, Tree|
file_struct = bitmap (free space), table (metadata) |
bad_blocks_struct = Table |
max_filename_size = 255 bytes |
max_files_no = Variable<sup>[[#Notes|1]]</sup> |
max_volume_size = 32[[tebibyte|TiB]] |
max_file_size = 2[[tebibyte|TiB]] |
filename_character_set = Ogni byte tranne NUL e '/' |
dates_recorded = modification (mtime), attribute modification (ctime), access (atime) |
date_range = 14 Dicembre, 1901 - 18 Gennaio, 2038 |
forks_streams = Yes |
attributes = No-atime, append-only, synchronous-write, no-dump, h-tree (directory), immutable, journal, secure-delete, top (directory), allow-undelete |
file_system_permissions = Unix permissions, [[Access Control List|ACLs]] and arbitrary security attributes (Linux 2.6 and later) |
compression = No |
encryption = No (provided at the block device level) |
}}
'''Ext3''' è un [[file system]] utilizzato su sistemi [[GNU/Linux]] e derivato da [[Ext2]], rispetto al quale migliora la scrittura su disco rendendo più facile e più veloce leggere i vari files dal disco, inoltre introduce il [[journaling]] del file system.
|