| Author |
Message |
mcwkm Lifeless Person

Joined: 30 Mar 2005 Posts: 748 Location: ct
|
Posted: Wed Apr 01, 2009 10:10 pm Post subject: File Systems |
|
|
| I really don't understand the need for different file systems to achieve the same task. I can understand the development of file systems which leads to newer versions. What I don't understand is why there is a need for so many different file systems to for hard drives. Can someone explain this for me? |
|
| Back to top |
|
| |
LP-SolidRaven Evil Belgian Waffle

Joined: 06 Jun 2004 Posts: 8144 Location: Belgium
|
Posted: Thu Apr 02, 2009 1:42 am Post subject: |
|
|
Well, a file system has huge impact on performance of the computer. NTFS as we know it for example isn't all that efficient in terms of disk space it uses or performance in that matter.
http://m.domaindlx.com/LinuxHe.....hmarks.htm
http://www.phoronix.com/scan.p.....&num=1
But now to really get to the point: http://arstechnica.com/hardwar.....ystems.ars
Mac for example has one of the worst file systems in history (Well that is after FAT16 I guess, that one is uncontested in how messed up it is). Journalling is pretty much a standard requirement these days. Macs don't have it enabled by default. _________________ Dilly dally, shilly shally. |
|
| Back to top |
|
| |
Xtreme $niper Lifeless Person
Joined: 29 Mar 2005 Posts: 1870 Location: Canada
|
Posted: Tue Apr 14, 2009 7:36 pm Post subject: |
|
|
| LP-SolidRaven wrote: | | Mac for example has one of the worst file systems in history (Well that is after FAT16 I guess, that one is uncontested in how messed up it is). Journalling is pretty much a standard requirement these days. Macs don't have it enabled by default. |
Errr... You do know that HFS+ Journaled is a journaled file system, right? I mean, it's in the name. And what's so bad about it? It can't be any worse than NTFS, unless you're referring to the older version of it that isn't even in use anymore. _________________ Come visit Shattered Abstracts! (Photoblog!) |
|
| Back to top |
|
| |
LP-SolidRaven Evil Belgian Waffle

Joined: 06 Jun 2004 Posts: 8144 Location: Belgium
|
Posted: Wed Apr 15, 2009 2:35 am Post subject: |
|
|
| Xtreme $niper wrote: | | Errr... You do know that HFS+ Journaled is a journaled file system, right? I mean, it's in the name. And what's so bad about it? It can't be any worse than NTFS, unless you're referring to the older version of it that isn't even in use anymore. |
Did you read the article? Journalling disabled by default. And in fact NTFS is better than HFS... _________________ Dilly dally, shilly shally. |
|
| Back to top |
|
| |
ClickFanatic Est. 2005

Joined: 18 Jan 2005 Posts: 4685 Location: 37°45'18.24"N 14°59'42.9"E
|
Posted: Wed Apr 15, 2009 9:31 am Post subject: |
|
|
Filesystems manage the data on your hard. A good filesystem keeps files organised in such a way that they can be accessed quickly and the risk of dataloss is minimised.
I bet there are more criteria for filesystems, though. _________________ If you can read this, my post is on an alternating background. |
|
| Back to top |
|
| |
spock Lifeless Person

Joined: 23 Mar 2005 Posts: 3133 Location: The Netherlands
|
Posted: Thu Apr 16, 2009 7:04 am Post subject: |
|
|
You can influence the performance of some servers just by changing to another filesystem. Filesystems all have different strong and weak points. _________________ My new site |
|
| Back to top |
|
| |
LP-SolidRaven Evil Belgian Waffle

Joined: 06 Jun 2004 Posts: 8144 Location: Belgium
|
Posted: Fri Apr 17, 2009 1:02 pm Post subject: |
|
|
| ClickFanatic wrote: | Filesystems manage the data on your hard. A good filesystem keeps files organised in such a way that they can be accessed quickly and the risk of dataloss is minimised.
I bet there are more criteria for filesystems, though. |
Well fragmentation also greatly depends on the filesystem... _________________ Dilly dally, shilly shally. |
|
| Back to top |
|
| |
ClickFanatic Est. 2005

Joined: 18 Jan 2005 Posts: 4685 Location: 37°45'18.24"N 14°59'42.9"E
|
Posted: Sat Apr 18, 2009 7:21 am Post subject: |
|
|
That's exactly what I meant with "keeping files organised in such a way that they can be accessed quickly."
But you're right. I have never had significant fragmentation with ext2, which is commonly used on Linux, but I find myself defragmenting regularly with NTFS on Windows. _________________ If you can read this, my post is on an alternating background. |
|
| Back to top |
|
| |
mcwkm Lifeless Person

