Thank You Fred,
have installed hexdump and study now the man pages.
Kind regards Joerg
-----Ursprüngliche Mitteilung-----
Von: Fred Smith <fredex@xxxxxxxxxxxxxxxxxxxxxx>
An: users <users@xxxxxxxxxxxxxxxxxxxxxxx>
Verschickt: Fr, 9. Nov. 2018 13:34
Betreff: Re: App similar Winhex for Fedora
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 -- fredex@xxxxxxxxxxxxxxxxxxxxxx -----------------------------
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@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx
Von: Fred Smith <fredex@xxxxxxxxxxxxxxxxxxxxxx>
An: users <users@xxxxxxxxxxxxxxxxxxxxxxx>
Verschickt: Fr, 9. Nov. 2018 13:34
Betreff: Re: App similar Winhex for Fedora
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 -- fredex@xxxxxxxxxxxxxxxxxxxxxx -----------------------------
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@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx