Hello
After using the below command to copy opensuse leap into a USB I noticed that the USB will be partitioned with sda, sda1 and sda2. Is this normal? I even tried SUSE Studio Image Writer and the partition scheme was the same. If this is normal can someone then tell me what is the purpose of each partition? As well I noticed that I was unable to mount the usb after the iso was copied
After using the below command to copy opensuse leap into a USB I noticed that the USB will be partitioned with sda, sda1 and sda2. Is this normal? I even tried SUSE Studio Image Writer and the partition scheme was the same. If this is normal can someone then tell me what is the purpose of each partition? As well I noticed that I was unable to mount the usb after the iso was copied
Code:
# umount /dev/sdX
# dd if=/path/to/downloaded.iso of=/dev/sdX bs=4M status=progress && sync
Code:
test@linux7:~>lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 1 14.4G 0 disk
├─sda1 8:1 1 3.8M 0 part
└─sda2 8:2 1 3.8G 0 part