В очередной раз упражняясь на кошках(использую VirtualPC) заметил следующее:
Код: Выделить всё
# df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ad0s1a 2.9G 1.5G 1.1G 58% /
devfs 1.0K 1.0K 0B 100% /dev
# fsck
** /dev/ad0s1a (NO WRITE)
** Last Mounted on /
** Root file system
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3 - Check Connectivity
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cyl groups
204473 files, 807264 used, 703975 free (89519 frags, 76807 blocks,5.9% fragmentation)
#
И далееOf course there is fragmentation.
UFS, particularly its implementation in FreeBSD is
more intelligent than NTFS/FAT32. When there is
enough free space on the disk (typically more than
15%, see tunefs(8) for details), I/O is automatically
optimized to minimize fragmentation.
В принципе всё понятно. Но хотелось бы узнать у кого есть какие нибудь соображения или замечания по этому вопросу? Что то из практики?It's not that simple, but the fact is that you don't
need to worry about fragmentation at all. Just
make sure that your drives have at least 15-20%
free space for maximum performance.