Разработчики Debian рекомендуют ext4 (production ready) как стандартную ФС начиная с Debian Squeeze 6
Источник: http://wiki.debian.org/Ext4
Showing posts with label ext4. Show all posts
Showing posts with label ext4. Show all posts
Friday, 7 October 2011
Thursday, 19 May 2011
Какая файловая система наиболее предпочтительна для SSD дисков?
ext4, потому что поддерживает команду TRIM (опция монтирования discard).
(с) RHEL 6 Storage Guide
At present, ext4 is the only fully-supported file system that supports discard. To enable discard commands on a device, use the mount option discard. For example, to mount /dev/sda2 to /mnt with discard enabled, run:
mount -t ext4 -o discard /dev/sda2 /mnt
By default, ext4 does not issue the discard command. This is mostly to avoid problems on devices which may not properly implement the discard command. The Linux swap code will issue discard commands to discard-enabled devices, and there is no option to control this behavior.
(с) RHEL 6 Storage Guide
Tuesday, 17 May 2011
Ext4 production ready!
С момента выхода RHEL 6.1 (а это в буквально ближайшие недели) по всем канонам инженерного искусства ext4 можно считать готовой к продакшену! Ура, товарищи, ура!
Subscribe to:
Posts
(
Atom
)