Ben Chuanlong Du's Blog

It is never too late to learn.

Format a Disk on Linux

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Locate the right disk to operate on. A few commands might help you. For example, you can use the command ls /dev/sd* to list all hard drives and the command …

Format a Flash Drive in a Linux Virtual Machine

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Install VirtualBox.

  2. Create a Ubuntu virtual machine.

  3. Install extension package.

  4. enable USB support

  5. select the flash drive you want to format to connect to the VM.

  6. use linux commands to format …