2021. 2. 25. 11:13 WorkHolic
리눅스를 이용한 usb 디스크 복제
728x90
반응형
부팅 가능한 윈도 OS 설치용 usb 복사가 필요하여 아래와 같이 진행하였다.
cat을 이용한 복사 보다 빠르다고 한다.
cat /dev/sdb > /dev/sdc
[root@localhost -]# dd if=/dev/sdb of=/dev/sdc bs=512k
[root@localhost -]# fdisk -l /dev/sdc
Disk /dev/sdc: 15.4 GB, 15376318464 bytes, 30031872 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: Oxdaefaf8b
Device Boot Start
End Blocks Id System
I dev/sdc1
2048 30021631 15009792 7 HPFS/NTFS/exFAT
[root@localhost -1# dd if=/dev/sdb of=/dev/sdc bs=512k
29328+ records in
29328+ records out
15376318464 bytes (15 GB) copied, 1928. 29 s, 8.0 MB/S
728x90
SMALL
'WorkHolic' 카테고리의 다른 글
NFS 서버 사용중 연결이 끊어졌을 때 (0) | 2021.03.29 |
---|---|
SSD 돌연사 (0) | 2021.03.15 |
HP DL360 Gen10 Server 도착 (0) | 2020.12.13 |
서버관리툴 cockpit ispconfig3 (0) | 2020.09.08 |
FormBook 악성코드 주의 (0) | 2020.07.24 |