diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-05-30 14:56:01 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-05-30 14:56:01 +0200 |
| commit | 5fb07552a0ce6ba57ac402cc448383b31dca6487 (patch) | |
| tree | 3ec72edcdb9ff7fe8d4b842dbfa42912f266dd0a /hurd/documentation/translators.html | |
| parent | 3bbdbe744833d600f1cd0448f300c97b0443a8a7 (diff) | |
mke2fs is in /sbin/
Diffstat (limited to 'hurd/documentation/translators.html')
| -rw-r--r-- | hurd/documentation/translators.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <code>/bin/mount</code> 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 <code>dd if=/dev/zero of=dummy.fs bs=1024k -count=8; mke2fs dummy.fs</code> and "mount" it with <code>settrans -c dummy +count=8; /sbin/mke2fs dummy.fs</code> and "mount" it with <code>settrans -c dummy /hurd/ext2fs `pwd`/dummy.fs</code>. Note that the translator is not started yet, no new <code>ext2fs</code> process is running (verify with <code>ps Aux</code>). Check that everything is correct using <code>showtrans</code></p> |
