Re: [dev] Suckless filesystems

2023-06-26 Thread David Demelier
On Fri, 2023-06-23 at 10:30 +0200, m...@datameer.com wrote: > Sagar Acharya wrote: > > Which are the filesystems which suckless recommends? > > > > In my view, simple ones are FAT32, ext2. > > > > I think journaling is required which I see as within disk backup. A > > robust and easy fsck like p

Re: [dev] Suckless filesystems

2023-06-23 Thread Miles Rout
I wonder whether filesystems could be more layered. You can already do this to some extent with LUKS and LVM on Linux, but could you go further? Rather than having a big monolithic filesystem like ext4, could you run some simpler filesystem that just did journaling, then on top of that one that

Re: [dev] Suckless filesystems

2023-06-23 Thread fossy
> On Thu, Jun 22, 2023 at 12:08:42PM +0200, Sagar Acharya wrote: > > Which are the filesystems which suckless recommends? > > > > In my view, simple ones are FAT32, ext2. > > > > I think journaling is required which I see as within disk backup. A robust and easy fsck like program which corrects err

Re: [dev] Suckless filesystems

2023-06-23 Thread mb
Sagar Acharya wrote: > Which are the filesystems which suckless recommends? > > In my view, simple ones are FAT32, ext2. > > I think journaling is required which I see as within disk backup. A robust > and easy fsck like program which corrects errors easily. And a program which > periodically

Re: [dev] Suckless filesystems

2023-06-22 Thread Hiltjo Posthuma
On Thu, Jun 22, 2023 at 12:08:42PM +0200, Sagar Acharya wrote: > Which are the filesystems which suckless recommends? > > In my view, simple ones are FAT32, ext2. > > I think journaling is required which I see as within disk backup. A robust > and easy fsck like program which corrects errors eas

[dev] Suckless filesystems

2023-06-22 Thread Sagar Acharya
Which are the filesystems which suckless recommends? In my view, simple ones are FAT32, ext2. I think journaling is required which I see as within disk backup. A robust and easy fsck like program which corrects errors easily. And a program which periodically checks memory and replaces all corru