Ubuntu :: Backing Up Hard Drive On Crashed Laptop?
Jan 26, 2010
I am having on trying to backup my crashed laptop with ubuntu 9.10 when i double click on my hard drive, it says "unable to mount location" and it says "unable to mount location" a job is pending on /dev/sda2 when i right click on my hard drive and select mount.
View 2 Replies
ADVERTISEMENT
Feb 9, 2010
How would one go about backing up a hard drive? I want my Windows hard drive to be backed up, so that I can restore it onto the hard drive if the hard drive was blanked.
If this hard drive is formatted and linux is installed on it, I want to be able to restore my current Windows partitions (Win 7 and Win XP) and probably the boot loader. I am sure this is possible, but what would be the best way to go about it?
View 5 Replies
View Related
Jul 28, 2011
So, I recently acquired a second hard drive (1.5 TB) and I wish to partition Ubuntu 11.04 with Windows 7. I've set everything up properly and using the Disk Utility in my System Settings I've created a 1 TB partition which I want to use for Linux. I think it has the proper partition type but how do I exactly go about transferring all my files from the hard drive I'm using now to the partition I would like to have?
View 2 Replies
View Related
Dec 16, 2010
I want to securely backup my 80G HD, but doing a complete backup takesforever and slows down my machine, so I want to backup just 1G per day. Details: % First hurdle: on the first day, I want to backup the "first" 1G of the hard drive. Of course, there really is no "first" 1G on a hard drive.% After 80 days, I'll have my whole HD backed up... assuming none of my files ever change, which of course they do. So the backup plan/program must also catch file creation/changes as they come along. % The backups must be consistent, in that I can restore my system restoring the backups sequentially. In other words, "dd if=/harddrive" probably won't work.
% The backups should encrypt file contents AND names, but I don't see this as a major hurdle. % Once the backup has backed up everything (even changed files), it can re-backup the first 1G on my hard drive. Even though this backup is redundant, that's OK, because I always want to be backing up something (eg, if I'm backing up to optical media, the older media might start going corrupt). Is there a magic backup plan/program that does thisIn reality, I want to do this for multiple machines drives each, but think that solving the above will solve the general
View 4 Replies
View Related
Feb 6, 2010
What is the recommended way to backup all files to an external hard drive? Should it be done through CLI or should a third party program be used?
View 2 Replies
View Related
Apr 6, 2010
I've been thinking about it and I have a few ideas how I could do this...
I could always just image the drive...
Code:
dd if=/dev/sda of=/media/EXHD/bakup_$(date +%F).iso
Also; I could use rsync...
Code:
rsync -auv --delete / /media/EXHD/bakup_$(date +%F)/
[Code]....
I've been doing mostly "dd" images...but was wondering if I'm just wasting time backing up a mostly empty HD (256GB and only 5% is used...so dd-ing seems like kinda of a waste).
View 2 Replies
View Related
Jan 25, 2010
I got a dell inspiron 1501 laptop with a 80Gb sata drive what is the best solution to add data storage space for someone that love to have multiples operating systems at hand Note: I use mostly linux so I won't need to change my laptop for many years maybe ...
View 2 Replies
View Related
Mar 13, 2010
I was busy making backups to my external hard drive just now, but Ubuntu crashed 10 mins into the backups. After rebooting the affected folders are now Read only, and I cannot add or remove anything. This is extremely annoying, I already threw away two USB flash disks because the same thing happened to me in the past. I don't want to throw away the external because it's far more expensive and packed with backups.
Symptoms: I can write or delete a file to the hard drive, in any folder, accept the folders that was being accessed when the computer crashed. I have tried to change permissions, but I get an error. I tried opening a terminal and sudo rm -r that folder, but I get a input/output error. I'm running Karmic. Backups were made by Back-in-time.
View 4 Replies
View Related
Jul 9, 2010
My macbook pro stopped booting yesterday due to some file system corruption in the hard drive. I am able to access this drive through a linux live cd which I am using now but when I go to some folders it says "Could not enter folder /media/Macintosh HD/..." My question is how do I give myself the permissions to be able to access these files and transfer them to a network drive?
View 1 Replies
View Related
Aug 4, 2010
Recently I built a web server for my clients to host in house. After talking with the web developer they informed me that i needed a CentOS computer with Drupal for them to design the website. This is my first Linux install and after spending hours upon hours configuring the server with FTP, SSH, and configuring our DD-WRT router with proper port forwarding we turned it over to the web designers to start work on the website.
A month goes by and the website is almost done, at this point we go to make a full backup of the hard drive. Due to a hardware problem it fried the circuit board of the hard drive. After attempting to recover the files myself we opted to send it to a HD data recovery facility to recover the information. We have received back a DVD containing the 2GB's worth of data from the CentOS hard drive. It contained 2 folders one for each of the partitions. I can view and see all the files on my windows machine and it appears that all of the data was recovered successfully. I harbored some hope that i could simply reinstall CentOS with the same account information and then just drop the recovered files on top of the new installation and have it start working.
I then reinstalled CentOS on another hard drive in the same computer and used the same credentials for installation. After i successfully booting into CentOS i turned off the machine and connected the hard drive it to my Windows bench machine. After booting into Windows i was unable to browse the hard drive. After doing more research and installing Ext2fsd i was able to see the 2 partitions CentOS had just created, but only able to access the Boot partition. After more research i discovered the default installation of CentOS creates a Raw file type for the 2nd partition and that is why i am having issues reading it inside of Windows.
I then downloaded a copy of Knoppix to see if this would allow me to write the old files over the new ones. After booting up the CD i could only browse to the /boot drive(and im not even sure if this is Knoppix's Virtual /boot or my CentOS /boot).
My question is what would be the best steps to recovery for my scenario? Can the files be placed to the drive and have everything restored? Is the only way to recovery thru reinstalling all applications and reconfiguring from scratch? How difficult is Drupal DB to recover in this type of scenario?
View 2 Replies
View Related
Dec 18, 2010
i can only boot to MSDOs with floppy msdos bootup on A:. I want to install ubuntu 10.10 and completely erase HDD but the ubuntu disc won't bootup even when bios is set for cd only. This is older HP pavillion that I have retired but HDD scans out good so I thought i would run Ubuntu only and maybe put MS out of business but not having any luck with install. When booting from HDD error is system 32hal dll is missing or corrupt but HDD C: is 0 anyway. I just want to install so I can play with Ubuntu.
View 14 Replies
View Related
Aug 2, 2011
I have a ubuntu 11.04 LAMP server at home.
Its runnign a few small sites on a drupal CMS.
This morning I found none of the sites were responding. The server itself sounded like it was thrashing the hard drive.
It wasnt responding to the FTP client or SSH connections. Web pages just sat there like they were loading very slowly but never actually loaded.
How can I find out what went wrong. I dont have a massive amount of experience with linux, particularly the server variant.
Its worried me a little that the drupal report shows several page not found errors like someone (a bot maybe) was trying to see what php setup files they could access.
View 5 Replies
View Related
Mar 2, 2010
I was transferring some files from my external USB hard drive onto my laptop (running 64bit Karmic), and my laptop froze up for whatever reason.Everything on the screen stopped and the Scroll Lock and Caps Lock LEDs began flashing.Not knowing anything else to do, I hard booted off with the power switch.At this point, I was concerned if anything on either hard rive would be damagedI booted my laptop back up, and all seemed well until I trued to open my Documents folder.For some reason, Ubuntu will no longer open any folders at allI can't click on ComputerDocuments, Music, etc. When I do, a tab opens in the taskbar that says Opening folder. It stays on screen for about 20 seconds, and then goes away and the folder never opens.The weird part is if I open gEdit and try to load a file, I can see and get to everything.
View 4 Replies
View Related
Dec 13, 2010
Installing Linux on second hard drive in laptop I hope to get a laptop with two hard drives. I like to know if UBUNTU comes with installer that would easily let me install UBUNTU on the second hard drive. And also let me select which OS to boot on startup. Win 7-64-bits will be on the first hard drive, Linux will be on 2nd / other hard drive. I prefer NOT to use Wubi to install linux in Win 7's primary partition because should I reinstall Win7 with recovery disks, it will wipe out Linux.
View 9 Replies
View Related
Apr 7, 2009
I am upgrading my old 40G hard drive to a new 160G one and want to know the best way to set it for use with my system. I currently have a Windows partition which I want to keep & reinstate onto the new drive. Then I want to have another 3 partitions for different distros.
What should I do as a first step when I put the drive in boot off a live CD. I am assuming that I will need to do. If I do a, # grub-install, will this then format the MBR and then create a small partition for /boot. Following that, do I just restore the Windows partition immediately after the /boot partition, and then create new partitions for the distros accordingly.
I would also like to create a seperate swap partition and then install F10. Is there an option in Anaconda to not use LVM (can't remember).
View 5 Replies
View Related
Dec 1, 2009
I would like to backup up my linux files to an external hard drive from a laptop. What would be the most simple and easiest way to do this? How would I format an external hard drive in linux.
View 4 Replies
View Related
Dec 30, 2009
I got a new laptop, a Dell D400. I want to swap my hard-drive from my old laptop into the new one, and did so... but then got an error stating that my CPU didn't support PAE.
As far as I was aware I hadn't actually installed a kernel with PAE enabled [as I always pick a real-time kernel for audio work]: but then read that lots of the newer distibutions are enabling PAE by default [which is what's caused the problem].
Is there an easy way of disabling PAE in the existing kernel? Or would it be easier to downgrade to another version of OpenSUSE? I'm on 11.2.
View 9 Replies
View Related
Nov 28, 2010
I am trying to wipe the hard drive on an ancient laptop. The current plan is to find a live distro that can run shred or equivalent program. The problem is that most ultralight linux's don't seem to work with the RAM restrictions (Optimistically 80 MB, Worst Case 16 or less). I will likely have to just bust open the case and physically mutilate the Drive I would prefer a more 'civilized' approach (defined as one which keeps the machine in one functioning piece).
Model: Dell Latitude XPi CD
Processor: Intel (Inside) Pentium (one?) MMX
Available Media: CD, Possibly Floppy (I have access to only one other machine with a drive)
OS: Windows 95
I am having a hard time getting any farther specs. If anyone knows of a distro that has a prayer of running in these conditions I would love to know.
Current candidates:
Puppy Linux < 1.0.2
DSL (Unsure of architecture compatibility)
View 6 Replies
View Related
Jul 13, 2010
I am getting ready to install Ubuntu 9.04 on my Dell laptop, only because 10.04 won't work. I have the hard drive partitioned as C: and D: . I am keeping Windows on C: for a couple of applications that need it. I still have a few things on the D: drive. Do I need to have it completely clean and formatted? And, will Ubuntu ask where I want it to be installed or will it just take the largest contiguous space available? After the install, does the system automatically ask if I want Windows or Ubuntu or how do I tell it which system to bring up?
View 1 Replies
View Related
Jan 25, 2011
Have a seagate laptop hard drive, it spins up momentarily, makes some quiet electronic 'zipping' sounds then stops. After this, it is still reachable by the seagate utility, which says the hard drive is experiencing too many read errors, but the platters are definately not spinning.
View 4 Replies
View Related
Jul 19, 2011
Long time Slack user, thought I would try to update my old laptop (Toshiba Satellite with AMD K6-2 333 MHz, 128 MB RAM, 40 GB hard drive) from 10.2 to 13.37 in celebration of the newest version :-)
By update, I mean a complete wipe and reinstall, just to be clear.
So 10.2 runs well, everything looks shiny (XFCE of course) but when I try to install 13.37 I run into trouble. I figured out to boot with huge.s instead of hugesmp.s, but when I try to run 'setup' I get an error that says I have no partitions. mkay, I try fdisk (or cfdisk), but I get literally NO response - no error, no nothing but a return to the command promt. It is exactly as if fdisk does not recognize there is a hard drive there at all.
I boot back into 10.2,check the BIOS, everything looks fine, I have a drive mounted at /dev/hda1, swap at /dev/hda3. Are there some additional parameters I should be booting with? Does it matter that the hard drive is ATA?
View 11 Replies
View Related
Apr 13, 2010
This isn't a problem with the 2.6.26 kernel that I have been using, but it is with newer ones. I want to upgrade to a backports kernel, because there has been a REALLY long standing 2.6.26 bug with cpu frequency governors and suspending that is never going to get fixed.
Basically, with the 2.6.30 backports kernel, the hard drive spindown time is way too short. I'd like it to spin down after a minute or two of inactivity, but it is spinning down after only 5-10 seconds. Is there any way to fix this? edit: Now that I think about it, this is also a problem on another laptop that runs squeeze.
View 2 Replies
View Related
Oct 4, 2010
I have a Toshiba laptop that seems to be freezing on extended operations involving the file system/hard drive. (that's kind of a guess on my part). The system has frozen during the last day or two when I:
- try a large file operation with Nautilus
- try exporting a large video file from Kdenlive
- try formatting the disk for a new install of Maverick (I decided that with the new version almost out, I might try upgrading in case I broke my system)
What I see is the screen freezing and the mouse does not move. As I said, I tried installing the Maverick RC from the Alternate CD (I wanted to do a minimal install). The install hung on the partitioning step and the caps-lock key started blinking (though I don't get this in other cases). I have booted into my Lucid live-cd and a Puppy live-cd to try Gparted, with the same results - the system freezes (but the caps-lock key doesn't blink). Puppy HAS performed better generally, for example I was able to complete my large file operation (backing things up!) but it is freezing on the partitioning step.
View 5 Replies
View Related
Mar 27, 2011
Is there a way to share your evolution settings from say desktop to a laptop without backing up and importing everytime? Kinda like have an outlook pst file on a server and anyone can open it? I work at my desktop alot but sometimes at my laptop in the livingroom.
View 2 Replies
View Related
Oct 12, 2010
I am using Ubuntu 9.10 on a Sony viao laptop. (not right now 'cause it won't start up). I've been tring to turn it on all evening with no luck. I turn the power on. The first bios screen show the read out and then the Ubuntu icon shows on black screen and then the screen goes black. At that last stage I would have expected to see the brown Ubuntu screen and then the log in screen but it doesn't show up.
Is my hard drive damaged from being shaken around? I carry my laptop in a backpack designed for that and place in my car trunk (carefuly, I don't throw it around like a ball) If the hard drive is damaged, the way do I see the first black Ubuntu srceen on start up? Does Ubuntu burn that on to the bois? I tried starting up from an Ubuntu instalation CD and a Puppy CD and got the excat same results as listed above.
View 3 Replies
View Related
May 24, 2010
In a few hours I'll have a new 500GB Sony laptop, filled with the usual Sony rubbish which I'll promptly be replacing with Ubuntu or Crunchbang or something. However, first I want to make a full clone of the drive (including recovery partitions), should I wish to return it to Sony or sell it on in its factory state.
The problem is that the only backup drives I have are less than 500GB - the biggest I have is 250GB or so! So I need to backup and compress on-the-fly.
What's the best way to do this? Presumably dd piped into gzip would do the trick, or does anyone have any other suggestions to accomplish this?
View 3 Replies
View Related
Jul 17, 2010
I have an Ubuntu server running Lucid. I'd like to be able to back up the hard drive in the server to an external hard drive. I try to plug in a drive via a USB port and it doesn't appear to mount automatically, as it does on the desktop version. Questions: 1) What/where should I be looking for to see if the drive is mounted? (I've looked in /dev and /media; no dice.) 2) What's the mount command I should use to manually mount the external hard drive? 3) What backup commands or programs, other than rsync, are recommended? (Nothing against rsync.)
View 5 Replies
View Related
Jul 15, 2010
I have just downloaded version 10.04 for my laptop as the previous version (9.?) stopped the internal fan from working. As it was installing the laptop got too hot and turned itself off. I have tryed to reboot but it won't.
View 4 Replies
View Related
Oct 18, 2010
i'v recently downloaded a torrent file which happened to be a fake movie. it gave me a message stating i need coreplayer to run it and directed me to [URL].the file was an obvious fake because it had the yahoo! logo on it, but right after running it my laptop slowed down to snail-turtle speed and i had to reboot it.as i said i'm not sure whether this is a bug or a security-related threat, i should be fine by just deleting the said file, correct?
View 9 Replies
View Related
Mar 16, 2010
My parents bought a new hard drive for a laptop that I've owned for several years. It's much larger than the current one, so I plan on splitting it up to dual boot it with Ubuntu.I have no problem with partitioning a drive (I always keep a LiveCD handy), but my question is this: how can I go about moving the existing partition to the new drive? This is a laptop, so I can't simply plug the new drive into another slot.
Also, even if I manage to move it, will Windows still work on the new drive in a larger partition? I've had this laptop for quite a while, and I've lost the recovery discs that came with it a long time ago. I also have a lot of software without CDs to reinstall them with. This makes not reinstalling Windows a high priority.
View 3 Replies
View Related