Results 1 to 7 of 7
Im a complete noob when it comes to linux, so I wanted to try it without installing it on one of my drives since I knew it would mess up ...
- 12-12-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 4
Can't find harddrive in XP
Im a complete noob when it comes to linux, so I wanted to try it without installing it on one of my drives since I knew it would mess up my MBR. So, I downloaded knoppix and booted, looked around a bit, and then I tried to use
or whatever the name of the drive was. Knoppix answered by saying that it couldnt detect the filesystem, or something like that (NTFS, so I guess it was kinda stupid to try and mount in the first place)Code:/mount hd1f
anyway, after that, i shutdown knoppix and booted with XP as usual, and now I cant see the drive. I can see it in BIOS so theres nothing wrong there. So, my question is, how can I find my drive again without messing up the data it stores?
- 12-12-2006 #2In Knoppix, you can mount NTFS drivers like that :
Originally Posted by sunriser
Given /dev/hda1 is your windows partition (the output of fdisk -l will tell you) and /mnt/windows is the mount point, which must be an existing empty directory.Code:mount -t ntfs -o user,umask=0222,nls=utf8 /dev/hda1 /mnt/windows
There are hundreds of threads regarding this exact same question, so if you want more details, search the forum.
What do you mean exactly ? Can you boot into Windows ? Or you can't ? Did you used Knoppix as a LiveCD or you installed it ?
Originally Posted by sunriser "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 12-12-2006 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 4
I used knoppix as a live cd. the drive I tried to mount was not the drive that XP runs on, so yes, I can boot into windows, but I cant find that one particular drive.
- 12-12-2006 #4It just disappeared like that after using Knoppix ?
Originally Posted by sunriser
This looks more like a Windows question then.
Well, in Windows, you can go in Manage My Computer (right click on My Computer and choose Manage) and then take a look at the disk management section to see if your drive is there.
I haven't used Windows in a while, so that's about all that I can say about this issue.
Are you able to see the drive in Knoppix, with :
(as root) ?Code:fdisk -l
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 12-12-2006 #5Just Joined!
- Join Date
- Oct 2006
- Posts
- 4
actually no, I can find all my disks with fdisk but not that one, wonder what could have happend
also, my disks are dynamic, which means that I have volumes and not partitions. I currently have four physical discs in my computer, but some of the volumes stretch from one disk to another, but the one im having problems with only had one volume.
And no, the disk isnt in disk management either
- 12-12-2006 #6
Are your volumes managed by the BIOS, an add-on controller,, third party software or by windows? Is it a RAID system or what? These are the questions that will lead people
closer to an answer.
- 12-12-2006 #7Just Joined!
- Join Date
- Oct 2006
- Posts
- 4
they are managed by windows, as far as I know anyway. They are connected to the computer via a RAID controller (i think thats what its called anyway) but they are not mirrors of each other or anything like that. They are just normal disks.
Originally Posted by rcgreen
(sorry for bad language, my english isnt all that good)


Reply With Quote
