Virtualization
Initalization
Caching
Problems
- TrueNAS block storage
- macOS SMB slow
Speed Test
https://jovansh.medium.com/testing-user-disk-speed-for-write-and-read-f2a16c86a5d1
# Disk Speed Test Write:
time dd if=/dev/zero bs=1024k of=tstfile count=1024
# Disk Speed Test Read:
dd if=tstfile bs=1024k of=/dev/null count=1024