I have created a Bootable Usb stick, I will create Ubuntu to C: but I have some saved documents like picture at d: If I install Ubuntu to c: , backup files from d: will erase ?
4 Answers
Ubuntu does not use letters (c: or d:) to identify hard drives or partitions.
The first drive is /dev/sda The second drive is /dev/sdb
Partitions are then numbered, so first partition on the first hard drive is /dev/sda1
As long as you understand partitioning and the target of your installation, your data on the d: drive / partition should be find, BUT ...
Overwriting your data is a mouse click away on the installer and if you do not understand Linux partitioning you can easily loose data.
I suggest you first back up your data off the hard drive, then read the partitioning and installation documentation.
-
1It should be added that the partitions aren't mounted under
/dev/sda1
,... Usually they get mounted in/media/username/devicename
– s3lph Oct 08 '13 at 16:18
If your disk is partitioned in both C:
and D:
directories, then installing Ubuntu on C:
will not erase the document in D:
But the Operating system installed in C:
will be erased.
However you should NEVER install an OS without a backup of all your documents, because you never know you might make a mistake.
since your talking about C: & D: drives--thats for M.S. O.S.,,,use wubi installer then install ubuntu alongside with windows,,that would install your ubuntu to window's c: drive without loosing evrything except for the space used for your ubuntu,,ubuntu and all files under it will be deleted if you reinstall your windows so its better to install ubuntu on a separate partion..
hope that helps.......

- 1
you won't lose anything if u use wubi installer for windows cause it will be installed under your C: drive as a windows application and you can select which O.S. to boot from evrytym u start your machine

- 1
C:
,D:
,...). All UNIX-based systems (Linux, Mac OS) only have one root directory:/
. Other partitions are mounted in subdirectories of this root directory. – s3lph Oct 08 '13 at 15:53