With this set of shapes you can design desktop apps for Windows 8 and 10 following the Universal Windows Platform (UWP) design guidelines.
DiskProbe is a reminder of an era when users had direct access to hardware, for better or worse. Today, we have safer abstractions, but sometimes—when a disk won’t mount and data is at stake—you still need a tool that doesn’t ask for permission, only for precision.
Since a native diskprobe is rare, advanced users can compile a similar tool (like dfsee or a custom sector editor) and package it as a .deb . Here is a quick method using checkinstall : diskprobe deb
: Unless you are an advanced user, stay away from the root /System folder. DiskProbe is a reminder of an era when
| Command | Effect | |---------|--------| | p | Print partition table | | d | Go to sector (decimal/hex) | | c | Go to CHS (Cyl/Head/Sec) | | h | Toggle hex/ASCII side display | | r | Read sector again (refresh) | | w | Write current sector (dangerous) | | q | Quit | Here is a quick method using checkinstall :