Jump to content

good day dear experts, good day dear Linux-friends 馃檪

聽To create a bootable USB drive in Linux without using an installed application - etcher, rufus, blah blah blah - I prefer to do it on the console.


It's more appropriate somehow - I think that also helps - to delve deeper into the terminal - to do more and more with it.

Note: i want to learn to聽 use the command line - so therefore i want to do more and more things in terminal.

So - off to the terminal: I can do this via the command line using these instructions.

Let us assume the ISO file is located at /home/user/Downloads/Linuxfile.iso - and is named Linuxfile.iso.

So I'll start like this: I'd best start with

sudo lsblk

This gives me some drive information.

If the USB drive is located under /dev/sdb and has a partition /dev/sdb1, then I think I should proceed with

Unmounting - hmm - with the following command:

sudo umount /dev/sdb1

and then creating the USB drive with the following command:

sudo dd bs=4M if=/home/user/Downloads/Linuxfile.iso of=/dev/sdb status=progress oflag=sync

Hmm - is it better to use the device name or the partition name here?

Whats your idea here!?聽 sdb or sdb1 !?

greetings...;)

interested in all things Linux - and Arduino / RaspBerryPi :: besides that in WordPress - and its development: - with the options to extend with more than 50 Tsd Pliugins: Thats so awesome 馃槈

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now