Microsoft MVP성태의 닷넷 이야기
Windows: 137. Windows 7 USB/DVD DOWNLOAD TOOL로 98%에서 실패하는 경우 [링크 복사], [링크+제목 복사],
조회: 13504
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

Windows 7 USB/DVD DOWNLOAD TOOL로 98%에서 실패하는 경우

"Windows 7 USB/DVD DOWNLOAD TOOL"을 이용해 ISO 파일을 USB에 복사하는데, 꼭 98%에서 이렇게 오류가 발생합니다.

usb_iso_fail_98_1.png

Status: We were unable to copy your files. Please check your USB device and the selected ISO file and try again.

원인은 저도 모르겠습니다. 이상한 것은, 분명히 잘 되던 ISO 파일이었고 USB에도 문제가 없다는 것입니다.

이런 경우, 우회적으로 "Windows 7 USB/DVD DOWNLOAD TOOL"을 사용하지 않는 방법을 선택해야 합니다. 방법은, 일단 USB 드라이브를 깨끗하게 만들어 주는데, 포맷을 다시 하거나 다음과 같이 (관리자 권한의) diskpart를 이용해 파티션까지 다시 잡아주시면 됩니다.

C:\Windows\System32>diskpart

Microsoft DiskPart version 10.0.15063.0

Copyright (C) Microsoft Corporation.
On computer: TESTPC

DISKPART> list disk

  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          238 GB  1024 KB
  Disk 1    Online          596 GB      0 B
  Disk 2    Online          931 GB  1024 KB
  Disk 3    Online           15 GB  1024 KB

제가 테스트한 USB 드라이브가 16GB 용량인데, 위의 결과에서는 15GB 나오는 Disk 3번이 USB 드라이브에 해당합니다. 이제 다음과 같이 명령을 내리면 새롭게 FAT32 포맷의 USB 드라이브가 준비됩니다.

DISKPART> select disk 3

Disk 3 is now the selected disk.

DISKPART> clean

DiskPart succeeded in cleaning the disk.

DISKPART> create partition primary

DiskPart succeeded in creating the specified partition.

DISKPART> select partition 1

Partition 1 is now the selected partition.

DISKPART> active

DiskPart marked the current partition as active.

DISKPART> format quick fs=fat32

  100 percent completed

DiskPart successfully formatted the volume.

DISKPART> assign

DiskPart successfully assigned the drive letter or mount point.

DISKPART> exit

Leaving DiskPart...

위의 마지막 즈음에 내린 assign 명령어로 가용한 드라이브 문자 중의 하나가 선택되는데요. 여기서는 "F" 드라이브라고 가정하고, 이제 다음과 같이 명령어를 내리면 부팅 가능한 USB로 만들어집니다.

Bootsect.exe /nt60 F:

마지막으로 ISO 파일에 있던 모든 내용을 f 드라이브에 복사해 주면 끝!

전에도 bootsect.exe를 이용한 방법을 소개한 적이 있습니다. ^^

윈도우 설치 ISO 이미지를 USB 하드에 적용하는 방법
; https://www.sysnet.pe.kr/2/0/1397

Windows PE를 USB 메모리에 적용
; https://www.sysnet.pe.kr/2/0/648




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 5/2/2017]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 16  17  18  19  20  21  22  23  24  25  26  27  [28]  29  30  ...
NoWriterDateCnt.TitleFile(s)
12940정성태1/26/20226858오류 유형: 789. AKS에서 hpa에 따른 autoscale 기능이 동작하지 않는다면?
12939정성태1/25/20227563.NET Framework: 1140. C# - ffmpeg(FFmpeg.AutoGen)를 이용해 MP3 오디오 파일 인코딩/디코딩하는 예제파일 다운로드1
12938정성태1/24/20229898개발 환경 구성: 633. Docker Desktop + k8s 환경에서 local 이미지를 사용하는 방법
12937정성태1/24/20227732.NET Framework: 1139. C# - ffmpeg(FFmpeg.AutoGen)를 이용해 오디오(mp2) 인코딩하는 예제(encode_audio.c) [2]파일 다운로드1
12936정성태1/22/20227645.NET Framework: 1138. C# - ffmpeg(FFmpeg.AutoGen)를 이용해 멀티미디어 파일의 메타데이터를 보여주는 예제(metadata.c)파일 다운로드1
12935정성태1/22/20227862.NET Framework: 1137. ffmpeg의 파일 해시 예제(ffhash.c)를 C#으로 포팅파일 다운로드1
12934정성태1/22/20227429오류 유형: 788. Warning C6262 Function uses '65564' bytes of stack: exceeds /analyze:stacksize '16384'. Consider moving some data to heap. [2]
12933정성태1/21/20227983.NET Framework: 1136. C# - ffmpeg(FFmpeg.AutoGen)를 이용해 MP2 오디오 파일 디코딩 예제(decode_audio.c)파일 다운로드1
12932정성태1/20/20228424.NET Framework: 1135. C# - ffmpeg(FFmpeg.AutoGen)로 하드웨어 가속기를 이용한 비디오 디코딩 예제(hw_decode.c) [2]파일 다운로드1
12931정성태1/20/20226503개발 환경 구성: 632. ASP.NET Core 프로젝트를 AKS/k8s에 올리는 과정
12930정성태1/19/20227196개발 환경 구성: 631. AKS/k8s의 Volume에 파일 복사하는 방법
12929정성태1/19/20226957개발 환경 구성: 630. AKS/k8s의 Pod에 Volume 연결하는 방법
12928정성태1/18/20227099개발 환경 구성: 629. AKS/Kubernetes에서 호스팅 중인 pod에 shell(/bin/bash)로 진입하는 방법
12927정성태1/18/20226876개발 환경 구성: 628. AKS 환경에 응용 프로그램 배포 방법
12926정성태1/17/20227383오류 유형: 787. AKS - pod 배포 시 ErrImagePull/ImagePullBackOff 오류
12925정성태1/17/20227455개발 환경 구성: 627. AKS의 준비 단계 - ACR(Azure Container Registry)에 docker 이미지 배포
12924정성태1/15/20228946.NET Framework: 1134. C# - ffmpeg(FFmpeg.AutoGen)를 이용한 비디오 디코딩 예제(decode_video.c) [2]파일 다운로드1
12923정성태1/15/20227818개발 환경 구성: 626. ffmpeg.exe를 사용해 비디오 파일을 MPEG1 포맷으로 변경하는 방법
12922정성태1/14/20226905개발 환경 구성: 625. AKS - Azure Kubernetes Service 생성 및 SLO/SLA 변경 방법
12921정성태1/14/20225801개발 환경 구성: 624. Docker Desktop에서 별도 서버에 설치한 docker registry에 이미지 올리는 방법
12920정성태1/14/20226583오류 유형: 786. Camtasia - An error occurred with the camera: Failed to Add Video Sampler.
12919정성태1/13/20226429Windows: 199. Host Network Service (HNS)에 의해서 점유되는 포트
12918정성태1/13/20226656Linux: 47. WSL - shell script에서 설정한 환경 변수가 스크립트 실행 후 반영되지 않는 문제
12917정성태1/12/20225849오류 유형: 785. C# - The type or namespace name '...' could not be found (are you missing a using directive or an assembly reference?)
12916정성태1/12/20225615오류 유형: 784. TFS - One or more source control bindings for this solution are not valid and are listed below.
12915정성태1/11/20225917오류 유형: 783. Visual Studio - We didn't find any interpreters
... 16  17  18  19  20  21  22  23  24  25  26  27  [28]  29  30  ...