Jump to content


Welcome to Tech-101 Free Computer Support

Welcome to Tech-101 Free Computer Support, join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for? Register Now or Sign In.
Guest Message by DevFuse
- - - - -

Filesystems and features

Linux ext2 ext3 ext4 journaling

  • Please log in to reply
No replies to this topic

#1 jobeard

jobeard

    Site Admin

  • Administrators
  • 1,782 posts

Posted 01 November 2011 - 12:41 PM

We take a disk, partition it and then "format it" to make the HD usable to the system. But what does format really do and what does my choice imply?

Formatting the new partition creates a filesystem for the space allocated to the partition.
Great but what then is a filesystem?
  • a couple of bits in the partition table written to the disk
  • a low level rewrite of every sector in the space
  • a module loaded at boot time (or mount time) that will support the features of that filesystem.
The filesystem is created using the mkfs -T ext{2,3,4} as noted below. The type is used to redirect to the filesystem specific configurator mkfs.ext2, mkfs.ext3, or mkfs.ext4 (you would likely guess correctly that mkfs.ntfs, mkfs,xfs and mkfs.vfat would also be valid).

Linux now has several filesystems available with different features:

ext2: supported by ext2fs filesystem driver ext3: ext4: The full details of each filesystems are availble via the related links above to the associated WiKi articles.
J. O. Beard; you + tech-101.com => synergism. Secure your system now





Also tagged with Linux, ext2, ext3, ext4, journaling

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users