You are not logged in.
Hi.
archlinux-2016.06.01-dual.iso occupies only 800Mb on my 8GB USB stick. How to safely add more partitons without corrupting the installer?
When plugged on a running Linux, I see:
sdb 8:16 1 7.6G 0 disk
├─sdb1 8:17 1 744M 0 part
└─sdb2 8:18 1 40M 0 part
parted and gdisk only see the 40Mb EFI partition. cfdisk sees both, but can't create new: "Start sector 83968 out of range.".
Arch 64, xfce4
Offline
Hi.
archlinux-2016.06.01-dual.iso occupies only 800Mb on my 8GB USB stick. How to safely add more partitons without corrupting the installer?When plugged on a running Linux, I see:
sdb 8:16 1 7.6G 0 disk ├─sdb1 8:17 1 744M 0 part └─sdb2 8:18 1 40M 0 part
parted and gdisk only see the 40Mb EFI partition. cfdisk sees both, but can't create new: "Start sector 83968 out of range.".
Flashdrives only shows the first partition, in your case ~800MB It creates an partition based on the size of the image. Is it FAT32
I possess a device, in my pocket, that is capable of accessing the entirety of information known to man.
I use it to look at funny pictures of cats and to argue with strangers.
Offline
I'm not sure if there is a way to create additional (useable) partitions, the iso creates the partition table, and changing that will impact the iso. There might be some intricate procedure that could work, but I suspect it's ability to then boot the iso on varied hardware would be spotty.
However, you can just do a persistent usb installation and install arch-install-scripts, then it's easy to have any additional partitions, and as an added bonus you don't need to worry about the iso being out of date.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I wonder why they need a partition that starts with sector 0.
# sfdisk -d /dev/sdb
label: dos
label-id: 0x0e6dcb17
device: /dev/sdb
unit: sectors
/dev/sdb1 : start= 0, size= 1523712, type=0, bootable
/dev/sdb2 : start= 172, size= 81920, type=ef
sfdisk refuses to write this even with the --force option
Arch 64, xfce4
Offline
You may refer to multiboot USB drive.
Offline