Browse thread
OCaml on Debian or Ububtu (reprise)
-
Bill Wood
-
Philippe Wang
- Philippe Wang
- N. Owen Gunden
- Erik de Castro Lopo
-
Philippe Wang
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-12-17 (21:25) |
From: | Philippe Wang <lists@p...> |
Subject: | Re: [Caml-list] OCaml on Debian or Ububtu (reprise) |
Bill Wood wrote : > On Sun, 2006-12-17 at 19:28 +0100, Philippe Wang wrote: > . . . >> Make your choice for other reasons, like file systems (debian only >> supports ext2 ext3 and reiserfs when you install it, while ubuntu >> supports more FSs...) > > Can you give me a pointer to a discussion of this? What features of > these other FS's would make them more attractive than the ones supported > by Debian? I prefer JFS because it's mainly faster than any other FS I've tried. ext2 is not journalized ext3 needs way too much time to be created (count in minutes for a big hdd) xfs is a problem on your boot partition if you want to use grub reiserfs is not maintained anymore by its creator, and needs way to much time to mount reiserfs4 is not supported if you don't compile your own kernel fat is obsolete fat32 is widly used... still, it's not journalized, it doesn't handle rights on files, nor owners, etc... ntfs is not well supported for writing on other systems than windows JFS is fast to create, fast to mount, and it's journalized and has the features I need... Well, that's for Linux, of course. (I also use Mac OS X, and well, you don't have a lot of choice on that OS ;-) Well, anyway, JFS is not widely officially supported... To be sure, the solution must be ext3, but I really can't stand waiting more than 10 minutes just for a hdd to be formatted...