My distro is ArchLinux. I have an empty HDD I would like to mount at /srv
. What is the best filesystem for storing projects (PHP, Zend Framework, many files up to 100 kB but they may be bigger - images or small video files)?
Asked
Active
Viewed 97 times
-1

Dmitry Teplyakov
- 103
- 1
-
3Any of them. Chose just one. – mailq Nov 30 '11 at 22:27
-
@mailq: +1. Plus that should be posted as an answer. – surfasb Nov 30 '11 at 22:31
-
Don't worry. This questions is going to be closed... – mailq Nov 30 '11 at 22:32
-
Oh come on, ReiserFS for the win. – Driftpeasant Nov 30 '11 at 22:38
-
1When in doubt, you should simply stick with the distribution defaults for these types of things. They wouldn't be defaults if they didn't provide adequate performance in the vast majority of the use-cases. – Zoredache Nov 30 '11 at 22:39
-
Ok. I heard ReiserFS is good for small files and I just wanted to know whether this case has best way. Thanks – Dmitry Teplyakov Nov 30 '11 at 22:40
-
1@DmitryTeplyakov: For Web development, you're overthinking the problem. The choice of Linux filesystem really doesn't matter much for a small development server . A discussion of filesystems is usually reserved for systems which have special requirements (such as high performance or a dev server with many users). If BTRFS or ZFS were well supported in Linux, then those would be a good choice for development because they support filesystem snapshots (Very handy if users are constantly adding/changing/deleting files). But neither BTRFS or ZFS are well supported on Linux currently. – Stefan Lasiewski Nov 30 '11 at 22:55
1 Answers
1
The latest ext filesystem that your distro will support should work just fine.

user9517
- 115,471
- 20
- 215
- 297