Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The partition where I have Mi3 installed is /dev/sda3.

For (2), we can run sudo sudo filefrag run:  

Code Block
languagebash
sudo filefrag -v /swapfile

For my system doing so outputs:

Image Modified

The value we are after is the ext 0 physical offset (first value of physical_offset) as shown in the image (red rectangle). 

...