On Fri, Nov 09, 2018 at 04:52:28AM -0500, Joerg Lechner via users wrote:
>    Hi,
>    because of the problem, which I have described in the thread "problem
>    file copy to external disk" I would like analyse file headers on a NTFS
>    formatted disk with F28/F29. I think on Windows Winhex is the app.
>    Which app can I use with F28/F29?
>    Your answer will be very helpful.
>    Kind regards

hexdump? it has many options, be sure to read its man page.

to view a partition, hexdump <options> /dev/sda1
to view the actual drive, hexdump <options> /dev/sda

probably pipe its output to less:
hexdump <options> /dev/sda | less



-- 
---- Fred Smith -- fre...@fcshome.stoneham.ma.us -----------------------------
                         God made him who had no sin
                      to be sin for us, so that in him
                 we might become the righteousness of God."
--------------------------- Corinthians 5:21 ---------------------------------
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to