Will Ubuntu format my external hard drive?

I am using a Toshiba Canvio Connect 2TB Portable Hard Drive on my Microsoft Windows 7 laptop.

Also, I am testing Ubuntu Desktop by running it from my flash drive. I am planning to later dual boot Ubuntu alongside Microsoft Windows 7.

Will the files on my external hard drive be deleted when I use it on Ubuntu (since I have already been saving files on it from Windows)?

Answer

Solution:

Want to keep all your data?:

You should install Ubuntu on a separate partition. The most important thing is you should create a separate partition for Ubuntu manually, and you should select it while installing Ubuntu.

First create a separate partition for Ubuntu while running Windows (like a partition with more than 10 GB). Also create a small partition for the swap partition (size is equal to your RAM size).

  • You should know the partition sizes you created so that you can identify them easily while installing Ubuntu.

See the below images – I picked them by googling so they won’t be same as yours (like partition sizes and number of partitions).

The second important thing is while installing Ubuntu select “Something else”.

Enter image description here

It will allow you to select your manually created partition to install Ubuntu onto it.

Now select and edit the partition you created for Ubuntu. Be careful in selecting. Check twice that you selected the correct partition, not some other partition as you may lose data like before.

Enter image description here

Select the format partition, use as mount point as shown in the image. The size is up to you.

After that, select the swap partition, and edit it as shown in the image (size is your choice).

Enter image description here

After that select the “Device for boot loader installation” at the bottom and select the one with /dev/sda at the beginning.

Enter image description here

Now you can select “install now” at the right bottom.

Attribution
Source : Link , Question Author : user2837438 , Answer Author : Hans

Leave a Comment