segfaultDelirium
segfaultDelirium
@Mozzarella123 I tried, and it didn't help.
I achived what I wanted with this: ``` let output = Command::new("parted") .arg(diskpath) .arg("mklabel") .arg("gpt") .output() .expect("failed to execute parted command"); if !output.status.success() { eprintln!("Error: {:?}", output); return Ok(()); }...
Thank you, sorry that my initial question sounded angry :( I'll try it
Hi, thank, will try!