Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • The pipe is an automatic way to enter what you would have otherwise typed. Would running sfdisk -N 2 /dev/loop14 and then typing from the keyboard <space>,<space>+7506944K, work? Commented May 5, 2022 at 15:00
  • Could you update with the partition table for /dev/loop14, and how will look after. Commented May 5, 2022 at 15:36
  • @EduardoTrápani, I made some test using your method, and understood that the problem is the + sign. If I simply enter the size as 7506944K, without the plus it works. This obviously works also using the pipe Commented May 6, 2022 at 7:13