File history
Tracking elks/tools/mfs/main.c
| Commit | Author | Date | Message |
|---|---|---|---|
8be055cc54a2ab06641658195eefa43017b8a28 | swausd | 2026-03-16 | Added a missing "line feed" in the "usage" output. |
dee9ec03678983356b7bc3ea993c0972b1eacbf | Greg Haerr | 2024-10-16 | [boot] Fix mfs duplicate mknod/mkdir, default boot optimziations on |
18eb525d4cfd188c511ea254cfabad5f2f9b7f2 | Greg Haerr | 2024-10-14 | [build] Add various options to optimize boot startup times |
3872b8cdc9df74abebaa10bee8358a87beabb3c | Greg Haerr | 2023-04-02 | Fix cmd_mkdir |
f43d8e8c63313e8593aea1050fa0090f6afc08c | Greg Haerr | 2022-08-23 | Fix operation with block numbers > 32767 Fix creating files with double indirect blocks Fix bad image created with files > 775K |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
43a63eb0e78f6296c9b009df714324bc02095ca | Jody Bruchon | 2020-03-08 | Whitespace cleanup in `elks/` |
d053f935c6575ce5f158b349dbf09e224e0a857 | mfld-fr | 2020-02-08 | [mfs] Remove ELKS disk parameters |
bf56b62a2e0b864b2a5a80d82f6cbdcba502ca1 | Greg Haerr | 2020-02-03 | [image] add mfs boot -B<sectors>,<heads> option to update BPB for MINIX boot |
37e53c8c893f241f3c47878a621ab28713b7309 | Greg Haerr | 2020-02-02 | [image] Add Package Management facility for creating multiple disk images add mfs addfs option to add files from passed filelist fix mfs -k option add Packages file for application selection tagging creates fd320, fd360, fd720 and fd1440 minix disk im |
355a9e026bb6f96783747ab78ea5be430558b75 | Greg Haerr | 2019-05-01 | Remove all sudo requirements for ELKS image build Rewrite elks/image/Makefile to use mfs for all MINIX filesystem manipulations Add mfs genfs -k option to not copy zero-length files starting with . |
377ee00f2bfc6d35c97f7f71600994256666859 | Greg Haerr | 2019-04-30 | Enhance mfs to create and copy a filesystem from a template in a single command New genfs option supports mkdir, copy, mknod and symlinks from template Set mfs default mkfs/genfs options to "-1 -n14 -i360 -s1440" for ease of use Use "mfs <image> genfs <te |
e90ee2221d1303964859843847da4d9e7a8369d | Greg Haerr | 2019-04-29 | Proof of concept to replace sudo mount/umount ELKS disk image with portable userland tools Added elks/elks/tools/mfs - Minix filesystem manipulation tool Added elks/elks/tools/mfsck - Minix filesystem consistency checker Added elks/elks/tools/bin to PATH |