| 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 |
# Dump partition table of /dev/sda without entering interactive mode echo p | diskprobe /dev/sda
Log in as root by typing su and entering your root password (default is alpine ). Run the following installation command: dpkg -i path/to/diskprobe.deb Use code with caution.