Floris Bos / Maxnet wrote:
> Hmm, and to make things more complicated.
> The RELEASE-NOTES that come with the e2fsprogs source say that the
> default is what you put in mke2fs.conf
That's for an older version.
int discard = 1; /* attempt to discard device before fs creation */
} else if (!strcmp(token, "discard")) {
discard = 1;
} else if (!strcmp(token, "nodiscard")) {
discard = 0;
discard = get_bool_from_profile(fs_types, "discard" , discard);
--
see shy jo
Attachment:
signature.asc
Description: Digital signature