Hello everyone,
Around the beginning of this year I ran into trouble while trying to extend my linux partition and people of this forum kindly guided me toward a solution (see this topic: https://www.kubuntuforums.net/showth...rtition-s-size ). To install a new version of Kubuntu (because the original got fried) I created a live key using
but now I would like to turn it into a ``normal USB key" again, in order to be able to use it to move files from one computer to another. Could anyone indicated me how to do it, or where I could find a tutorial please? I'm using Kubuntu 16.4.
Also I would like to build another live usb key but on a smaller key. Am I correct to believe that if the .iso file weights 1.5 GB, a 2GB USB key should be enough? Or should I keep some memory in reserve which will be used later?
Thanks a lot!
Around the beginning of this year I ran into trouble while trying to extend my linux partition and people of this forum kindly guided me toward a solution (see this topic: https://www.kubuntuforums.net/showth...rtition-s-size ). To install a new version of Kubuntu (because the original got fried) I created a live key using
Code:
sudo dd if=/home/aritz/Downloads/kubuntu-16.04.3-desktop-amd64.iso of=/dev/sdb bs=16M
Also I would like to build another live usb key but on a smaller key. Am I correct to believe that if the .iso file weights 1.5 GB, a 2GB USB key should be enough? Or should I keep some memory in reserve which will be used later?
Thanks a lot!
Comment