Skip to content
  • Instagram
  • Home
  • Contact us
  • About us
  • Privacy Policy
Techusers

Techusers

Learn To be a Dev

  • Home
  • Guide
  • Security & Privacy
  • Tech News
  • Computer
  • Top List
  • What is
  • Engineering
  • How To
  • Tech Terms
  • Toggle search form

Making a bootable pendrive using cmd prompt

Posted on 30/06/201908/02/2020 By Techuser

What Is Bootable Pendrive?

The normal Pendrive is in the FAT32 format(File Allocation Table),But Bootable Pendrive is in the NTFS format(New Technology File System).If you need to put a OS(operating system) you need a bootable drive.Only the Bootable drive is readable during Booting.

We can easily convert the normal Pendrive into the Bootable one.

Now follow these Steps:

STEP 1:

1

Press "win key + R"

STEP 2:

Here type “cmd”.

2

STEP 3:

Type "diskpart" and click Enter.

STEP 4:

Type "list disk"

and press enter. Now you can see the list of disk.

STEP 5:

Then you want to select your disk(ie.,pendrive).

Correctly select the disk(pendrive)

Type"select disk 1".(if your disk is 2 Type"select disk 2") and click Enter.

Then type "clean" and click enter.

STEP 6:

Type "create partition primary" and press enter.
Type "select partition 1"and press enter.

Type "format fs=ntfs quick" and press enter.

Type "active" and press enter.

Type "exit" and press enter.

NOW YOUR BOOTABLE PEN DRIVE IS READY.

Related

How To

Post navigation

Previous Post: Pendrive space reduces [16 GB Becomes2.28 MB] (100% Solved)
Next Post: Evolution of wifi standards and speed

Recent Posts

  • How to Remove User Accounts in Windows 11
  • Jio 5G beta trial expands to Chennai; 5G-powered Wi-Fi services launched
  • What is a .NFA file? How to open it
  • What is a .M3U8 file? How to open it
  • What is a .AAX file? How to open it

Copyright © 2023 Techusers.

Powered by PressBook WordPress theme