Date: Tue, 14 Apr 2009 22:58:31 +0400 From: pluknet <pluknet@gmail.com> To: Raphael Becker <rabe@uugrn.org> Cc: freebsd-stable@freebsd.org Subject: Re: mount_ext2fs in 7-STABLE? Message-ID: <a31046fc0904141158v214a2d47kdb2d82a71c35ba4c@mail.gmail.com> In-Reply-To: <20090414142641.GB71083@ma.sigsys.de> References: <20090414142641.GB71083@ma.sigsys.de>
next in thread | previous in thread | raw e-mail | index | archive | help
2009/4/14 Raphael Becker <rabe@uugrn.org>: > Hi, > > I noticed that mount_ext2 isn't "connected" to the normal "buildworld" > but sys/*/ext2fs seems to. > > Building and using it from recent RELENG_7 sources works for me (having > ext2fs loaded as module in GENERIC). I mounted an ext3 rw, edited > grub's menu.lst, wrote and umounted without any problems. > > It seems recent bugs got pathched in January > (http://www.freebsd.org/cgi/query-pr.cgi?pr=131024) > > Is there a good reason NOT to use ext2fs in 7.2-PRE? > Looks like src/sbin/Makefile, rev1.164 was disconnected mount_ext2fs from the build to replace with single mount, and mount -t ext2fs is not still implemented. I see ext2fs in remountable_fs_names[], but don't in const char *fs[] in use_mountprog(). -- wbr, pluknet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a31046fc0904141158v214a2d47kdb2d82a71c35ba4c>