- Nov 21, 2024
- 73
- 6
- 16
dear friends
first of all: at the moment i am not sure if this is going to right sub-forum. Plz set me straight if i am writing this to the "wrong" forum? - Let me know this..
background: What is aimed: what do i want to do:
i am currently trying to create a iso file ( of a linux system on a usb-stick)
so i thought that i cna use this command
note: my ISO file is named eos1.iso and is located in the /Videos/ directory, the command to write it to my USB stick would be:
belive it or not: it does not work.
this oneliner - this does not work
well - a the moment i wonder what is missing - what i need to do and get this working
dd: could not open this '/Videos/eos1.iso' - i could no open either the folder or the file - on your system
ubuntu@T420s:~$
Look forward to hear from you
greetings
updaste: i corrected the path so i guess - now it works.
see - that i have changed the path i added the " ~" - and i guess that this made the trick
look forward to hear from you
btw: which command is the best and most effective to check the result
a lsblk
b. fdisk -l
first of all: at the moment i am not sure if this is going to right sub-forum. Plz set me straight if i am writing this to the "wrong" forum? - Let me know this..
background: What is aimed: what do i want to do:
i am currently trying to create a iso file ( of a linux system on a usb-stick)
so i thought that i cna use this command
Code:
sudo dd bs=4M if=/Videos/eos1.iso of=/dev/sdb status=progress oflag=sync
note: my ISO file is named eos1.iso and is located in the /Videos/ directory, the command to write it to my USB stick would be:
Code:
sudo dd bs=4M if=/Videos/eos1.iso of=/dev/sdb status=progress oflag=sync
belive it or not: it does not work.
this oneliner - this does not work
Code:
ubuntu@T420s:~$ sudo dd bs=4M if=/Videos/eos1.iso of=/dev/sdb status=progress oflag=sync
well - a the moment i wonder what is missing - what i need to do and get this working
dd: could not open this '/Videos/eos1.iso' - i could no open either the folder or the file - on your system
ubuntu@T420s:~$
Look forward to hear from you
greetings
updaste: i corrected the path so i guess - now it works.
see - that i have changed the path i added the " ~" - and i guess that this made the trick
look forward to hear from you
btw: which command is the best and most effective to check the result
a lsblk
b. fdisk -l
Code:
sdb 8:16 1 7,5G 0 disk
├─sdb1 8:17 1 2,6G 0 part
└─sdb2 8:18 1 162M 0 part
sr0 11:0 1 1024M 0 rom
Last edited: