From 5fb07552a0ce6ba57ac402cc448383b31dca6487 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 30 May 2024 14:56:01 +0200 Subject: mke2fs is in /sbin/ --- hurd/documentation/translators.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd/documentation/translators.html') diff --git a/hurd/documentation/translators.html b/hurd/documentation/translators.html index 8ae2c180..e455f730 100644 --- a/hurd/documentation/translators.html +++ b/hurd/documentation/translators.html @@ -212,7 +212,7 @@ I recommend that you start by reading the /bin/mount command, it is only a small script. Because setting filesystem translators is similar to mounting partitions, you can easily grasp the concept this way. Make a file system image with dd if=/dev/zero of=dummy.fs bs=1024k -count=8; mke2fs dummy.fs and "mount" it with settrans -c dummy +count=8; /sbin/mke2fs dummy.fs and "mount" it with settrans -c dummy /hurd/ext2fs `pwd`/dummy.fs. Note that the translator is not started yet, no new ext2fs process is running (verify with ps Aux). Check that everything is correct using showtrans

-- cgit v1.2.3