Compact Flash and SD storage cards are everywhere; gigabytes for cheap in a tiny form factor. Most come formatted with VFAT. So what is the fastest Linux filesystem for these little devices?
Read more »Secure Deletion Tools and Journaled Filesystems: Do they work?
By now, everyone knows that if you want to make a file unrecoverable, you can't simply delete it - you have to use a tool like 'shred' or 'srm' to overwrite its contents. But a common question is whether this is effective on an ext3, ext4, or other journaled filesystems. This article discusses these filesystems, and whether secure deletion tools work on them.
Read more »Category: High End Tags:
- Login to post comments
Convert ext2/3 to ext4
In this article I am going to show you how to migrate your ext2 or ext3 partition to ext4. I will use a Ubuntu machine as an example. I want to warn you that you could lose data by doing this so, following good administrative practices, back up your data!
Read more »Category: End User Tags:
- Login to post comments
LVM, RAID, XFS and EXT3 filesystems tuning for small files heavy load parallel I/O on Debian
Thousands concurrent parallel read write accesses over tens of millions of small files is a terrible performance tuning problem for e-mail servers.
You must understand and fine tune all your infrastructure chain, following the previous articles for data storage and multipath on Debian 5.x Lenny.
Read more »Category: High End Tags:
EXT3, EXT4, Btrfs Ubuntu Netbook Benchmarks
We received a request from Canonical to look at the EXT3 performance. We have done just that.
Read more »Category: High End Tags:
- Login to post comments
Migrating a live system from ext3 to ext4 filesystem
This article is meant to serve as a guide for migrating a live system from ext3 to an ext4 filesystem, including migration of files to use extents, a major feature in ext4.
Read more »Category: High End Tags:
- Login to post comments
Fresh vs. rotten ext3
Did you ever hear sentences like “Linux/Unix filesystems are superior, to stuff like NTFS, let alone FAT32 - you don’t even need a defragmentation tool.”?
Read more »Category: Community Tags:
- Login to post comments
Linus Torvalds Upset over Ext3 and Ext4
It all started with a request for help from Jesper Krogh in one of the first responses to Torvalds's announcement March 24 of Kernel 2.6.29 on the gmane.linux.kernel mailing list.
Read more »Category: Community Tags:
- Login to post comments
SSD’s, Journaling, and noatime/relatime
On occasion, you will see the advice that the ext3 file system is not suitable for Solid State Disks (SSD’s) due to the extra writes caused by journaling — and so Linux users using SSD’s should use ext2 instead. However, is this folk wisdom actually true?
Read more »Category: End User Tags:
- Login to post comments
Ubuntu 9.04 Receives EXT4 Support
With the EXT4 file-system having been stabilized with the Linux 2.6.28 kernel, the Ubuntu developers are preparing to adopt this evolutionary Linux file-system update. EXT4 will not replace EXT3 as the default file-system until at least Ubuntu 9.10, but as of yesterday, Ubuntu 9.04 now has install-time support for EXT4.
Read more »Category: High End Tags:
Benchmarking Linux filesystems on software RAID 1
I have benchmarked various Linux filesystems using different blocksizes and workloads on an mdadm RAID 1 setup using two Western Digital 500 GB SATA 3.0 drives and a 3ware 9550XS 4-port hardware RAID card (which I had trouble getting to work initially). It's not as extensive as I would have liked, but I came across some interesting results.
Read more »Category: High End Tags:
- Login to post comments