WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Disk editor  (Read 3086 times)

Offline darkon11

  • Newbie
  • *
  • Posts: 4
Disk editor
« on: October 26, 2010, 06:41:59 AM »
Is there a disk editor (like LDE) in the repository ?
Thanks

Offline darkon11

  • Newbie
  • *
  • Posts: 4
Re: Disk editor
« Reply #1 on: October 28, 2010, 03:41:11 AM »
Wow, bumped eh?
Really, yes or no is enough !

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14570
Re: Disk editor
« Reply #2 on: October 28, 2010, 04:32:47 AM »
No - but I didn't look  ;)

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Disk editor
« Reply #3 on: April 15, 2013, 04:03:21 AM »
Maybe somebody could make it?

Would be handy to deal with ZENworks Image Safe data

sebus

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11256
Re: Disk editor
« Reply #4 on: April 15, 2013, 10:51:40 AM »
Hi sebus
See here for more on the subject:
http://forum.tinycorelinux.net/index.php/topic,13919.msg77966.html#msg77966
If you use the  dd  command you can copy the sector(s) of interest to a file first. Then use any hex editor to make
your changes, and  dd  the modified file back to the disk. It would also be a good idea to make a backup copy
of the file before making changes so you have a way to restore the original contents.
This might also be of interest:
http://www.wxhexeditor.org/home.php
There is a statically linked (no dependencies) version available here:
http://sourceforge.net/projects/wxhexeditor/files/wxHexEditor/v0.20%20Beta/
The file you want is  wxHexEditor-v0.20-Linux_i386.tar.bz2. I did verify that it runs, but since none of my disks need
their sectors modified, I did not try writing back.

Offline genec

  • Full Member
  • ***
  • Posts: 240
Re: Disk editor
« Reply #5 on: April 15, 2013, 05:23:21 PM »
For the advanced user, with some math and thinking byte-wise, hexedit works.  dc is included and handles hex input and output.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11256
Re: Disk editor
« Reply #6 on: April 15, 2013, 05:50:47 PM »
Hi genec
Quote
For the advanced user, ...
I would consider editing at the disk level to be an advanced activity.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Disk editor
« Reply #7 on: April 16, 2013, 01:38:41 PM »
I would consider editing at the disk level to be an advanced activity.

Beyond any doubt if a magnetic needle gets involved  :D
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline genec

  • Full Member
  • ***
  • Posts: 240
Re: Disk editor
« Reply #8 on: April 16, 2013, 05:54:57 PM »
Hi genec
Quote
For the advanced user, ...
I would consider editing at the disk level to be an advanced activity.
True.  It's easier also to build a EBR for an extended partition with a true disk editor than a typical hex editor.