Mon Apr 07, 2014 8:53 pm
Sat Apr 12, 2014 10:32 pm
Sun Apr 13, 2014 4:46 am
Sun Apr 13, 2014 10:16 am
Sun Apr 13, 2014 11:33 am
dd if=/dev/zero | pv | of=${LOOP_FILENAME} bs=1M count=${SIZE}
dd if=/dev/zero | pv | of=testloop bs=1M count=1000
0B 0:00:00 [ 0B/s] [<=>
dd bs=1M count=1000 if=/dev/zero | bar -of testloop
Sun Apr 13, 2014 1:35 pm
SIZE=50
# no progress bar without this if IO redirection to a log
# exec 2>&1
:~$ dd 'if=/dev/zero' bs=1024 count=${SIZE}000 |pv -fprt -s ${SIZE}m |dd of=loopfile bs=1024 count=${SIZE}000
50000+0 records in
50000+0 records out
51200000 bytes (51 MB) copied, 0.634875 s, 80.6 MB/s
0:00:00 [76.7MB/s] [====================================================> ] 97%
50000+0 records in
50000+0 records out
51200000 bytes (51 MB) copied, 0.636096 s, 80.5 MB/s
Sun Apr 13, 2014 6:42 pm
Mon Apr 14, 2014 1:43 am
Mon Apr 14, 2014 7:58 am
As a pmount alternative, check out the udevil package provided by the spacefm authordzz wrote:while on the case of alternatives, watch out for pmount.. it's unmaintained for 3 years and might disappear.
Mon Apr 14, 2014 12:58 pm
:~$ udevil mount /dev/sdc1 /media/zmount
Mounted /dev/sdc1 at /media/zmount