Re: gnuddrescue utility script
It installs fine with dpkg. Software center complains because the ddrutility file is not owned by root. Its owned buy uid 1000 which is typically but not always the operator's user. The other files in /usr/local/bin/ are set to rwxr-xr-x too. So I would do a
Code:
sudo chown root:root ddrutility
and
Code:
sudo chmod 755 ddrutility
too
Re: gnuddrescue utility script
Quote:
Originally Posted by
bakegoodz
It installs fine with dpkg. Software center complains because the ddrutility file is not owned by root. Its owned buy uid 1000 which is typically but not always the operator's user. The other files in /usr/local/bin/ are set to rwxr-xr-x too.
I wondered about that. So now I ran chown and chmod recursively on the entire source folder before building the package. It still doesn't install with the software center not being online. It seems to me I have had similar problem in the past with packages I have downloaded. Like the software center feels the need to go online and (try to) check the package out before it will let you install it that way.
I updated the download in my previous post to reflect the latest changes. Maybe I still didn't do something right.
Re: gnuddrescue utility script
Ddrutility is included in the 12/04 version of Ubuntu-Rescue-Remix.
http://ubuntu-rescue-remix.org/Version12-04
Thanks, Scott for rolling up your sleeves and packaging it in a PPA at the last minute!
"Ubuntu-Rescue-Remix features a full command-line environment with the newest versions of the most powerful free/libre open-source data recovery software including GNU ddrescue, Photorec, The Sleuth Kit, Gnu-fdisk and Clamav.
This release features ddrutility, a new tool written by Scott Dwyer to identify files affected by unrecoverable blocks on a disk image."
Anyone is encouraged to expand the Rescue Remix's capabilities and features, and join in its development. Any and all help is welcome!
Thanks!
Andrew
Re: gnuddrescue utility script
I am very happy that my program has made it onto the latest release of Ubuntu Rescue Remix! I never quite expected something like that would happen when I wrote it.
I quite honestly only have about 2 weeks into the writing of the core of the program, including research and much tedious testing. And then almost a month trying to figure out how to package it and doing a few tweaks to make it more presentable, trying to meet the deadline. So this program is almost a rough draft, considering that the whole thing was a learning experience. That and I also never got anyone else to test it and give feedback.
Now that I can relax some, I will be working more slowly on improving it and adding features. I rushed to get it out, but now I will be taking my time on it. I know there is not a big demand for what I created, but I am hoping that I will be able to get more feedback in time.
Next goals: Support for HFS/HFS+ filesystems, restructure some of the code, and make a MAN page.
Re: gnuddrescue utility script
being an alarm guy, this is all french to me... and I don't speak french. :)
Basically, my system has been having problems for awhile. The screen would suddenly freeze then some random message about battery or driver utility would pop up. When I tried to re-boot it failed and came up with some system halted message. (Yes, I know not very specific) Usually I could re-boot if I let the system sit powered down for awhile or was persistant enough.
Now it seems unresponsive and I can only boot via the live disk.
When I go to the harddrive it shows a folder "system volume information"
inside that I have "MountPointManagerRemoteDatabase" and "Tracking.log"
mount point opens up as a blank page with a flashing curser as if I can enter something, whereas when I try to open tracking with a text editor it errors out saying it cannot read it using unicode. I tried the other two options and no go.
again, sorry for being such a newb, but the wife is bitching me out for installating Ubuntu because some dork *** told her it was not for home users. Now I am up the creek because some of her docs were lost. Luckily I did use UbuntuOne for most of them, but these were torrent downloads and they did not go into the backed up directory as they were usually moved to another PC for viewing. (useless info that may be of help)
Cheers
Heinz
1 Attachment(s)
Utility to read only used portion of NTFS disk
I have been working on a new utility that could potentially use ddrescue to read only the used portion of a NTFS disk. It works by extracting the bitmap file and then creating a custom logfile to work from. (One of the neat things about this is that it has put me a few steps closer to actually being able to extract individual files from a failing NTFS disk, using raw reads with ddrescue and processing parts of the MFT.) I have a working test version right now that shows the concept can be done. However…
I have hit a major road block. Actually I have come up to a deep ravine and there is a rope walking bridge, and I need to drive a semi truck across it. So I need to build a new bridge from scratch. Since I am not technically a programmer, I don’t know any good languages and have been doing everything in bash script. But bash is just way too slow to do what I need. I can see I need to teach myself C, which isn’t going to happen overnight.
Until I can learn C, I could use a bit of help from someone. I have a small bash script that I need converted to something much faster. If that could be done then I could produce a working alpha version for the masses to try out. The script is commented fairly well, and there is a readme file with it.
Any help is appreciated.
Thanks
Updated to include a small sample bitmap file that was supposed to be there