Results 1 to 9 of 9

Thread: cannot find hard drive in root shell

  1. #1
    Junior Member
    Join Date
    Aug 2006
    Posts
    5

    cannot find hard drive in root shell

    UNfortunately, my computer crashed and I've turned to Knoppix.

    I got it up and running okay, but my hard drive (I never partitioned it) never showed up on the desktop. By changing the desktop configurations (show unmounted hard disk drives), I was able to get it there. However, upon right click -> mount, I get an error that tells me to check that my hd's are plugged in correctly (they are, double-checked). Now upon doing mount /dev/hde1, I get can't find dev/hde1 in /etc/fstab or /etc/mtab. I'm at my wit's end here, and I apologize if this problem has come up a lot before (and has been answered), but I'm a Linux noob and find it hard to follow a lot of the jargon in these topics. I don't see how there can be trouble finding my hard drive if it can abviously read that it's there (hence the ocon appearing on the desktop), and the fact that prior to booting up Linux, Windows reads my hard drive as functional. Any ideas would be greatly appreciated. Thank you.

  2. #2
    Senior Member registered user
    Join Date
    Feb 2005
    Posts
    228
    Windows reads my hard drive as functional.
    How's that possible if you haven't partitioned the drive yet? Anyway, you can use Windows Disk Management to partition and format the drive. Knoppix also has a partitioning tool (qtparted), but it's less convenient.
    Code:
    sudo qtparted
    You have to create a partition table before you can partition the new drive.

  3. #3
    Junior Member
    Join Date
    Aug 2006
    Posts
    5
    Quote Originally Posted by ockham23
    Windows reads my hard drive as functional.
    How's that possible if you haven't partitioned the drive yet? Anyway, you can use Windows Disk Management to partition and format the drive. Knoppix also has a partitioning tool (qtparted), but it's less convenient.
    Code:
    sudo qtparted
    You have to create a partition table before you can partition the new drive.
    Uhh, thanks, but I can't start windows. Perhaps I used the wrong terminology. At bootup, the drives are read as functional, probably Bios then. The bottom line is that I'm trying to get to the contents of my unpartitioned hard drive because my computer crashed.

  4. #4
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by rmonterr
    ..... The bottom line is that I'm trying to get to the contents of my unpartitioned hard drive because my computer crashed.
    What do you mean the contents of my unpartitioned hard drive???? If the hard drive is unpartitioned then it should have no contents. What do you really think is out there?
    ---
    Verifying of md5 checksum and burning a CD at slow speed are important.

  5. #5
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    if the drive is unpartitioned it should be fairly easy, sadly it might be so badly damaged that it canot be saved...
    hmm even if the hdd is one large piece it has a filesystem, you did format it right?
    i need to know what you have tried in knoppix, what does fdisk -l (minor L not capital i or 1 (one)) in a consolewindow say?

  6. #6
    Junior Member
    Join Date
    Aug 2006
    Posts
    5
    Quote Originally Posted by Harry Kuhman
    Quote Originally Posted by rmonterr
    ..... The bottom line is that I'm trying to get to the contents of my unpartitioned hard drive because my computer crashed.
    What do you mean the contents of my unpartitioned hard drive???? If the hard drive is unpartitioned then it should have no contents. What do you really think is out there?
    Hmm, okay, once again I'm probably using the wrong terminology.

    I've got two 120 gig hard drives in RAID 0 array. I never actually used the partition utility in windows prior to saving anything on there. That's what I mean by "unpartitioned." I'm just trying to get the contents out (pictures, music, videos, passwords) but cannot mount the drive.

    If the drive is unpartitioned it should be fairly easy, sadly it might be so badly damaged that it canot be saved...
    hmm even if the hdd is one large piece it has a filesystem, you did format it right?
    i need to know what you have tried in knoppix, what does fdisk -l (minor L not capital i or 1 (one)) in a consolewindow say?
    I'll do this and let you know, thanks.

  7. #7
    Junior Member
    Join Date
    Aug 2006
    Posts
    5
    Quote Originally Posted by OErjan
    if the drive is unpartitioned it should be fairly easy, sadly it might be so badly damaged that it canot be saved...
    hmm even if the hdd is one large piece it has a filesystem, you did format it right?
    i need to know what you have tried in knoppix, what does fdisk -l (minor L not capital i or 1 (one)) in a consolewindow say?
    It doesn't do anything, just gives me a new line.

  8. #8
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by rmonterr
    Hmm, okay, once again I'm probably using the wrong terminology.

    I've got two 120 gig hard drives in RAID 0 array. I never actually used the partition utility in windows prior to saving anything on there. That's what I mean by "unpartitioned."
    Yea, you are claiming something that doesn't make sense, and you didn't mention key information.

    1. Someone partitioned those drives in the RAID setup process. If it wasn't you then it was someone else, but implying you have a unpartitioned hard drive led people down the wrong track.

    2. That you didn't mention the Raid 0 issue until now was a huge mistake. Unfortunately, it seems like your Raid setup is software based and I don't believe that you are going to be able to access any of that data from Knoppix; you can only read it with the Raid drivers that created it. Raid zero stripes the data aross multiple drives, it writes some on on drive then moves to the next drive. So this hard drive that you are trying to extract files from may not have any complete files on it, just parts of files. There is, of course, no redundancy of data with Raid 0, so it's not used for reliability (just the opposite, it is much more prone to failure, as loss of any hard disk will cause all data to be lost). Why you would choose to use RAID 0 and not keep good backups, particilarly under Windows that is well known for this type of problem, is something that I can't understand.

    I'm sorry that this is not the information that you had hoped to hear, but it's not a Koppix or Linux issue.
    ---
    Verifying of md5 checksum and burning a CD at slow speed are important.

  9. #9
    Junior Member
    Join Date
    Aug 2006
    Posts
    5
    Quote Originally Posted by Harry Kuhman
    Quote Originally Posted by rmonterr
    Hmm, okay, once again I'm probably using the wrong terminology.

    I've got two 120 gig hard drives in RAID 0 array. I never actually used the partition utility in windows prior to saving anything on there. That's what I mean by "unpartitioned."
    Yea, you are claiming something that doesn't make sense, and you didn't mention key information.

    1. Someone partitioned those drives in the RAID setup process. If it wasn't you then it was someone else, but implying you have a unpartitioned hard drive led people down the wrong track.

    2. That you didn't mention the Raid 0 issue until now was a huge mistake. Unfortunately, it seems like your Raid setup is software based and I don't believe that you are going to be able to access any of that data from Knoppix; you can only read it with the Raid drivers that created it. Raid zero stripes the data aross multiple drives, it writes some on on drive then moves to the next drive. So this hard drive that you are trying to extract files from may not have any complete files on it, just parts of files. There is, of course, no redundancy of data with Raid 0, so it's not used for reliability (just the opposite, it is much more prone to failure, as loss of any hard disk will cause all data to be lost). Why you would choose to use RAID 0 and not keep good backups, particilarly under Windows that is well known for this type of problem, is something that I can't understand.

    I'm sorry that this is not the information that you had hoped to hear, but it's not a Koppix or Linux issue.
    Thanks. I backed up all my important, and expensive, software and their corresponding applications. It's the sentimental stuff I didn't. This really blows, but the thanks for the help anyway.

