https://bugs.kde.org/show_bug.cgi?id=502243

--- Comment #1 from Andrius Štikonas <andr...@stikonas.eu> ---
Well, KDE Partition Manager does not run echo ',' | sfdisk --force --append
/dev/sdc" since that's not a Linux command you can execute. Pipes like this are
just bash syntax. Partition Manager does not run bash at all and it indeed
simply runs sfdisk --force --append /dev/sdc" and then writes to it's stdin.

I think there is a bit more info on the terminal if you launch with
KPMCORE_DEBUG=1 partitionmanager. If I recall correctly, it will show what data
is written to the process.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to