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
  • is it safe for data? maybe first i'll try some live cd with another kernel?? Commented Jul 12, 2020 at 14:31
  • I doubt that will make a change but feel free to do that. If you want to be on the safe side then you can manually create a snapshot with dmsetup (and maybe a small (100M) RAM disk loop device as COW volume) and make the changes to the snapshot. That way the original device is unchanged so you can test the operation. But that is complicated. Too complicated for me to add that to the answer at least. You would need kpartx in that case for creating a block device that is equivalent to sdd1. Commented Jul 12, 2020 at 14:41
  • thanks! you was right!! feeling bad a little, so much time wasted, it was simple as 2 commands in terminal and everything is working now, my data has been safe all the time :-) Commented Dec 20, 2020 at 12:45