Ubuntu :: Gui Version Of Ddrescue For 10.1
Feb 24, 2011
I have installed Ubuntu on a friends laptop. He lives in a different city, and needs to move files from one somewhat quirky 1tb drive to a new 1tb drive. He needs something that reads slowly on purpose or something like that. He also needs a gui tool. He asked me, but I haven't been able to find something for Ubuntu. maybe a custom script for ddrescue would work, but i don't even think he would like that. He is very nervous when it comes to the terminal.
View 5 Replies
ADVERTISEMENT
Jun 2, 2010
I tried to clone my laptop ubuntu partition (9.10) using ddrescue into my portable harddisk.I run command "ddrescue r3 /dev/sda6 /dev/sdb6" sdb6 is my portable harddisk partition with lots of data. In my head I was thinking that it will create image file (like iso or img)that can be restored to another disk.Suddenly I relize that it delete my existing data (in sdb6) then I interrupted ddrescue.Is there a way that I could get back my data in sdb6?Partition in sdb6 is FAT32m, now when I try to open sdb6 using Windows OS, it always aks me to format
View 6 Replies
View Related
Nov 28, 2010
extract some data off a failing drive the other day. I plugged it in, but got no response in windows or linux (partition is ntfs), but it does appear in the bios and /dev (though the hdd hung most linux liveCDs except rescue remix 9.04). I tried to analyze the drive, and found good smart data, so I figured there were just a few bad blocks in critical places. I ran spinrite against it in level 2 mode. the process crawled (40MB after 2 hours) and it updated the smart data to reflect many many reallocated sectors, putting the drive into a failing state as far as smart is concerned. so, now, in a last ditch effort I am turning to ddrescue to try to get an image of the drive. it's been running about 17 hours now, and has done several complete passes through "Splitting error areas".
here is my current output:
Code:
Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]....
have I done all I can? can I in good conscious declare this a lost cause? I do have an image from a prior run of ddrescue, with 826 MB of data.
edit: I resumed the task from log, and now it is reporting the err size as 9223 PB. since the drive is a 320GB, I find that a bit odd.
View 1 Replies
View Related
Dec 8, 2010
I'm trying to mount a .img file with a HFS+ partiton on it. I can't seem to get it working. I don't want to overwrite a whole partition. Just mount the filesystem to /media/directory.
sudo mount -t hfs -o loop /path/file.img /media/directory/ gives me wrong fs type, bad option, bad superblock on /dev/loop0,
Output: dmesg | tail
[665583.878826] hfs: unable to find HFS+ superblock
[690232.956830] hfs: can't find a HFS filesystem on dev loop0.
View 3 Replies
View Related
Apr 22, 2010
I'm trying to make an image of my whole hard drive (320 GB) to save on an external hard drive. I'm using Ubuntu Jaunty Live CD to do it, with this command
Code:
sudo dd if=/dev/sda | gzip -c > /media/ExpansionDrive/imagedd.img
At the beginning everything is going fine, but after few hours the transfer rate is incredibly low. After 1/2 hour, 20 Gb have been copied.
After 1 hour, 27 GB
After 2 hours, 40 GB
After 4 hours, 54 GB
After 8 hours, 71 GB
Is it normal? I've also tried to use ddrescue, but I have the same problem. Is there any other tool to clone hard drive with a constant transfer rate?
View 1 Replies
View Related
Feb 23, 2010
Can't mount or read ddrescue result file
View 1 Replies
View Related
Jun 14, 2010
I am trying to recover some important data from a 273 gig NTFS partition that was used in windows 7. The laptop was dropped and would not boot the next day. As an external drive I could see 2 smaller partitions (30 gig and 500 meg), but the main partition was RAW and requesting to be formatted... so I came to learn about Knoppix 6.2.1 as my live boot cd and ran ddrescue to recover an almost complete image of the bad partitionddrescue -n /dev/sdc1 /media/sda1/image.img /media/sda1/logfile.logI then ran it one more time:ddrescue -r 1 /dev/sdc1 /media/sda1/image.img /media/sda1/logfile.logthe image was made with 741 errors (amounting to 160 megabytes)So Now I have my partition as image.img which I want to mount.
First I tried
sudo mount -t ntfs -o loop /media/sda1/image.img /mnt/recovered
sudo mount -t ntfs -o loop,force /media/sda1/image.img /mnt/recovered
[code]....
View 1 Replies
View Related
Sep 16, 2010
im trying to use ddrescue to clone a dying disk to a remote machine using ssh. this is my command:
Quote:
sudo ddrescue --block-size=4KiB /dev/sda1 - | ssh user@address 'cat /data/backup.img'
it returns the error "cat: can't open '/data/backup.img': No such file or directory"
View 3 Replies
View Related
Sep 18, 2010
How do i check for updates to the current version of rkhunter and if possible upgrade to a new version?
View 2 Replies
View Related
Oct 18, 2010
Is it possible to just roll back the version of Mesa on my install to an earlier version...I think this is the key to getting my game to work.
View 2 Replies
View Related
Jun 4, 2010
Installed Zend Server CE on 10.04 - install mostly fine. But phpmyadmin shows this error; "Your PHP MySQL library version 5.0.83 differs from your MySQL server version 5.1.41" I have followed the Zend online docs and used a DEB install. Why would these versions be different?how do I fix it so that the two are in sync?
View 3 Replies
View Related
Sep 29, 2010
What happens if you get an update for an older version kernel when you are using a new version?
View 3 Replies
View Related
Nov 22, 2010
i would like to replace my Ubuntu Desktop version with the Netbook version. I dont mind losing my current data on the desktop version but if there is a way for me not too i would love to know
View 2 Replies
View Related
Jan 2, 2011
I bought new laptop (VOSTRO 1015) with defalut ubuntu 8.1 linux OS. i need to instal latest ubuntu version, is it possible to override old version with new version if i can over ride old version is there any problems with my laptop.When i palyed MP3 and Videos in movie player one pop message was displayed codec are not available , ubuntu version is out dated.i need to instal latest ubuntu with audio and video drivers
View 2 Replies
View Related
Jul 18, 2011
I have installed Ubuntu 10.10 desktop version on my Lenovo L420 laptop. Now my friend told me that if I had installed laptop version on it then it would have recognized events related to laptop like closing down the laptop screen and all.
Q1. Is there any way by which I can upgrade it to laptop version?
Q2. What are the differences between both?
View 1 Replies
View Related
Feb 5, 2011
Just got my AW M11x and I am following a thread on installation issues and work around. My question is should I install the desktop version or the Netbook version? Not sure the best location to post, if incorrect please move accordingly Wanting to run gimp, open office, wine to access MS office (use for school) and possibly install photoshop for raw work gimp cant handle.
View 5 Replies
View Related
Jan 8, 2010
I have a doubt, may sound funny but wanna know whether it is possible to share DVD drive in windows [version 7] and use it in Linux system [version fedora 12]?
View 4 Replies
View Related
Apr 6, 2011
I am trying to install ns2.1b5 on fedora and I am getting the following error:
No rule to make target `VERSION', needed by `gen/version.c'
View 2 Replies
View Related
Sep 17, 2010
Which LXDE version of Linux has the newest version of Firefox and Open Office included?
I am looking for an iso file, and I am trying to run this off of a live CD for now. So I want a light version of Linux, probably LXDE, or if not, then probably XFCE. But I need a new version of Firefox and OpenOffice included.
Because, I tried burning the customizable NimbleX @ custom.nimblex.net . Pretty good, except it uses Firefox 2, and Open Office 2.3, which are outdated.
And I tried Mint XFCE, which might have been pretty good too, but it had some issue of blanking and requiring relogin after I opened hotmail frequently (user id: mint, password: blank).
The web browser and the word processing program are the most important and essential applications to me.
So are there any Linux versions in LXDE on LiveCD that include newer versions of Firefox (or at least another good browser) and Open Office (oo seems better than abi)? (Again, if no LXDE, perhaps XFCE?)
I just want to download a good version in an iso file, and burn it to a CD and get to work. Like I said the web browser and the word processing program are all important.
So really, what iso/LiveCD versions are the fastest for running on an older system, and yet have the newest browser and word processor included?
View 6 Replies
View Related
Oct 10, 2010
my laptop currently has 8GB of RAM and I wouldn't want that going to waste. I have read about the issues with flash on the 64 bit versions of buntu. Would you recommend going 64-bit or 32-bit with PAE? also, does the 10.10 kernel have PAE enabled by default?
View 9 Replies
View Related
Feb 25, 2011
I installed debian squeeze on an old computer that I found. (Pentium 4 3.2GHz HT) I installed from the i386 version, but now the uname command shows that its an i686. I don't find many packages that I need using apt-get. Do I need to compile each package I need from source or use dpkg to install the deb of an i386 version?
Can I use the i386 version on this computer rather than the i686 version? Will it cause a signifncant performance decreaes? (I use this computer to mostly do some reading and writing and file storage, no gaming etc.) How do I force the installer to use the i386 version?
[Code]...
View 3 Replies
View Related
Dec 13, 2009
How do I replace a 32bit version of 11.1 with a 64bit version of 11.2 or is it even possible?
View 2 Replies
View Related
Jun 11, 2009
What is default socket name and version in redhat linux with kernel version 2.4-20-8.
View 1 Replies
View Related
Jul 10, 2009
I've made a linux app that I'm porting to win32 winth MinGW and MSYS. It's a ticker app that reads then renders a text file to a pixmap (a tall single-line image), then it kind of scrolls the pixmap by drawing a part of it to a drawing_area, using gdk_draw_drawable() within a timeout handler set by g_timeout_add().
The problem is it works fine on linux (the scrolling is really smooth and that's the goal) but the win version is choppy and uses at least 90% of cpu resources (vs 15% with linux) like there is a big performance problem. And I'm not even sure that double buffering is set. Is it related to some mingw config or drawing_area stuff or gtk for win?
View 5 Replies
View Related
Mar 8, 2011
Sometimes a kernel image seems to have the same version as the backported kernel image, for example:
linux-image-2.6.32-bpo.5-amd64
linux-image-2.6.32-5-amd64
What are the differences between the two?
View 5 Replies
View Related
Feb 5, 2010
I have a server running Reh Hat Linux 7.3 with kernel 2.4.18. Can i upgrade kernel to version 2.6 and glibc to version 2.5?
View 6 Replies
View Related
Jul 4, 2010
what is the postfix version comes with CentOSPlus repository for centos 5.4
View 2 Replies
View Related
Mar 10, 2010
I am using Nagios 3.2.4 monitoring tool on a Linux box with Fedora 10 installed on it and Apache version is 2.2.10. I would like to upgrade my Fedora version from 10 to latest version Fedora 13.
View 9 Replies
View Related
Feb 8, 2010
I have a few questions about running virtualbox.
1. what is the difference between the repo version and the sun .rpm version?
2. will usb, printer, etc. be available to the guest os?
3. Will my computer be able to handle running 2 os? after upgrade I will have a p4, 1g ram (333 ddr), and a 250g hard drdive.
IMy goal is to install WinXP and to help test new version of openSUSE with openbox.
View 3 Replies
View Related
Oct 21, 2010
How do the version numbers compare? Are they identical? I have Iceweasel 3.5.13, does that mean I essentially have Firefox 3.5.13?
View 11 Replies
View Related