From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Dietsche Subject: Re: Beginner Filesystem Date: Sat, 30 Aug 2003 16:31:24 +0200 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <87isofp683.fsf@goat.bogus.local> References: <200308301307.SAA05910@WS0005.indiatimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Return-path: Received: from moutng.kundenserver.de ([212.227.126.188]:62183 "EHLO moutng.kundenserver.de") by vger.kernel.org with ESMTP id S261766AbTH3Obb (ORCPT ); Sat, 30 Aug 2003 10:31:31 -0400 To: "atticclaw" In-Reply-To: <200308301307.SAA05910@WS0005.indiatimes.com> (atticclaw@indiatimes.com's message of "Sat, 30 Aug 2003 18:24:06 +0530") List-Id: linux-fsdevel.vger.kernel.org "atticclaw" writes: > I am a beginner to filesystem and linux kernel coding in general > . I found a number of file system in linux kernel . I would like to > know which is the easiest one to understand (It should be non > journalled and non distributed ) and pref should have a write support > . Also I would be thankfull if the filesystem has decent design > documentation on the internet The easiest fs is ramfs. The easiest on disk is probably minix and msdos. Regards, Olaf.