manjaroo moving iso to usb 28 October 2022, 10:52:22 tried moving the iso to my sda usb drive but it doesn't find the iso? Quote Selected
Re: manjaroo moving iso to usb Reply #1 – 28 October 2022, 11:09:51 cd Downloads Quote Selected 1 Likes
Re: manjaroo moving iso to usb Reply #2 – 28 October 2022, 11:11:15 Quote from: gavincc – on 28 October 2022, 11:09:51cd Downloadswhat do you mean Quote Selected
Re: manjaroo moving iso to usb Reply #3 – 28 October 2022, 11:18:46 Quote from: handcrafted8989 – on 28 October 2022, 10:52:22tried moving the iso to my sda usb drive but it doesn't find the iso?What command are you trying to execute? Quote Selected
Re: manjaroo moving iso to usb Reply #4 – 28 October 2022, 12:16:10 Quote from: handcrafted8989 – on 28 October 2022, 11:11:15what do you meanirrespective of the command, the iso is in the Downloads folder, but you're working in the terminal at the home folder (yomama), hence "no file" message for starters, so cd Downloads changes to the folder with the iso in it. Are you just trying to burn it and make bootable stick? Quote Selected
Re: manjaroo moving iso to usb Reply #5 – 28 October 2022, 12:18:21 This should work (as root)-Code: [Select]cd Downloadscat artix-base-runit-20220713-x86_64.iso > /dev/sdasyncor use your dd command with of=/dev/sda, make sure you are in directory where iso is (Downloads) Quote Selected
Re: manjaroo moving iso to usb Reply #6 – 28 October 2022, 13:07:09 Quote from: dxrobertson – on 28 October 2022, 12:18:21This should work (as root)-Code: [Select]cd Downloadscat artix-base-runit-20220713-x86_64.iso > /dev/sdasyncor use your dd command with of=/dev/sda, make sure you are in directory where iso is (Downloads)I wouldn't exactly recommend using cat to burn ISOs since you're not specifying the block size that is getting written to the device, this might cause problems. Quote Selected
Re: manjaroo moving iso to usb Reply #7 – 28 October 2022, 13:19:39 Quote from: Lancia – on 28 October 2022, 13:07:09I wouldn't exactly recommend using cat to burn ISOs since you're not specifying the block size that is getting written to the device, this might cause problems.then what should i use Quote Selected
Re: manjaroo moving iso to usb Reply #8 – 28 October 2022, 13:32:28 Quote from: handcrafted8989 – on 28 October 2022, 13:19:39then what should i useassuming you're using manjaro - in aur, install imagewriter. a real simple drag and drop app (from Suse originally). Please don't take this the wrong way, but if you're asking how to burn an .iso and yet you are using Manjaro (i just did a quick search of the manjaro forum and its there....), then thats quite a simple thing to do - Artix is going to be a real struggle if that is the case (command line stuff for the most basic of app installs etc) - maybe stick with manjaro for a while until knowledge has increased? Quote Selected Last Edit: 28 October 2022, 15:49:04 by gavincc 1 Likes
Re: manjaroo moving iso to usb Reply #9 – 28 October 2022, 17:13:17 Quote from: handcrafted8989 – on 28 October 2022, 13:19:39then what should i usegood old dd ( definitely use the bs=512 option with it ) Quote Selected
Re: manjaroo moving iso to usb Reply #10 – 28 October 2022, 17:52:24 Quote from: Lancia – on 28 October 2022, 13:07:09I wouldn't exactly recommend using cat to burn ISOs since you're not specifying the block size that is getting written to the device, this might cause problems.Been using cat since hybrid iso's came out, never had a problem. Quote Selected 1 Likes