N
Size: a a a
N
U
N
N
U
SW
N
SW
N
N
SW
leanYearMonths=(31\ 28\ 31\ 30\ 31\ 30\ 31\ 31\ 30\ 31\ 30\ 31)
curmonth=$(date +%m)
echo $leanYearMonths | cut -f ${curmonth} -d ' '
N
leanYearMonths=(31\ 28\ 31\ 30\ 31\ 30\ 31\ 31\ 30\ 31\ 30\ 31)
curmonth=$(date +%m)
echo $leanYearMonths | cut -f ${curmonth} -d ' '
N
SW
N
A
root@freenas[/mnt]# dd if=ufs/random of=/dev/null bs=1m count=1000
1000+0 records in
1000+0 records out
1048576000 bytes transferred in 1.893638 secs (553736122 bytes/sec)
root@freenas[/mnt]# dd if=ssd/random of=/dev/null bs=1m count=1000
1000+0 records in
1000+0 records out
1048576000 bytes transferred in 2.686001 secs (390385595 bytes/sec)
M
LP
SW
AS