nas:build_a_linux_nas:create_a_filesystem
This is an old revision of the document!
NAS - Build a Linux NAS - Create a Filesystem
sudo mkfs.ext4 /dev/md0
NOTE: /dev/md0 can be used now just as any other block device.
- The script at http://busybox.net/~aldot/mkfs_stride.html can be used to calculate the best settings for the filesystem:
mkfs.ext4 -b 4096 -E stride=128,stripe-width=256 /dev/md0
- where
- RAID chunk size (in KiB): 512
- Number of filesystem blocks (in KiB): 4
nas/build_a_linux_nas/create_a_filesystem.1632599349.txt.gz · Last modified: 2021/09/25 19:49 by peter