* [PATCH] INSTALL: Use exfat-utils package instead of exfatprogs
@ 2023-05-14 4:21 Glenn Washburn
2023-05-16 13:28 ` Daniel Kiper
0 siblings, 1 reply; 2+ messages in thread
From: Glenn Washburn @ 2023-05-14 4:21 UTC (permalink / raw)
To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn
The exfat-utils package is an older package complementing exfat-fuse, and
was the only exfat tools for a long time. The exfat filesystem testing code
was written with these tools in mind. A newer project exfatprogs appears to
be of better quality and functionality and was written to complement the
somewhat new exfat kernel module. Ideally we should be using the newer
exfatprogs. However, the commandline interface for mkfs.exfat is different
between the two. So we can't use the exfatprogs tools until the test scripts
have been updated to account for this. Recommend installing exfat-utils
instead of exfatprogs for now.
Signed-off-by: Glenn Washburn <development@efficientek.com>
---
INSTALL | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/INSTALL b/INSTALL
index 87947df15386..b93fe9c61f1a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -83,7 +83,7 @@ Prerequisites for make-check:
exfat FUSE filesystem
* The following are Debian named packages required mostly for the full
suite of filesystem testing (but some are needed by other tests as well):
- - btrfs-progs, dosfstools, e2fsprogs, exfatprogs, f2fs-tools, genromfs,
+ - btrfs-progs, dosfstools, e2fsprogs, exfat-utils, f2fs-tools, genromfs,
hfsprogs, jfsutils, nilfs-tools, ntfs-3g, reiserfsprogs, squashfs-tools,
reiserfsprogs, udftools, xfsprogs, zfs-fuse
- exfat-fuse, if not using the exfat kernel module
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] INSTALL: Use exfat-utils package instead of exfatprogs
2023-05-14 4:21 [PATCH] INSTALL: Use exfat-utils package instead of exfatprogs Glenn Washburn
@ 2023-05-16 13:28 ` Daniel Kiper
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Kiper @ 2023-05-16 13:28 UTC (permalink / raw)
To: Glenn Washburn; +Cc: grub-devel
On Sat, May 13, 2023 at 11:21:20PM -0500, Glenn Washburn wrote:
> The exfat-utils package is an older package complementing exfat-fuse, and
> was the only exfat tools for a long time. The exfat filesystem testing code
> was written with these tools in mind. A newer project exfatprogs appears to
> be of better quality and functionality and was written to complement the
> somewhat new exfat kernel module. Ideally we should be using the newer
> exfatprogs. However, the commandline interface for mkfs.exfat is different
> between the two. So we can't use the exfatprogs tools until the test scripts
> have been updated to account for this. Recommend installing exfat-utils
> instead of exfatprogs for now.
>
> Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Daniel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-16 13:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-14 4:21 [PATCH] INSTALL: Use exfat-utils package instead of exfatprogs Glenn Washburn
2023-05-16 13:28 ` Daniel Kiper
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.