Results 1 to 6 of 6
Hi I am a neebie to LInux. I have built and repaired computers using windows for many years. My question is a navigation one. Problem: I have a hard drive ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-26-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 2
Finding "C" Drive
Hi I am a neebie to LInux. I have built and repaired computers using windows for many years. My question is a navigation one. Problem: I have a hard drive that is corrupt. I believe it is because of virus. I cannot access the drive. I then installed Linux from a CD and that works fine. My question is how do i navigate on the linux program to access and view my files on the C drive? thanks so much
- 07-26-2009 #2
In Linux, we do not have separate drives. Under Windows, you have your main hard drive at C:\, your floppy drive at A:\, your CD drive at E:\, etc. Under Linux, we have a single filesystem tree, where certain directories correspond to certain peripherals. The process of connecting a peripheral to the tree is called "mounting".
The start of the filesystem tree is the / directory, called the root directory. Your home directory is at /home/USER, where USER is your username. Installed programs can be at /bin, /usr/bin, or /usr/local/bin. Peripherals are generally located in either /mnt or /media. For instance, your CD drive might be at /mnt/cdrom.
You can read about the Linux filesystem at:
Filesystem Hierarchy Standard
I hope this helps.
- 07-26-2009 #3Can you clarify? If you mean you did a hard drive installation from a CD, then it's possible you formatted your drive.I then installed Linux from a CD and that works fine. My question is how do i navigate on the linux program to access and view my files on the C drive? thanks so much
Please open a terminal and post the output of
(Note that -l is a lower case L, not a 1.)Code:sudo fdisk -l
- 07-28-2009 #4Just Joined!
- Join Date
- Jul 2009
- Posts
- 2
HI. No I didn't do a hard drive install. The original hard drive has become corrupt due to viruses and I cannot boot from it. I thought if i used linux software i could retrieve the files from the C drive. I think that would work. I just don't know how to navigate using linux software to get to the C drive. Example. In windows i click on my computer and it shows what hard drives are available. Since I don't see a my computer in linux, i don't know how to be able to see my C drive. make sense?? sorry.
- 07-28-2009 #5
Do you have more than one hard drive, or more than one partition? If not, when you open Places->Computer, it will be the only hard drive that shows up, and it will be labeled according to its size. If you have more than one hard drive or partition, and you don't know their approximate sizes, you may just have to poke around to find what you're looking for.
Mounting Windows Partitions in Ubuntu
- 07-28-2009 #6
Hey Gertiee... you haven't said which distribution of "Linux" you are trying to use. Depending on the type, there are slightly different ways of getting what you want via the GUI. Let us know... . :o)
For getting at a HDD, I suggest a live-distro like Knoppix (runs from CD). The GUI is easy to follow... just click on the "My Computer" icon and you will see all valid partitions for your drives. Select any one and double-click to automatically mount and open.Respectfully... Sarlac II
~~
The moving clock K' appears to K to run slow by the factor (1-v^2/c^2)^(1/2).
This is the phenomenon of time dilation.
The faster you run, the younger you look, to everyone but yourself.


Reply With Quote
