I need an OS distro (Linux, BSD ,or any other open source) which out of the box give option to use ReiserFS for the file system
Asked
Active
Viewed 989 times
-1
-
5All of the good ones. You'd be nuts to use it though. – Tom O'Connor Mar 11 '11 at 08:45
-
11Why? Anyone needs a killer file system! – pfo Apr 01 '11 at 20:02
-
Google can answer this question as well as Server Fault can. We're not a good place to get a "list-of-things" answer... – voretaq7 Nov 16 '12 at 03:29
3 Answers
4
List:
- OpenSuse
- Slackware
- Kubuntu
- Ubuntu
- Debian
- CRUX
- Linux Mint
- Arch Linux
- Joli OS
- ...
Source: Link
Little side note: Development of ReiserFS has stopped since the main developer was sentenced to prison. So you might want to reconsider using it on anything important.

Bart De Vos
- 17,911
- 6
- 63
- 82
3
Hans Reiser was convicted in 2008 of murdering his wife.
Reiserfs was unmaintained for years before that.
He was working on Reiser4, but this died in 2008.
SuSE stopped supporting Reiser soon after. SuSE was the only major OS which used Reiser by default.
If you need an FS which supports tiny files, try pgfs (postgres -> FUSE).
If you need an FS for Linux which is generally fast, try ext4.
If you need an "industrial" FS, try XFS.

A R
- 69
- 3