11 lines
359 B
Markdown
11 lines
359 B
Markdown
# Not Crystaldiskmark
|
|
|
|
I wanted something to compare disks on Linux/Mac and enjoy
|
|
CDM as a great generalized baseline. This uses fio to reproduce
|
|
the same results in Linux. The simple curses library is included
|
|
to produce a cleaner output, but is not required for use.
|
|
|
|
```bash
|
|
# Defaults to running in current directory if not specified
|
|
ncdm.sh /mnt/bla
|
|
```
|