Also if one creates a partition on some device, say /dev/sda becomes /dev/sda1 /dev/sda2 /dev/sda3 after partitioning (which can be done with gnome disk utility, or gparted, or from the command line, and I forget the exact commands now probably "parted mkpart") then "dd if=isofilename.iso of=/dev/sda1" is an instance of placing iso file onto a device that I use. Someone one the list recommended additional options " dd if=isofilename of=devicename obs=4M status=progress oflag=sync" so that the writing process occurs at the right speed (obs option) and it displays progress status, and I am not sure about the last option oflag=sync. but even without these options the writing works. And if anyone has additional comments to this, please enlighten us.
Semih Ozlem <semihozlemlinuxu...@gmail.com>, 21 Ağu 2020 Cum, 14:23 tarihinde şunu yazdı: > I used "dd if=isofilename of=devicename" and when using this command I use > a blank usb or one with a partition, and device name gets filled with the > partition that will be overwritten if anything was previously on it. > > Thomas Schmitt <scdbac...@gmx.net>, 21 Ağu 2020 Cum, 14:14 tarihinde şunu > yazdı: > >> Hi, >> >> Semih Ozlem wrote: >> > Hi Thomas, >> >> (You need to reply to the list, not to my mail address directly.) >> >> >> > the computer has 4gb RAM >> >> This should suffice for a RAM based session. >> But if you add large software packages, then 4 GB for everything will at >> some point not be enough. >> >> >> > >> https://cdimage.debian.org/mirror/cdimage/archive/10.3.0-live/amd64/iso-hybrid/ >> >> ... and which of the .iso images exactly ? >> >> >> > I burned the iso from a previous live usb >> >> "Burn" is not really a technical term in repect to USB sticks. >> >> So you did something to put the ISO onto the stick. What exactly ? >> >> >> > I did not change anything on the usb stick other than installing it >> (only >> > set up partitions before burning the iso so that a separate portion >> would >> > remain to save files) >> >> Well, some of the potential methods to put the ISO onto stick will as >> first overwrite any previous partitioning. If you partitioning survived >> unchenged, then your "burning" method probably unpacks to ISO in some way. >> >> But you should really give more tangible info which could help to >> reproduce your problems. Don't assume that we know what you do. >> >> >> Have a nice day :) >> >> Thomas >> >>