Results 1 to 4 of 4

Thread: need a low-level ide hex editor/viewer

  1. #1
    Join Date
    Oct 2007
    Location
    Chennai, India
    Beans
    3,804
    Distro
    Ubuntu Development Release

    need a low-level ide hex editor/viewer

    Hello,

    I need a low level utility which will give me a direct hex view of an IDE hdd connected via a USB enclosure. Can anyone suggest something? I used to use WinHex in Windows.

    I have a Canon GP200 digital copier, which was not working. An engineer claims that he has "reloaded" the software on the HDD that was in the copier (A quantum 3.5" 3.2Gb), but when I connect that HDD to the computer via USB enclosure, all I see is a blank HDD, no partitions nothing. However, when I plug that back on the copier's motherboard, the copier is working.

    So I assume that either the copier is using the HDD in "RAW" mode, where it doesn't require any partitions, layout, etc or that the "engineer" is fsck'ing with me.

    To check this, I need to know if anything is _actually_ written to the HDD or not. Since there are no partitions etc, I can only do this by getting a low level hex view, sector by sector (or whatever).

    Note to impatient readers: I DO _NOT_ WANT TO KNOW HOW TO CONNECT A DIGITAL COPIER / PRINTER TO MY LINUX SYSTEM.
    Cheers,PRShah
    Make your own: Ubuntu, Kubuntu, Xubuntu, Mythbuntu All-in-One Live DVD
    "I never make mistakes; I thought I did, once.. but I was wrong."

  2. #2
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: need a low-level ide hex editor/viewer

    You could install a hex editor with:

    Code:
    sudo apt-get install ghex
    Also, if you want to use a more "unixy" utility to view things in hex, you can pipe things to the "od" command.
    Don't try to make something "fast" until you are able to quantify "slow".

  3. #3
    Join Date
    Feb 2008
    Location
    US
    Beans
    2,782
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: need a low-level ide hex editor/viewer

    why dont you burn a RIPLinux liveCD and run testdisk on the harddrive. This is a file recovery utility. It ignores the partition table and will look for any data present on the disk.
    Desktop: Q6600 OC: 343 x 9, 4 GB RAM, 8600 GTS Twinview (22",17"), 1.5 TB RAID 5
    Laptop: Lenovo T61 T7300 @ 2 GHz, 2GB RAM, Nvidia 140M Quadro, 160 GB harddrive
    Remember to mark posts as [SOLVED] when your problem is resolved

  4. #4
    Join Date
    Feb 2008
    Location
    Townsville, Qld Australia
    Beans
    1,065

    Re: need a low-level ide hex editor/viewer

    Quote Originally Posted by tamoneya View Post
    why dont you burn a RIPLinux liveCD and run testdisk on the harddrive. This is a file recovery utility. It ignores the partition table and will look for any data present on the disk.
    If you already have the ubuntu livecd, rather than download a whole cd just install testdisk into the live environment as normal. You will need to enable universe in system>admin>software sources then:
    Code:
    sudo apt-get install testdisk
    Registered Linux User #464572
    journal.ryanhaigh.net
    www.ryanhaigh.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •