code: mafs

Download patch

ref: 5ef5a68f7eddfd864d5a3fabcd240abf210cee7e
parent: 6c33d034afbc80bce4cb1caa9102672b051eb89f
author: 9ferno <gophone2015@gmail.com>
date: Fri Nov 11 05:05:12 EST 2022

added note about using fs(3) devices

--- a/docs/mafs.ms
+++ b/docs/mafs.ms
@@ -1557,6 +1557,8 @@
 .sp
 For exclusive use (mode has DMEXCL bit set) files, there is no timeout.
 .sp
+Use an fs(3) device for RAID or other configuration involving multiple disks.
+.sp
 Why are you not using a checksum to verify the contents?
 .br
 Checksums are probabilistic and can be implemented as a bespoke application instead of complicating the file system implementation.