In windows, we was having sites of storing as C,D,E but in Ubuntu, how and where the files are stored?,I am afraid that my Ubuntu files are stored with the main files of Ubuntu in C drive and this will fill the C drive and I can not use it in windows N.B: I have windows alongside with Ubuntu.
Asked
Active
Viewed 177 times
0
-
If Ubuntu is using 1 or x partitions depends on the installation -> formatting/partition scheme you might have selected. Keep in mind that Linux distributions doesn't use drive letters as the Microsoft world is using. – dufte Sep 08 '16 at 10:50
-
Don't post the same question twice! – You'reAGitForNotUsingGit Sep 08 '16 at 10:50
-
@Zanna This same user posted this same question earlier. I think it should be a dupe of his/her previous question. – You'reAGitForNotUsingGit Sep 08 '16 at 10:55
-
1Ubuntu does not have the concept of drives as Windows does. If you want to get help about your specific situation, please add the output of the following two commands in terminal to your question, without the quotes: 1) "mount" 2) "df -h" – bgse Sep 08 '16 at 10:57
1 Answers
0
If you ran a default installation, then your files are in:
/home/username/
They should not be anywhere else.

Juan Antonio
- 1,572