Ext4 (fourth extended filesystem) is file system used in Linux and it was introduced as the successor to ext3. Ext 4 is a deeper improvement over ext3, many of them was originally developed by Cluster file system from 2003 to 2006, aiming to extend storage limitation and improving performance. But some developer of Linux kernel did not accept extensions to ext3 for the reason of stability. They advised to fork the ext3's source code and rename it as ext4. Then the ext3 filesystem maintainer announced the new plan of ext4 in 2006. In the year 2008, the ext4 file system was released, which is contained in Linux 2.6.28. Ext4 filesystem is an improved design with better performance, reliability and features. The follow part talks about several main features of ext4 file system.
mkfs -t ext4 /dev/
If you have Windows you already have ntfs. Windows doesn't use ext4 at all without IFS drivers.
Since Ubuntu is installed as an ext4 file system (not NTFS as in Windows), there is no need to defragment anything.
ext4
ext4
ext4
ext4
ntfs, hfs+, ext4, xfs, etc.
Ubuntu uses the ext4 file journaling system, which doesn't get fragmented.
It matters what file systems you or your distributor build the Linux Kernel to support. Generally EXT2, EXT3, and EXT4 are the defaults. EXT4 is recommend for modern Linux installs. Many other files systems are be supported if built into the kernel FAT (12, 16, and 32), XFS, NTFS (using fuse), and etc.
This is dependent on what filesystem is in use. The de facto standard filesystem in Linux is ext4, which supports up to 255 characters on its filenames. But if you are using something else it's better to look it up on Wikipedia.
The primary file system for Fedora 12 is ext4 but you may also use ext3.