mkfile - Command not found

Status
Not open for further replies.

Paktas

Dabbler
Joined
Jun 19, 2011
Messages
25
Wanted to test the disk perfomance of my freeNAS configuration:
Code:
%time (mkfile 10g /mnt/users/test)
Badly placed ()'s.
%mkfile 10g /mnt/users/test
mkfile: Command not found.


I can use dd command for testing read/write perfomance instead, but was thinking if mkfile is not included for a reason?
 
Joined
May 27, 2011
Messages
566
probably to save on space, it's redundant when we have dd.

if you want the actual speed of the drives and not the cache, do 100GB, not 10GB
 
Status
Not open for further replies.
Top