bigbiff bigbiff | 9c75405 | 2013-01-09 09:09:08 -0500 | [diff] [blame] | 1 | -*- mode: indented-text -*- |
| 2 | |
| 3 | - dosfsck: Better checking of file times: ctime <= mtime <= atime |
| 4 | |
| 5 | - mkdosfs: If /etc/bootsect.dos (or similar) exists, use it as a |
| 6 | template for generating boot sectors. This way, you can, e.g., make |
| 7 | bootable DOS disks. |
| 8 | |
| 9 | Addendum: Don't know if that's so wise... There are really many |
| 10 | variants of DOS/Windows bootcode out in the wild, and the code is |
| 11 | proprietary, too. |
| 12 | |
| 13 | - dosfsck: read-only sector test (-t without -a or -r); just print |
| 14 | out errors. |