Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

How to install/use "icheck" and "ncheck" in Ubuntu 16.04

Writer Matthew Harrington

I want to use icheck and ncheck commands to find files stored on specific HDD blocks (instruction). I installed the command via

sudo apt-get install icheck

but this packages is

A tool for statically checking C interfaces for API and ABI changes. All changes to type declarations that can cause ABI changes should be detected, along with most API changes.

I believe it is a different package. How can I use the icheck and ncheck commands in Ubuntu?

1 Answer

You can run those checks once you ran debugfs /dev/sdxy.

Those are implemented in it.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy