I am fed up with windows so i want to delete whole windows in partition c and install Ubuntu on it without loosing my data from other partitions can i do it? If yes then how. Help would be appreciated. Thanks in advance
Asked
Active
Viewed 56 times
1 Answers
-1
By convention, partition 'c' in UNIX is the whole disk, so reformatting this will destroy all the data on that drive.
Best practices are to back up your files on a USB or other media first and then reinstall the files after installing UNIX. This way, you don't need to be extra careful about protecting existing data during the install. If you no longer need windows, it's best to do this even if the data is on a different partition as you can reload the data into a faster and more functional native file system, rather than keeping it in a win/dos filesystem.

George W
- 39
-
“By convention, partition 'c' in UNIX is the whole disk” {{Citation needed}} – Melebius Sep 26 '20 at 13:19
-
This has been the UNIX convention forever. Partition a is root, b is swap and c is the whole disk and d, e, ... are other file systems. Unix partitions are not to be confused with DOS disk notation like C:. https://docstore.mik.ua/orelly/unix3/upt/ch44_04.htm – George W Sep 26 '20 at 18:29
-
Thanks for the link. Your statement might be valid for historical UNIX on non-PC hardware but for Linux, see the 6th paragraph of the article. – Melebius Sep 28 '20 at 06:17
lsblk
. Don’t forget to apply code formatting to pasted terminal text. You should also show how your partitions look at Windows, e.g. by including a (readable) screenshot of Disk Management in Windows. – Melebius Sep 22 '20 at 13:36