2019-08-14 Hello
I have a "live" version of the latest ubuntu on a thumbdrive
My pc is running windows 10 and is a 64 bit windows machine
I want to create a usb hdd (hard disk drive) from which I can boot into ubuntu
I have a concern that if I choose dthe install option when booting from the thumb drive with the "live" version that I will destroy i.e. overwrite my c: drive.
My question is: Given the aboved 4 points how do I safely install ubuntu to another usb hard disk drive from which I can boot.
thank you
sudo parted -l
and your C: drive is easily identifiable as it will show NTFS partitions. It will also have an sdx id, (eg sda) as will your USB drive (eg sdb). You'll also also see from the size which drive is which. So make a note which sdx is the right one then go ahead and install. – Paul Benson Aug 14 '19 at 16:37