devio
correctly read (or write) a region of a block device
Install
- All systems
-
curl cmd.cat/devio.sh
- Debian
-
apt-get install devio
- Ubuntu
-
apt-get install devio
- Kali Linux
-
apt-get install devio
- Fedora
-
dnf install devio
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install devio
- Raspbian
-
apt-get install devio
- Dockerfile
- dockerfile.run/devio
devio
correctly read (or write) a region of a block device
devio is a command line program to read correctly from mtd character (and other block) devices. devio allows access to specific regions of the device and allows output of data from specific locations. The primary difference between devio and other command line utilities, such as dd and cat, is that it is not stream based - it writes directly into the object rather than reading and writing a stream of data.