Gentoo Archives: gentoo-user

From: "Marc Stürmer" <mail@×××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Good/better/best filesystem for large, static video library?
Date: Tue, 25 Dec 2012 20:10:28
Message-Id: CAN+qToCKstXG47B3bcPQdsk_-mxTvRs=PqX7EsK-8EVqVd3aYw@mail.gmail.com
In Reply to: [gentoo-user] Good/better/best filesystem for large, static video library? by Mark Knecht
1 2012/12/25 Mark Knecht <markknecht@×××××.com>:
2
3 > Upgrading an external USB2 drive at home this Christmas morning to
4 > 1TB for more video storage space. One large partition, non-raid, files
5 > are around 1GB. The drive holds only static video files that get
6 > written once and don't change or get erased. No MythTV stuff or
7 > anything like that.
8 >
9 > This disk reside on my main desktop machine and gets backed up
10 > every couple of days to another USB2 drive (FAT formatted
11 > unfortunately) which attaches to the TV.
12
13 Well in your usage case ext3 is still well suited enough.
14
15 Ext4 though is the superior filesystem, since it is more advanced in
16 technical terms. Maximum file system size in ext3 is around 16
17 Terabyte, something not so far ahead now even more in homes. Ext4 has
18 the maximum file system size of 1024 Petabyte.
19
20 ext4 also uses extents, which ext3 has not - meaning file system
21 checks are able to run faster. Erasing big files on ext4 works
22 therefore faster than on ext3. It also tends to fragment less than
23 ext3.
24
25 ext4 has persistent preallocation when writing large files, meaning
26 space is being guaranteed and most probably contiguous.
27
28 tl;dr: ext3 should be well suited enough for your computer, but if you
29 can reformat your hard disk drive, using ext4 will not hurt either and
30 you gain some faster speed.