answersLogoWhite

0


Best Answer

Linux does not identify drives or partitions with letters. To Windows, "C:" is the partition that the running version of Windows is currently installed on, regardless of how many partitions are on the disk. Linux identifies partitions based on the order they are placed on the disk. For instance, the second partition on the first hard drive would be /dev/sda2 or /dev/hda2.

In order to access a Windows partition,you will need to identify what partition it is actually on. A quick way to do this is to run

cfdisk /dev/sda

or cfdisk with whatever hard drive it is on if you have more than one. A Windows partition will have the type of either NTFS or FAT32. To mount it, create a directory (such as /mnt/windows), and use the command

mount /dev/sda3 /mnt/windows

substituting of course the correct partition.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you access the C drive from a Linux terminal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What language does Linux terminal use?

c


When can you access the global terminal in Pokemon Black?

You will be able to access Pokémon Black's Global Terminal once you get the C-Gear.


Your lap top becomes too slow How do you fix it?

Format your C: drive and install Debian Linux on it.


What is the shortcut to program files is c drive is blocked by your administrator?

If the 'c' drive is blocked, you can't access program files


How do you access c drive in workgroup?

start>>run>>\\ipaddress\C%click on ok


In Linux what does 'iwconfig eth0 key 5c00951b22' do?

It sets the WEP key that will be used by that interface. Answer: Network + Guide to Networking Fifth Edition, Chapter 8. On your Linux workstation, you open a terminal window and type at the command prompt iwconfig eth0 key 5c00951b22. What have you done? C. Established the credentials the wireless interface will use to communicate securely with the access point.


Which letter is assigned to the primary hard drive?

In Windows, it is called "C:" (without quotes). In Linux, it is called "/" (also without quotes). I don't know about Mac, sorry.


What is the symbol of root directory?

In Windows: "", the so-called backslash. Usually after the drive name, as in "C:" In Linux and UNIX: "/", the slash.


What is default letter assigned for the primary hard drive?

In Windows, it is called "C:" (without quotes). In Linux, it is called "/" (also without quotes). I don't know about Mac, sorry.


How do you get to your c drive on winows vista?

Click on "Start", then click on "Computer". You should see a list of all your drives. You can then double click on your C drive to access it.


How do you access the hard drive in MS-DOS?

If MS-DOS is installed and booted from the drive, it can be accessed immediately at the command prompt. If you have booted from an MS-DOS floppy, you can access the hard drive by typing C:


What is the name of the C compiler used by Linux?

gcc is the most common C-compiler for GNU/Linux platform.