= Citat = Izvorno postao kolibri Pregledaj post
Ok, izdrzao dan bez reboota.
Spominju na xda mogucnost instalacije i kreiranja ext4 particije?
U cemu je poanta toga?

Sent from my Milestone using Tapatalk
ext3 is ext2 with a journal added. You can mount ext3 file-systems as ext2 just fine. Having a journal makes for better/faster recoveries.

ext4 is a new generation journaling filesystem. the most important part is what is write before, ext3 and ext4 almost impossible to broken, not even an unwanted reboot while you copying files or anything. fsck run a much much more faster than the ext2. while ext2 can be broken easy and not even the fsck repaired, always get bad superblock when trying to mount, ext3 and ext4 do not do this

i try to broke an ext4 filesystem, not even broke when i shrink the partition size below the filesystem size. the fsck can repair and i lose only that file what is contained the shrinked area. im a linux administrator so i tested all filesystem. before ext4 come out the most stable and faster filesystem for me was the XFS. now i say ext4 is the answer

Ukratko, kod ext2 postoji opasnost da se dogodi greska, pa se aplikacije izgube, kod ext3 i ext ne postoji ta opasnost zbog bolje konstrukcije. I ext4 se najbrze loada, tj.mounta.

takodjer, danas ni jedan reboot. Rekao sam ti ja da se mob treba malo priviknuti hehe.