Date: Wed, 3 Jul 2019 10:06:47 -0500 From: Walter Parker <walterp@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: freebsd-questions Digest, Vol 786, Issue 3 Message-ID: <CAMPTd_C-KMkY=yfDemJYimJOOCfuPM9mpAe%2BuUicuOK7%2B_ZsZg@mail.gmail.com> In-Reply-To: <mailman.73.1562155202.21486.freebsd-questions@freebsd.org> References: <mailman.73.1562155202.21486.freebsd-questions@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Message: 3 > Date: Tue, 2 Jul 2019 19:14:04 +0000 > From: Manish Jain <bourne.identity@hotmail.com> > To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> > Subject: Any chance for discard support with ext2 driver ? > Message-ID: > < > AM6PR03MB41350B75E208D1D4A4C03083F6F80@AM6PR03MB4135.eurprd03.prod.outlook.com > > > > Content-Type: text/plain; charset="utf-8" > > Hi, > > > I like to use ext2fs for my filesystems (other than the FreeBSD native > filesystems, which are always UFS). But one? problem I run into is that > FreeBSD does not yet support the discard mount option for ext2/3/4 > filesystems, affecting operational smoothness and efficiency. > > > Is there any chance that the FreeBSD kernel will sometime in the near > future support discard for ext2fs ? > > > > I just read the man page that had discard mount. That is a Linuxism. I think you are asking about TRIM support. As both native file systems already have TRIM support and the ext driver is ext2 and is mostly just used to move files from/to Linux, I have not seen any plans to add any of the ext4 features to the base OS. Unless you require the ability to read the file system from both Linux and FreeBSD, ext2 is a rather dated file system and should not be used in FreeBSD. Are there any plans to implement ext4 in FreeBSD? Would there be license issues (GPL2/GPL3)? Walter -- The greatest dangers to liberty lurk in insidious encroachment by men of zeal, well-meaning but without understanding. -- Justice Louis D. Brandeis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMPTd_C-KMkY=yfDemJYimJOOCfuPM9mpAe%2BuUicuOK7%2B_ZsZg>