Joined: 30 Mar 2005 Posts: 748 Location: ct
|
Posted: Sat Apr 18, 2009 8:54 am Post subject: |
|
|
| ClickFanatic wrote: | That's exactly what I meant with "keeping files organised in such a way that they can be accessed quickly."
But you're right. I have never had significant fragmentation with ext2, which is commonly used on Linux, but I find myself defragmenting regularly with NTFS on Windows. |
Hasn't ext3 become the more common one? And isn't ext4 just rolling out? Does anyone know the advantages/disadvantages of using ext2 compared to ext3/ext4? |
|
| Back to top |
|
| |
ClickFanatic Est. 2005

Joined: 18 Jan 2005 Posts: 4685 Location: 37°45'18.24"N 14°59'42.9"E
|
Posted: Sat Apr 18, 2009 12:38 pm Post subject: |
|
|
I used both ext2 and ext3. They both appear quite resistant to fragmentation, though.
I do not use Linux anymore these days, though, because it became too much trouble to manage my activities on two operating systems. So I am less aware of the new developments in that area. _________________ If you can read this, my post is on an alternating background. |
|
| Back to top |
|
| |
Xtreme $niper Lifeless Person
Joined: 29 Mar 2005 Posts: 1870 Location: Canada
|
Posted: Sun Apr 26, 2009 10:01 pm Post subject: |
|
|
| LP-SolidRaven wrote: | | Xtreme $niper wrote: | | Errr... You do know that HFS+ Journaled is a journaled file system, right? I mean, it's in the name. And what's so bad about it? It can't be any worse than NTFS, unless you're referring to the older version of it that isn't even in use anymore. |
Did you read the article? Journalling disabled by default. And in fact NTFS is better than HFS... |
No, I admit I did not read the article. But I don't see how journaling is disabled by default. It sure isn't on my system, and I didn't do anything to it.
And like previously mentioned, why is it that I need to defragment or reformat my Windows NTFS drives every 6 months to keep it running at tip-top shape, but I've been running my copy of OS X for 3 years straight and it still runs as fast as the day I got it? Sorry, I don't believe NTFS is superior. After all, it's what the user experiences that actually matters in the end. _________________ Come visit Shattered Abstracts! (Photoblog!) |
|
| Back to top |
|
| |
ClickFanatic Est. 2005

Joined: 18 Jan 2005 Posts: 4685 Location: 37°45'18.24"N 14°59'42.9"E
|
Posted: Mon Apr 27, 2009 9:53 am Post subject: |
|
|
| Xtreme $niper wrote: | | After all, it's what the user experiences that actually matters in the end. |
So now filesystem performance is also a matter of subjectivity?
I think it should be relatively easy to do some objective stress testing on multiple filesystems and find out which one performs better. _________________ If you can read this, my post is on an alternating background. |
|
| Back to top |
|
| |
Xtreme $niper Lifeless Person
Joined: 29 Mar 2005 Posts: 1870 Location: Canada
|
Posted: Mon Apr 27, 2009 10:03 am Post subject: |
|
|
I think everything is a matter of subjectivity, for the most part.
What use is benchmarking or number crunching when everybody in the end experiences something that tells the story in a completely different way? But by all means, if anyone would find some sort of actual comparison between the file systems, then sure I'd take a look. _________________ Come visit Shattered Abstracts! (Photoblog!) |
|
| Back to top |
|
| |
ClickFanatic Est. 2005

Joined: 18 Jan 2005 Posts: 4685 Location: 37°45'18.24"N 14°59'42.9"E
|
Posted: Mon Apr 27, 2009 11:30 am Post subject: |
|
|
| Xtreme $niper wrote: | | What use is benchmarking or number crunching when everybody in the end experiences something that tells the story in a completely different way? |
Because the final experience can be influenced by irrelevant factors and because people have different criteria for 'good' and 'bad'. A benchmark that has been set up properly rules out these factors and provides hard numbers for comparison. Especially technical things such as filesystems can be rated in a more reliable way by benchmarking them.
Here is an example of what it might look like. Maybe it even contains some useful information for the little NTFS vs HFS discussion that was born in this thread. (Edit: forget about that, NTFS is not on the list) _________________ If you can read this, my post is on an alternating background. |
|
| Back to top |
|
| |
Xtreme $niper Lifeless Person
Joined: 29 Mar 2005 Posts: 1870 Location: Canada
|
Posted: Mon Apr 27, 2009 3:04 pm Post subject: |
|
|
Well yeah I understand that, but in the end if the discussion is going to be about the file system and which operating system it is running under, then those factors need to be considered anyway.
I think HFS+ did fairly well on those tests, though it's a shame NTFS isn't included just to see a comparison. _________________ Come visit Shattered Abstracts! (Photoblog!) |
|
| Back to top |
|
| |
|
|
|