Similar Threads

  1. cant find hard drive. access denied. cant open
    By ed123 in forum General Support
    Replies: 2
    Last Post: 05-01-2008, 01:04 AM
  2. Root Shell Disable
    By RJ17 in forum Customising & Remastering
    Replies: 1
    Last Post: 02-15-2007, 08:08 PM
  3. Root shell
    By knoppix00 in forum General Support
    Replies: 7
    Last Post: 05-20-2006, 12:39 AM
  4. Root Shell
    By jeremiah in forum MS Windows & New to Linux
    Replies: 0
    Last Post: 03-28-2006, 06:04 AM
  5. lock root shell
    By Mikkey in forum Customising & Remastering
    Replies: 8
    Last Post: 10-11-2004, 09: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 Luxe USB Type-C Flash Drive - SDDDC4-128G-G46 picture

SanDisk 128GB Ultra Dual Drive Luxe USB Type-C Flash Drive - SDDDC4-128G-G46

$15.99



512GB  USB Flash Drive External Storage Memory Stick For iPhone iPad Android picture

512GB USB Flash Drive External Storage Memory Stick For iPhone iPad Android

$17.59



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 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

$16.72



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



64GB USB 3.0 Flash Drive USB Memory Stick High Speed Retractable USB Thumb Drive picture

64GB USB 3.0 Flash Drive USB Memory Stick High Speed Retractable USB Thumb Drive

$5.99



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

$259.34