Gentoo Archives: gentoo-user

From: Arve Barsnes <arve.barsnes@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] where is 'mke2fs' ?
Date: Thu, 17 Nov 2022 20:41:49
Message-Id: CAJjrzcWskvt7pjQuz2sAZF2Mn_YBe6OBCOo95X-FwChX0GOZGg@mail.gmail.com
In Reply to: [gentoo-user] where is 'mke2fs' ? by Philip Webb
1 On Thu, 17 Nov 2022 at 21:30, Philip Webb <purslow@××××××××.net> wrote:
2 >
3 > I need to rewrite the filesystem on a USB stick after it got damaged.
4 > My notes tell me to use 'mke2fs', but 'which' doesn't find it :
5 > has it been replaced by something else ?
6 > I have 'e2fsprogs' installed, but there's no 'man' file for it
7 > & it doesn't seem to create filesystems.
8 > There is a utility 'sys-fs/genext2fs', which I emerged & looked at,
9 > but it's not clear whether it does the simple job I need.
10
11 # equery b `which mke2fs`
12 * Searching for /sbin/mke2fs ...
13 sys-fs/e2fsprogs-1.46.5-r4 (/sbin/mke2fs)
14
15 Might it be hidden behind USE="tools"?
16
17 Regards,
18 Arve

Replies

Subject Author
Re: [gentoo-user] where is 'mke2fs' ? Matt Connell <matt@×××××××.tech>