sudo rapiddisk -l
rapiddisk 9.1.0
Copyright 2011 - 2023 Petros Koutoupis
List of RapidDisk device(s):
RapidDisk Device 1: rd1 Size (KB): 1048576 Usage (KB): 1048576 Status: Unlocked
RapidDisk Device 2: rd0 Size (KB): 2097152 Usage (KB): 1048576 Status: Unlocked
List of RapidDisk-Cache mapping(s):
None
sudo dd if=/dev/urandom of=/dev/rd1 bs=1M
count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.54824 s, 236 MB/s
Why this write is slow? if its a ram the writes should be fast
sudo rapiddisk -l
rapiddisk 9.1.0
Copyright 2011 - 2023 Petros Koutoupis
List of RapidDisk device(s):
RapidDisk Device 1: rd1 Size (KB): 1048576 Usage (KB): 1048576 Status: Unlocked
RapidDisk Device 2: rd0 Size (KB): 2097152 Usage (KB): 1048576 Status: Unlocked
List of RapidDisk-Cache mapping(s):
None
sudo dd if=/dev/urandom of=/dev/rd1 bs=1M
count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.54824 s, 236 MB/s
Why this write is slow? if its a ram the writes should be fast