From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bryan Henderson Subject: Re: Hi Date: Tue, 18 Feb 2003 11:55:10 -0700 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: References: <20030218150457.20101.qmail@webmail30.rediffmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: kernelnewbies@nl.linux.org, linux-fsdevel@vger.kernel.org Return-path: In-Reply-To: <20030218150457.20101.qmail@webmail30.rediffmail.com> To: "Rajaram Suresh Gaunker" List-Id: linux-fsdevel.vger.kernel.org >i've copied the ext2 file system code, and changed its name in >init function but when i try to mount some fs with the new name it >is saying that it is not supporting, You didn't mention loading the filesystem driver. You did, didn't you? Any error messages (kernel messages) issued? Before bringing mount into the picture, look at /proc/filesystems. If your new filesystem type name doesn't show up in the list, you're already broken. -- Bryan Henderson IBM Almaden Research Center San Jose CA Filesystems