LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-14-2019, 09:28 PM   #1
DorKen
LQ Newbie
 
Registered: Oct 2019
Posts: 14

Rep: Reputation: Disabled
where is c: drive


Afternoon all, can anyone tell where to find c: drive in Mint 19.2 i have been told a download will be found there. Cheers.
 
Old 11-14-2019, 09:32 PM   #2
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,362

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Linux (Unix generally) does not have drive letters - that's purely a windows (ms-dos) thing.

You can try lsblk or df ( df -h) cmds to see drive & dir mounts or look in /etc/fstab.

You should tell us exactly where you got that info from and what you are trying to do.

Last edited by chrism01; 11-14-2019 at 09:36 PM.
 
1 members found this post helpful.
Old 11-14-2019, 09:38 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,342
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
There is no C: drive in Linux. There are only partitions.

Strictly speaking, there is no C: drive in Windows. Windows misuses the term "drive" to refer to a partition. I can recall one time when I used Windows that I had two Windows "drives" (C: and D: ) on one physical disk, that is, on one "drive."

A drive is a physical hardware device. A partition is a formatted portion of drive which can be used for data storage. A single physical drive may contain several partitions.

You may find these links helpful:

https://www.howtogeek.com/117435/htg...ure-explained/

https://www.maketecheasier.com/diffe...rtition-image/

Last edited by frankbell; 11-14-2019 at 09:40 PM.
 
1 members found this post helpful.
Old 11-14-2019, 09:48 PM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by DorKen View Post
Afternoon all, can anyone tell where to find c: drive in Mint 19.2 i have been told a download will be found there. Cheers.
look in your home dir under Downloads...
 
1 members found this post helpful.
Old 11-14-2019, 10:23 PM   #5
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Quote:
Originally Posted by DorKen View Post
Afternoon all, can anyone tell where to find c: drive in Mint 19.2 i have been told a download will be found there. Cheers.
you will probably get a quicker, more precise answer from the person that told you about the "download"

but the output of
Code:
lsblk -o NAME,LABEL,FSTYPE,MOUNTPOINT
may help us identify "C:"


copy/paste the output
[code]

in a code block
like this

[/code]

it preserves the readability
 
Old 11-15-2019, 02:37 AM   #6
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,977
Blog Entries: 33

Rep: Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468Reputation: 1468
DorKen,

In Firefox I find it much easier to keep track of downloads by changing the default location from Downloads to Desktop.

Once I have completed my work on a particular downloaded item, I move it into my Downloads folder, in case I need to use it again.

To change the the default location in Firefox:

Edit > Preferences > General > Browse > Select Desktop > click on Open.
 
Old 11-15-2019, 05:08 AM   #7
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by Firerat View Post
...
but the output of
Code:
lsblk -o NAME,LABEL,FSTYPE,MOUNTPOINT
may help us identify "C:"
...
Code:
lsblk -f
Should give all of that info and a bit more.

DorKen, following on from what's been said above; the closest equivalent in Linux (and UNIX generally) to what Windows (and MS-DOS) call the "C: Drive" would probably be the root partition, more precisely the file system hierarchy itself (being the forward slash). Not exactly though, only roughly - because it's still two completely different concepts. In UNIX (including Linux distributions) the file system is used for more than just storage, in Windows it's mainly just used for the storage of files and folders.

Windows generally stores the operating system itself, installed applications, and your user profile folder on the same partition, but in Linux, while you can have both the system itself, applications, and your "home" directory on the same partition; a lot of Linux distributions by default have the system itself and installed applications on a separate partition (being the "root partition") to the "home" directories (by default in a lot of cases stored on the "home partition").

It's one of the hardest concepts to forget when using Linux instead, because "drive letters" are so ingrained when you're so used to using Windows. But then you start using Linux (and/or some other Unix-like system), "drive letters" are meaningless.
 
Old 11-15-2019, 05:49 AM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,539

Rep: Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496Reputation: 2496
If whatever site you used to download whatever software you wanted told you to look for the downloaded package/file in the C:\ drive, you likely downloaded something that will only work on windows. No more specific answer can be given until you give specific info on what you downloaded and from where.
 
Old 11-15-2019, 05:30 PM   #9
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Perhaps the OP wants to run a Microsoft program using Wine (in Mint)- in which case there would be a reference to C:/ - AFAIK
It is possible to do this for many Windows programs - but there is usually a Linux equivalent available.

Last edited by JeremyBoden; 11-15-2019 at 05:32 PM.
 
Old 11-15-2019, 05:45 PM   #10
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Quote:
Originally Posted by JeremyBoden View Post
Perhaps the OP wants to run a Microsoft program using Wine (in Mint)- in which case there would be a reference to C:/ - AFAIK
It is possible to do this for many Windows programs - but there is usually a Linux equivalent available.
Given the OP is so sparse many guesses are going to be incorrect, hence my hint to ask the person that first referenced the "download"
If that was not a person, then more detail is required.
 
Old 11-16-2019, 12:42 AM   #11
grail
LQ Guru
 
Registered: Sep 2009
Location: Perth
Distribution: Manjaro
Posts: 10,008

Rep: Reputation: 3193Reputation: 3193Reputation: 3193Reputation: 3193Reputation: 3193Reputation: 3193Reputation: 3193Reputation: 3193Reputation: 3193Reputation: 3193Reputation: 3193
http://linux.oneandoneis2.org/LNW.htm
 
1 members found this post helpful.
Old 11-17-2019, 10:35 PM   #12
DorKen
LQ Newbie
 
Registered: Oct 2019
Posts: 14

Original Poster
Rep: Reputation: Disabled
Thanks everyone, I was dual booting with W10 which was giving me hassles so i used LinuxMint to download w10 upgrade,and it was the website telling me to look for c/ drive to install it. To cut a long story short i had a seniors moment, got rid of W10 altogether and i am now happily learning to use LinuxMint. Once again thank you all. Cheers Ken.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to see all drives available on the computer like windows ( c:drive , d:drive , E:drive etc..) ehsan_0 Linux - Newbie 9 07-08-2019 12:43 AM
I want to copy my hard drive to a larger hard drive and boot from the new drive. lpmorgan1 Ubuntu 8 09-07-2009 11:26 PM
Floppy drive interfaced tape drive in Slackware isolationist Linux - Hardware 6 02-13-2006 05:54 AM
Cannot Copy Files From Network FAT32/NTFS Drive to My Local Linux Drive michaelh Linux - Networking 3 10-29-2002 10:27 AM
Red Hat 7 install on hard drive using ULTRA100 drive fbwr75215 Linux - Software 4 04-15-2001 09:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration