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
  •  


Watchguard XCS 570 Firewall SuperMicro 1U Server Intel 4GB VPN Router LINUX 🍁 picture

Watchguard XCS 570 Firewall SuperMicro 1U Server Intel 4GB VPN Router LINUX 🍁

$146.29



Dell PowerEdge R730xd Server 2.60Ghz 32-Core 64GB 800GB SSD Debian Linux picture

Dell PowerEdge R730xd Server 2.60Ghz 32-Core 64GB 800GB SSD Debian Linux

$836.80



1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports picture

1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports

$149.00



POGO Linux WEBWARE 1150 Rack-Mount Server Pentium 4 2.8GHz 512MB - No Drives picture

POGO Linux WEBWARE 1150 Rack-Mount Server Pentium 4 2.8GHz 512MB - No Drives

$179.99



IBM CS821 20-Core 2.827GHz 128Gb 1.92Tb SSD 1U Linux Server - 8005-12N Power 8 picture

IBM CS821 20-Core 2.827GHz 128Gb 1.92Tb SSD 1U Linux Server - 8005-12N Power 8

$449.96



IBM E850 Power8 2x 12C 3.02GHz 512Gb 1.8Tb SAS 10GbE 16Gb Linux Server 8408-E8E picture

IBM E850 Power8 2x 12C 3.02GHz 512Gb 1.8Tb SAS 10GbE 16Gb Linux Server 8408-E8E

$674.96



Custom Server PFSENSE 15

Custom Server PFSENSE 15" Depth Supermicro X11SSH-F E3-1240 V5 32GB RAM X540-T2

$430.00



IBM Power8 S822L 20-Core 3.42GHz 256Gb 1.2Tb 40G Elastic Storage Server 5148-22L picture

IBM Power8 S822L 20-Core 3.42GHz 256Gb 1.2Tb 40G Elastic Storage Server 5148-22L

$599.95



32GB Web HTML HTTP Server, Great tool for eBay seller & kids to host web site picture

32GB Web HTML HTTP Server, Great tool for eBay seller & kids to host web site

$229.99



IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE picture

IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE

$159.00