Results 1 to 5 of 5

Thread: Windows crash

  1. #1
    Junior Member
    Join Date
    Jan 2005
    Posts
    1

    Windows crash

    I recently had a HD crash on my computer...and to make a long story short. I called Fujitsu for
    service and they said I needed to use the re-imaging program to "cure" the situation. I wasn't thrilled
    about doing this , but I do have an external HD that I have been pretty good about saving the more important things
    to it. However there are some recent additions that I would like to recover...
    Anyway, I did use the bootable floppy and went about re-imaging the HD. 49% of the way through it popped up an error.
    Now it has to be sent in. Well my warranty expired in December (doesn't that figure) and figure I can replace the old
    HD myself....
    Several months back I had downloaded Knoppix (3.6) out of curiosity and thought I would make a last ditch effort to try
    and see if I could get back some of the files I have lost. I'm getting an error when I try.

    Could not mount device
    Report error was
    Mount: I could not determine the file system type, and none was specified.

    I'm guessing there is not much to be done about it, but thought I would ask anyway. On the positive side
    I'm really liking this bootable Cd and plan to look into this much further.

    Regards,
    Zedd

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: Windows crash

    Quote Originally Posted by Zeddicus
    ...I'm guessing there is not much to be done about it, but thought I would ask anyway.
    Knoppix isn't the right tool if, as you attempted, it can't find the partition. You might try the Live Linux CD Helix, as it is made for that kind of thing and has some tools that might help. There are also some partition recovery programs that run under DOS that might help (I'll leave you and Google to work that out).

  3. #3
    Junior Member registered user
    Join Date
    Nov 2004
    Posts
    21
    Hi there,

    This may help you..........

    I recently crashed my pc while playing with linux, partitions etc to the point that i messed up quite a lot and windows would not boot at all. Not good lots of pictures of the kids at risk.

    I managed to recsue everything of importance using a knoppix live cd as it let me view the contents of hda1, thios being the windows drive/partition. I burned every thing using KD3.

    Re installed windows, partitoned drive for knoppix, now have dual boot.

    Steve.

  4. #4
    Member registered user
    Join Date
    Sep 2003
    Posts
    80

    Re: Windows crash

    Quote Originally Posted by Zeddicus
    I recently had a HD crash on my computer...and to make a long story short. I called Fujitsu for
    service and they said I needed to use the re-imaging program to "cure" the situation. I wasn't thrilled
    about doing this , but I do have an external HD that I have been pretty good about saving the more important things
    to it. However there are some recent additions that I would like to recover...
    Anyway, I did use the bootable floppy and went about re-imaging the HD. 49% of the way through it popped up an error.
    Now it has to be sent in. Well my warranty expired in December (doesn't that figure) and figure I can replace the old
    HD myself....
    Several months back I had downloaded Knoppix (3.6) out of curiosity and thought I would make a last ditch effort to try
    and see if I could get back some of the files I have lost. I'm getting an error when I try.

    Could not mount device
    Report error was
    Mount: I could not determine the file system type, and none was specified.

    I'm guessing there is not much to be done about it, but thought I would ask anyway. On the positive side
    I'm really liking this bootable Cd and plan to look into this much further.

    Regards,
    Zedd
    I'm not sure what the "re-imaging the HD" means but if it attempts to write a raw disk image to the HD and
    that failed part way through, you probably have an invalid partition now. One which has some old stuff
    and some new stuff and you'll need to learn some really low level disk access and file structure stuff in
    order to get anything useful back. Too bad that you didn't use Knoppix before starting to blow it all away
    with re-imaging...

    One thing of note about the GNU fdisk utility is that it does not distroy partition data. You might be able to
    recreate the partition and see if there's anything readable by Knoppix. Before partionMagic and qtparted,
    this how I used to reSize partitions to OS testing and multi-OS booting. Risky but pretty much worked all
    the time for me except for 2 weeks ago on a WindowsME system. On that system, I could only get about
    6GB at the end of the disk and still WinME showed it owned the whole disk while it's dos based fdisk showed
    the currect/changed partition sizes.

    Good luck.

  5. #5
    Junior Member
    Join Date
    Jan 2005
    Posts
    3
    There are quite a few resources available on the Knoppix CD that will help you out. Knoppix is pretty good at this, though I'll bet there's even better resources out there for this sort of thing in the Linux world.

    My first question is whether the File System on the drive was Fat32 or NTFS. My guess is that it was NTFS which is going to make things much more complicated.

    The first step is to determine which hard drive/partition the disk is in Linux. If you have a fairly regular system (one "C:" drive), then that's almost always /dev/hda1. However, you've said that Knoppix wouldn't mount the drive and that it couldn't determine the file system type, which means it could be the partition table has gotten corrupted and needs to be fixed.

    For that, you can try this utility, which comes on Knoppix.

    gpart - Guess Partition

    A real useful utility for when mount can't seem to determine the file system type. Gpart does its best to guess the partitions on a drive and fix the partition table. Read the man page thoroughly before using, and note this precaution:

    Code:
    PRECAUTIONS
           gpart may be of some help when the primary partition table was lost  or
           destroyed  but it can under no circumstances replace proper disk/parti‐
           tion table backups.  To save the master boot record (MBR) including the
           primary partition table to a file type
    
                  dd if=/dev/hda of=mbr bs=512 count=1
    
           exchanging /dev/hda with the block device name of the disk in question.
           This should be done for all disks in the system. To restore the primary
           partition table without overwriting the MBR type
    
                  dd if=mbr of=/dev/hda bs=1 count=64 skip=446 seek=446
    
           Warning:  make sure that all parameters are typed as shown and that the
           disk device is correct. Failing to do so may result in severe  filesys‐
           tem  corruption. The saved file should be stored in a safe place like a
           floppy disk.
    I have to confess I haven't used the utility myself, so you may need to hit the chat rooms or the mailing lists for some assitance.

    dd_rescue

    This can be used to completely image your hard drive. You'll probably need to go buy that other hard drive you've been talking about for this. Using dd_rescue, you should be able to completely image the filesystem on the disk and then mount it via a loopback and see if you can recover everything. Again I haven't used this, but I know it can be used to image that drive.

    badblocks

    You can also try the "badblocks" command if you can get the partition rescued to determine if there are any bad blocks on that hard drive. If there are it's definitely time to scrap that drive.

    You might try surfin' the net and hitting the freenode.net chat rooms to see if there's anyone out there in Linux land with some data recovery expertise. Good luck man. You'll need it.

Similar Threads

  1. Knoppix Crash
    By aldz in forum General Support
    Replies: 4
    Last Post: 11-11-2005, 08:07 AM
  2. Very odd crash
    By Capt. Cautious in forum Knoppix DVD
    Replies: 1
    Last Post: 10-03-2005, 04:37 AM
  3. Another Windows crash
    By Kosko in forum MS Windows & New to Linux
    Replies: 2
    Last Post: 11-24-2004, 11:29 PM
  4. why does Knoppix crash?
    By Nils in forum General Support
    Replies: 2
    Last Post: 09-23-2004, 03:24 AM
  5. IRQ crash
    By drg55 in forum Hardware & Booting
    Replies: 3
    Last Post: 08-09-2003, 01:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


SanDisk 1TB Ultra Dual Drive Go USB Type-C Flash Drive, Black - SDDDC3-1T00-G46 picture

SanDisk 1TB Ultra Dual Drive Go USB Type-C Flash Drive, Black - SDDDC3-1T00-G46

$109.99



SanDisk 128GB Ultra Dual Drive USB Type-C, USB 3.1 Flash Drive - SDDDC2-032G-G46 picture

SanDisk 128GB Ultra Dual Drive USB Type-C, USB 3.1 Flash Drive - SDDDC2-032G-G46

$10.99



SanDisk 128GB Ultra Flair USB 3.0 Flash Drive - SDCZ73-128G-G46 picture

SanDisk 128GB Ultra Flair USB 3.0 Flash Drive - SDCZ73-128G-G46

$12.99



SanDisk 256GB Ultra Dual Drive USB Type-C, USB 3.1 Flash Drive - SDDDC2-256G-A46 picture

SanDisk 256GB Ultra Dual Drive USB Type-C, USB 3.1 Flash Drive - SDDDC2-256G-A46

$21.99



Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack picture

Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack

$4.99



2TB USB 3.0 Flash Drive Memory Photo Stick for iPhone Android iPad Type C 3 IN1 picture

2TB USB 3.0 Flash Drive Memory Photo Stick for iPhone Android iPad Type C 3 IN1

$13.00



USB 3.0 Flash Drive 32GB 64GB 128GB Memory Stick Thumb Stick Lot Pack picture

USB 3.0 Flash Drive 32GB 64GB 128GB Memory Stick Thumb Stick Lot Pack

$5.99



Mechanical Style Flash Drive USB 3.0 High Speed 16TB Large Capacity Waterproof  picture

Mechanical Style Flash Drive USB 3.0 High Speed 16TB Large Capacity Waterproof

$8.34



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$388.39



USB Flash Drive Memory Stick Pendrive Thumb Drive 4GB, 8GB, 32GB, 64GB 128GB LOT picture

USB Flash Drive Memory Stick Pendrive Thumb Drive 4GB, 8GB, 32GB, 64GB 128GB LOT

$242.38