Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: darkon11 on October 26, 2010, 09:41:59 AM
-
Is there a disk editor (like LDE) in the repository ?
Thanks
-
Wow, bumped eh?
Really, yes or no is enough !
-
No - but I didn't look ;)
-
Maybe somebody could make it?
Would be handy to deal with ZENworks Image Safe data
sebus
-
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.
-
For the advanced user, with some math and thinking byte-wise, hexedit works. dc is included and handles hex input and output.
-
Hi genec
For the advanced user, ...
I would consider editing at the disk level to be an advanced activity.
-
I would consider editing at the disk level to be an advanced activity.
Beyond any doubt if a magnetic needle gets involved :D
-
Hi genec
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.