You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
mount
docker@default:/data$ dd if=/dev/zero of=test.dat bs=1024 count=100000
100000+0 records in
100000+0 records out
102400000 bytes (97.7MB) copied, 31.461012 seconds, 3.1MB/s
not mount
docker@default:/tmp$ dd if=/dev/zero of=test.dat bs=10240 count=1000000
1000000+0 records in
1000000+0 records out
10240000000 bytes (9.5GB) copied, 22.488968 seconds, 434.2MB/s
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mount
docker@default:/data$ dd if=/dev/zero of=test.dat bs=1024 count=100000
100000+0 records in
100000+0 records out
102400000 bytes (97.7MB) copied, 31.461012 seconds, 3.1MB/s
not mount
docker@default:/tmp$ dd if=/dev/zero of=test.dat bs=10240 count=1000000
1000000+0 records in
1000000+0 records out
10240000000 bytes (9.5GB) copied, 22.488968 seconds, 434.2MB/s
The text was updated successfully, but these errors were encountered: