Software :: Recover The Filesystem Or The Altrnative To It?
Nov 30, 2010i got stuck while booting my LINUX box.it looks likes filesystem(EXT3) currept.recover the filesystem or the altrnative to it. I have IMP data in my machine
View 1 Repliesi got stuck while booting my LINUX box.it looks likes filesystem(EXT3) currept.recover the filesystem or the altrnative to it. I have IMP data in my machine
View 1 RepliesYesterday I ran an extremely dangerous command by mistake:
Acctually I intended to dump the iso to a usb disk. Soon I found the "of" is incorrect, but 1 second has passed...
Since everything happens in 1 second, only MBR and /dev/sda1 has been affected. The filesystem of sda1 is ext3.
So, can I get any luck trying to recover data from the broken partition?
so I just installed Ubuntu 10.10 a couple of days ago and used my whole hard drive.Thing is, I decided that although I loved Ubuntu, I stll want to have dual-boot for some cases.. But now that the disks filesystem is not NTFS, Windows cannot regognise the disk as installable and cannot convert the filesystem. Gosh, Windows is a piece of junk, but I still need them for some occasions.
View 1 Replies View RelatedSuppose I have a good backup of the / root filesystem. How do I recover the / root area? Suppose I have modified the root filesystem, perhaps I do an update some of the packages and regret it, and I want to get back to the system at the time of the backup. How do most linux people recover the root area of a system from a backup?
1) I wondered if I might put a System Rescue CD in and boot off it?
2) And then NFS mount the directory containing the backup? -In my case, I have made a good backup using rsync, to a directory elsewhere on the network.
3) And then, still booted off the System Rescue CD, mount the partition that contains the / root area in question?
4) Would I then clear or empty or delete the contents from the / root partition?
5) And then copy across all the files from the backup into the / root partition?
I ask these questions because of the (very nice) way linux OS is built entirely from packages... Am I being too complicated? (By comparison, I can see it is easy to recover user data.)If, instead, I simply recovered the backup straight onto the updated root filesystem, I wonder what it would look like if I then tried to verify it with "rpm -Va", for example? Surely, all the packages would fail the verification, because it would think it has a later version of each package from the update, but the actual files would have been overwritten by the earlier version from the backup?
On my drive I had 2 partitions for an Ubuntu 9.04 (swap, /) and one partition for Windows. I figured out that I should upgrade my Ubuntu, so I deleted the "/" partition and in its place created 2 new partitions (/, /home) .
After installing the latest Ubuntu 11.04, I realised that although I had backuped everything I needed in a 2nd disk and I could access those folders and their data from my Ubuntu 9.04, both my Windows and the 11.04 can locate neither the folders nor the data now. I have no idea why this happened (perhaps some issue with the mounting?) I have tried the trial version of Stellar Phoenix linux data recovery tool, but it cannot locate the old partitions.
120 GB HDD. All ext4. Wanted to partition it into 60 gig ntfs, and 60 gig ext4 for dual install. Booted up the LiveCD. Clicked on the partition to modify. Selected /windows as mount point. Change took place. Now, my disk shows up as 57 GB FAT (almost all of which is free) and 60 GB of unallocated space. Any way to recover it? I'm sue the data is in the 60 GB of unallocated space. While I have a back up of some of the data, I'm going to be losing quite a bit if I can't recover this...
View 1 Replies View RelatedRecently I was forced to hard reset my computer a couple of times (mostly out of frustration) and due to my idiocy i was confronted with the standard Kernel Panic message at bootup. I tried running an fsck from live cd which corrected a bunch of errors but to no avail (as far as getting rid of the Kernel Panic msg). I then tried to mount the filesystem by accessing it from live cd (and later even installed ubuntu on a small leftover partition to get rid of the annoying live cd lag) but it says that I don't have access to my home or root folder. Mounting from command line gave the same issue.
So now to the question. Is there a general procedure to access data in my corrupt filesystem if it is encrypted?
Original disk:
XP NTFS primary
Linux / ext4 logical
Linux /home ext4 logical
Win 7 NTFS logical
NTFS data logical
swap space
NTFS recovery partition
I tried to install linux, as there was a problem with XP overwriting grub, I chose write grub to /dev/sda8 (which is where the linux install was appearing earlier).
I guess this borked the filesystem somehow. Now the NTFS data partition and the swap space are appearing as one free space.
Well actually before that some linux live CDs (including gparted were seeing the entire drive as unpartitioned). I had to go into XP and delete the /ext4 partitions.
Is there any way for me to recover the NTFS data partition ?
I am very new to linux, and I have a question regarding the filesystem check (fsck). The power recently went out and when I tried to restart linux the following error appears:
*/dev/sda1 contains file system w/errors, check forced it then goes on to say..
*An error occured during the file system check. Dropping you to a shell; the system will reboot when you leave the shell. Give root password for maintenance (or type Control-D to continue) I wasn't sure what to do, but checked some other online forums and they suggested running fsck manually - so I typed in the root password - and used the command, "fsck -A -V ; echo == $? ==" it then gave the following message
*WARNING!!! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage
*Would you like to continue (y/n)
Again, I wasn't sure what to do so i just checked no. I then manually turned off the computer and was prompted at the beginning to press Alt-3. I was brought to another screen and it informed me one of the drives was degraded and suggested rebuilding the array. I tried doing this, but it still brings me back to the original error of, "/dev/sda1 contains file system w/errors, check forced," and the process continues.
Also, when I tried to rebuild the array, I didn't backup any of the data on our home directory before doing this (which was probably a big mistake). After being prompted to type the root password, I was able to give the ls command and look at all the directories...the home directory where our data was stored was empty and I am afraid I may have lost some information. Is there a possibility that data was lost when I was trying to rebuild using the old drives?
When I try to boot to OpenSUSE I get the following error during boot-up: unknown filesystem type 'reiserfs' could not mount root filesystem - exiting to /bin/sh$
This only started happening quite recently - before this I could boot to Linux quite happily.
I am trying to mount a file image, like this
mount -o loop /tmp/apps.img /media/apps
But I get the following:
mount: you must specify the filesystem type
I try ext3:
mount -o loop /tmp/apps.img /media/apps -t ext3
dmesg says:
error: can't find ext3 filesystem on dev loop6.
I've also tried ext2, vfat etc. How can I detect the filesystem type of apps.img?
I have a following problem: Recently my drive with Ubuntu 9.4 has mysteriously stopped working, i.e. when I switch the computer on it informs me that GRUB didn't find the filesystem. Well, I suppose it happens.
First, I though it was due to the drive dying, but I popped it in an external enclosure and HDTune told me the drive was fine. Wanting to recover the files on the drive before reinstalling I first tried to mount it in said external enclosure under Windows (I have Win Ext2 driver installed which used to work just fine). This time, however, drive gets assigned a letter but upon opening it Windows popped up an error saying that the drive was not formatted and whether I would like to format it then.
Unfazed by this streak of failures I tried to mount it under Linux but, alas, to no avail. I might have tried every single -t operator under mount command but it still won't budge and let me mount.
I've had a look at some similar threads but as I'm very new to linux they're already a bit technical for me. Sorry, this calls for someone with patience. I gather from other threads that disconnecting an external drive without unmounting is a no-no, and this seems to be the likely cause. Now the disk is read only and I'm unable to change any settings through the usual control panel on ubuntu. I'm just not familiar with the terminal instructions. I tried to cut and past a few command lines from other threads but I got some warnings that proceding could damage data. Like this one: WARNING! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage.
View 5 Replies View RelatedHow to recover ext3
Quote:
I occasionally enter "rm -rf /bin" instead "rm -rf ./bin" under root. How can I recover /bin directory on my Fedora 10. Or may be reinstall with minimal tesualties?
View 6 Replies View RelatedBy mistake I have deleated my mozilla setup. Now can anybody guide me how to recover the setupfile .I dont have access to yum command in this network otherwise I cudhave downloaded it and use it.Now since I dont have any other browser so I can't download mozilla too
View 3 Replies View RelatedIn my PC, Linux is already installed and I forgot the password. I want to recover my LINUX system password.
View 4 Replies View RelatedNow and then I'll run a script or command on a remote system via SSH. Sometimes the script or command will run for quite some time, spewing output all the while. The command will continue to spit out lines and I'll walk away from the computer. When I come back, the SSH session will have timed out due to lack of user input, but if I log in again I can see in the process list that the script is still running.
Is there a way to hop back onto my old SSH session so I can continue to view the output of the script? Or do I actually have to type a random letter every N-minus-one minutes, N being the default SSH timeout value, in order to prevent the original SSH session from timeing out in the first place?
I have just installed Ubuntu and its great!
But unfortunately when I was installing it and I formatted my hard drive i forgot that I had important files from my windows partition, is there any way I can recover these files within Ubuntu? (Also new to linux so try to keep it simple.)
Once again an update broke my Lucid When I start my laptop, I can't see the options to choose a kernal or Windows as I used to see before. know my grub is deleted or overwritten after recent automatic update (on 27th May 10). Now I have a bootable 10.04 CD.Please let me know how to recover the grub2. I don't want to reinstall my linux or windows.
View 5 Replies View Relatedi decided to install ubuntu 10.4 and in the process i deleted my files (pictures).. i did not move from windows xp or 7. i was using ubuntu 9.10..please tell me there's a way to recover my pictures.
View 9 Replies View RelatedToday by mistake I deleted all C programming files . I used rm *.c command for deleting. Now I want to recover it. I used scalpel by file type C is not specified. What shall I do now? These files are related to my project.
View 2 Replies View RelatedAfter a normal shutdown I tried to start my machine but it gets stuck in the login menu and I'm not able to type or move my mouse.When trying to start in the recovery mode, it gets stuck to.Is there any way to recover the system?
View 1 Replies View RelatedI've been using Ubuntu 10.10 on my EEE-PC for most of my thesis research, but I left it running a python script overnight and now I can't get it to login. I was running low on disk-space, and I think the problem is that the script generated a lot of text files and used up all of the available hard drive space.
Now, whenever I try to boot the machine, it reaches the user-select/login screen, but logging in just causes it to go black for a second before returning to the login screen. I have Ubuntu 11.04 on a USB, and Ubuntu Rescue Remix on another, and both allow me to boot up my machine, but I can't see my hard-drive - neither in /mnt/ nor in /media/ - in order to copy my thesis files or to delete some excess text files to free up some hard-drive space.
The principal at my High School (currently my Bosses boss) brought a flash drive down today with the windows message "The drive is not currently formatted, would you like to format it now?" I grabbed by Debian laptop and went to work. So far, I have had no luck recovering the partition table or partition using testdisk or r-studio. I tried to dd a copy of the drive and examine it. The whole image appears to be goose eggs. I am not sure where to go from here. Naturally she did not back the drive up as my boss told her to and the documents on it are irreplaceable
View 6 Replies View Relatedi have already installed Debian 6.0 i386 & Windows XP in my PC. But due to some Problem i have again reinstalled Windows XP ... So How to Recover the GRUB in my PC which i have already installed Debian 6.0 i386
View 2 Replies View RelatedI have installed fedora10 on My PC for last month and forgotten the password and User name and Password Both super and other.Tell me How Can I open My Pc.
View 3 Replies View RelatedI am using red-hat linux-5 version. My profile become corrupt and now I can't see the files, folders I had saved. How can I recover my corrupt profile.when I open my profile there appears no data.
View 1 Replies View RelatedI have an external 250gb hard drive where I had copied all my documents, pictures, etc etc. I wanted to reinstall windows xp on internal hard drive but I made a mistake and deleted the partition on the 250gb external hard drive. Is there a way to recover those files? I didn't format the 250gb hard drive. If yes, which software do you guys recommend? If this needs to be posted on another forum please let me know.
View 6 Replies View RelatedI have a DVD-R labeled 16x that has been written by me in several sessions (but perhaps only one), always with an iso9660 fs, using a DVD writer whose data are these:
Vendor_info : 'LITE-ON '
Identifikation : 'DVDRW LH-20A1H '
Revision : 'LL0D'
Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
kernel 2.6.21.5, GNU (Slackware 12.0).
In spite of the last line, the drive is DVD+R compliant too. This is the only DVD drive I have and it seems unable to read that medium. Other discs, it reads them well. Before kissing the disc good bye, I would like to try all possible procedures at my disposal. The disc, by visual inspection, seems to be in a pristine condition. When I insert it, the drive remains with the led turned on for about one minute. I tried 'cdrecord -setdropts driveropts=singlesession dev=x,x,x' to switch the drive to single session mode but with no results. I have many tools in the cdrtools package:
cdrtools:
FILE LIST:
./
usr/
usr/bin/
usr/bin/skel
usr/bin/mkzftree
usr/bin/devdump
usr/bin/scgcheck
usr/bin/mkisofs
usr/bin/btcflash
usr/bin/isovfy
usr/bin/readcd
usr/bin/isodebug
usr/bin/cdda2wav
usr/bin/cdrecord
usr/bin/isodump
usr/bin/isoinfo
I also have dvd+rw-tools.