Daerandin
Well-Known Member
Without the USB plugged in, open a terminal and type: lsblk
Then plug in the USB, and type the same command again. You should now see a new device among those listed, which will be your USB. Just remember that it must be unmounted before you use use the dd command to copy the iso over the USB.
Unmounting can be done in either terminal, or it should also be available to easily do it in GUI.
In case you are unfamiliar with the device listing with lsblk, I will give an example. Let's say you see something like this:
sda is the device, while sda1, sda2, sda3 are the partitions. The /boot [SWAP] and the like is the mountpoint. If nothing is specified there, it means the partition is not mounted.
You know, maybe this part of the conversation, which is pretty far removed from the original topic, should continue in a dedicated topic
Then plug in the USB, and type the same command again. You should now see a new device among those listed, which will be your USB. Just remember that it must be unmounted before you use use the dd command to copy the iso over the USB.
Unmounting can be done in either terminal, or it should also be available to easily do it in GUI.
In case you are unfamiliar with the device listing with lsblk, I will give an example. Let's say you see something like this:
Code:
sda 8:0 0 698,7G 0 disk
├─sda1 8:1 0 500M 0 part /boot
├─sda2 8:2 0 2G 0 part [SWAP]
└─sda3 8:3 0 696,2G 0 part /
sda is the device, while sda1, sda2, sda3 are the partitions. The /boot [SWAP] and the like is the mountpoint. If nothing is specified there, it means the partition is not mounted.
You know, maybe this part of the conversation, which is pretty far removed from the original topic, should continue in a dedicated topic
