일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- MSYS2
- Xcode
- apple
- 안드로이드
- FIDO2
- otpkey
- OTP
- 앨범북
- kmip
- OSX
- git
- albumbook
- SwiftUI
- 2FA
- SSL
- appres
- WebAuthn
- Android
- 인증
- SWIFT
- openssl
- MFA
- css
- MYSQL
- fido
- Nodejs
- 애플
- SSH
- 앱리소스
- 앱스토어
Archives
- Today
- Total
인디노트
OS X DD 명령 - Progress 표시 본문
brew install coreutils
brew install coreutils
# All commands have been installed with the prefix 'g'
sudo gdd if=XXXX.iso of=/dev/diskX bs=1 status=progress
> example:
> 139648967 bytes (140 MB, 133 MiB) copied, 304 s, 459 kB/s
sudo gdd if=raspberryPi_hslee_16gb of=/dev/disk2 bs=1M status=progress
와 같이 bs 를 1M 로 주는게 속도에 효율적이다.
초당 3.7M 전송
다음과 같은 방법도 있음.
dd if=/dev/zero of=/dev/null bs=64m count=1000 & while pkill -INFO -x dd; do sleep 1; done
'개발 플랫폼 및 언어' 카테고리의 다른 글
Postgres PSQL USER 관리하기 (0) | 2018.11.17 |
---|---|
Configure openvpn on a Debian server and client (0) | 2018.11.17 |
JDK Command Line 에서 다운로드 (0) | 2018.11.09 |
httpd: bad user name daemon (0) | 2018.11.09 |
How to create multi-server vpn (0) | 2018.11.07 |
Comments