Results 1 to 7 of 7

Thread: Knoppix does not display hard drive on desktop

  1. #1
    Join Date
    Feb 2009
    Posts
    3

    Knoppix does not display hard drive on desktop

    Please bear with me, I am very new to this. My computer keeps giving me the dreaded blue screen, so in an attempt to save some stuff on my hard drive I downloaded knoppix and am running it from the disk. My hard drive does not show up on the desktop, but I can find it in the file:/dev. It is listed as sda1. The problem is that I do not have permission to read it...

    I would appreciate any help anyone can give me. I really need to access some stuff I have stored if at all possible. If you need more information just let me know.

    Thank you again.

  2. #2
    Join Date
    Sep 2005
    Posts
    1,476

    Re: Knoppix does not display hard drive on desktop

    You can use sfc /scannow using Vista disc and it will let you start up so you will be able to backup my files.

  3. #3
    Join Date
    Dec 2007
    Posts
    459

    Re: Knoppix does not display hard drive on desktop

    Yes if your vista disc can recognize your harddrive but not XP. Then it is not a hardware problem. Most likely your system has those new SATA drive controller that XP is too old to recognize.

    Microsoft is pushing really hard on the Vista, so they no longer support the XP and no more device driver will be provided by them.

    On the other hand, hardware manufacturer only provides driver for Vista. Very often the case on the new mother board for the Gigabit ethernet card. A lot of user experienced the same difficulty when they try to use XP instead. The solution is to buy a network card with xp driver comes with it and install it on the machine in order to have network connection.

    However, you may try your luck to go to the manufacturer web site and see if they provide driver for the xp or even linux.

  4. #4
    Join Date
    May 2008
    Posts
    219

    Re: Knoppix does not display hard drive on desktop

    If you have that problem, change the permissions by right-clicking on the your drive, and choosing "Change read/write mode" Then, you can simply drag and drop files from your hard drive to your USB drive to Backup your Data

  5. #5
    Join Date
    Feb 2009
    Posts
    3

    Re: Knoppix does not display hard drive on desktop

    Thank you all for your input. I think I should clarify a little though. My computer is a Dell XPS, so it is running Windows XP. All of the sudden my husband said it started getting massive pop-ups and then all could get was the blue screen. I am assuming we have a virus or worm.

    So, I tried to access the hard drive using Knoppix, which would not show my hard drive on the desktop. When I find the sda1 file it does not give me the option of changing the permission when I right click it.

    Any other suggestions?

  6. #6
    Dr. V Guest

    Re: Knoppix does not display hard drive on desktop

    If you try to mount partitions manually using the "mount" command, I'd suggest that you use some other directory than /mnt/xxx (and don't modify /etc/fstab)

    Code:
    mkdir /home/knoppix/hda1 
    sudo mount /dev/hda1 /home/knoppix/hda1
    or

    Code:
    mkdir /home/knoppix/hda1 
    sudo mount -t vfat -o umask=0,iocharset=iso8859-15,codepage=850 /dev/hda1 /home/knoppix/hda1

    The two primary partitions are probably /dev/hda1 and /dev/hda2.
    Empty extended partition is probably /dev/hda5, but if it doesn't have any filesystem on it, then you can't mount that partition before you create a filesystem on it.

  7. #7
    Join Date
    Feb 2009
    Posts
    3

    Re: Knoppix does not display hard drive on desktop

    Thank you for the help. After performing your suggestion, a file was place in the knoppix home, titled hda1, but it was empty. I then tried using
    Code:
    sudo konqueror
    This gave me all rights to all files. However, I was still unable to get the stuff to open I wanted to.

    Anyway, I did manage to get my computer to boot in last known good configuration (finally). So, I was able to get my files off before doing a complete recovery.

    Again, thank you all so much for your help.

Similar Threads

  1. Replies: 13
    Last Post: 11-05-2012, 10:48 AM
  2. GRUB is getting freeze after installing Knoppix on hard disk
    By Rocky BaLLi in forum Operating Systems
    Replies: 5
    Last Post: 27-02-2012, 05:11 PM
  3. How to fix an external hard drive? LaCie Desktop Hard Disk
    By Catchkuber in forum Hardware Peripherals
    Replies: 5
    Last Post: 11-05-2010, 06:01 PM
  4. Boot Knoppix from a USB drive
    By devrish in forum Operating Systems
    Replies: 5
    Last Post: 28-07-2009, 08:48 AM
  5. 3.5-inch Hard Drive Enclosure With LCD Display
    By Brian z. in forum Portable Devices
    Replies: 2
    Last Post: 22-01-2009, 11:14 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,483,049.99099 seconds with 17 queries