윈도7 설치후 USB3 드라이버가 없어서 드라이버 파일을 못 보낼때/ How to copy driver file on fresh window installed without any peripheral working
윈도 설치 USB로 부팅을 한다. (CMOS등 BIOS레벨에서 로딩하는거라 드라이버 없어도 됨)
설치 화면에서 SHIFT+F10을 누른다
Command창에서 하드디스크 명을 확인한다.
(i.e. diskpart/ select disk 1/ list volume )
해당 드라이브에 드라이버 파일들을 옮겨둔 후에 C:로 복사
(i.e c: / mkdir temp / xcopy e:\drv\*.* c:\temp\. )
그런다음 다시 윈도우로 재부팅하면 드라이버 파일 설치할 수 있다.
소니바이오 노트북 VPCZ217GK모델이 있는데 USB2.0포트가 작동불능.
Wifi/Ethernet/SD/MS/BT/USB3 도 다 막혀서 전전긍긍하다가 다시 깔기전에 해본 방법이 통했음.
In case your USB thumb drive is not detected on fresh installed windows PC/laptop, how to send driver file to PC/laptop.
Simply, most PC/laptop has USB port would be working.
In my case my laptop has a broken USB2.0 port and a working USB3 port on my laptop.
After fresh install of windows 7 pro 64bit, I found that I have no way to transfer any driver file for peripherals like wifi, ethernet, bluetooth, and even USB3.
So, I just copied driver files to windows 7 install USB drive.
Then, I just press SHIFT + F10 when installer booted up for calling command prompt.
With command prompt, I just typed following instruction to identify drive letter.
$>diskpart
$diskpart> select disk 1
$diskpart> list volume (Then, I got the USB driver letter C/D were hard drive and E was USB drive
$diskpart> exit
Then copied it to C:\temp folder with following commands:
$>c:
$>mkdir temp
$>xcopy e:\drv\*.* c:\temp\.
Just wait for few minutes to copy all driver files to c:\temp
Then unplug USB drive then cancel installation of windows then PC/laptop will be rebooted.
설치 화면에서 SHIFT+F10을 누른다
Command창에서 하드디스크 명을 확인한다.
(i.e. diskpart/ select disk 1/ list volume )
해당 드라이브에 드라이버 파일들을 옮겨둔 후에 C:로 복사
(i.e c: / mkdir temp / xcopy e:\drv\*.* c:\temp\. )
그런다음 다시 윈도우로 재부팅하면 드라이버 파일 설치할 수 있다.
소니바이오 노트북 VPCZ217GK모델이 있는데 USB2.0포트가 작동불능.
Wifi/Ethernet/SD/MS/BT/USB3 도 다 막혀서 전전긍긍하다가 다시 깔기전에 해본 방법이 통했음.
In case your USB thumb drive is not detected on fresh installed windows PC/laptop, how to send driver file to PC/laptop.
Simply, most PC/laptop has USB port would be working.
In my case my laptop has a broken USB2.0 port and a working USB3 port on my laptop.
After fresh install of windows 7 pro 64bit, I found that I have no way to transfer any driver file for peripherals like wifi, ethernet, bluetooth, and even USB3.
So, I just copied driver files to windows 7 install USB drive.
Then, I just press SHIFT + F10 when installer booted up for calling command prompt.
With command prompt, I just typed following instruction to identify drive letter.
$>diskpart
$diskpart> select disk 1
$diskpart> list volume (Then, I got the USB driver letter C/D were hard drive and E was USB drive
$diskpart> exit
Then copied it to C:\temp folder with following commands:
$>c:
$>mkdir temp
$>xcopy e:\drv\*.* c:\temp\.
Just wait for few minutes to copy all driver files to c:\temp
Then unplug USB drive then cancel installation of windows then PC/laptop will be rebooted.
Comments