From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaegeuk Kim Subject: RE: [PATCH 00/16 v2] f2fs: introduce flash-friendly file system Date: Wed, 24 Oct 2012 08:18:36 +0900 Message-ID: <013801cdb174$ba5ca990$2f15fcb0$%kim@samsung.com> References: <001001cdb0c5$2ac96520$805c2f60$%kim@samsung.com> <20121023182659.GA6587@kroah.com> <20121023185753.GA2466@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, viro@zeniv.linux.org.uk, arnd@arndb.de, tytso@mit.edu, chur.lee@samsung.com, cm224.lee@samsung.com, jooyoung.hwang@samsung.com To: 'Greg KH' Return-path: In-reply-to: <20121023185753.GA2466@kroah.com> Content-language: ko Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org > On Tue, Oct 23, 2012 at 11:26:59AM -0700, Greg KH wrote: > > On Tue, Oct 23, 2012 at 11:21:53AM +0900, Jaegeuk Kim wrote: > > > mkfs.f2fs > > > ========= > > > > > > The file system formatting tool, "mkfs.f2fs", is available from the following > > > download page: http://sourceforge.net/projects/f2fs-tools/ > > > > Is there a git tree of this tool somewhere, so I don't have to > > constantly suffer the sf.net download interface every time I want to get > > the latest version? > > Oh, and where do we report bugs for this tool? I just formatted a usb > stick with the mkfs.f2fs program, and it did not fully erase the old > filesystem that was on there (iso9660), so when I mounted it, it did so > in iso9660 mode, not f2fs mode. > Any suggestion for reporting bugs? Maybe via a mailing list? What version did you use? (1.1.0 is correct.) The reason we found was due to the 0'th block, so we fixed that in v1.1.0. Thanks, > thanks, > > greg k-h --- Jaegeuk Kim Samsung