0

I'm going to install Ubuntu 14 on my laptop. This is now my hardrive config:

enter image description here

  • C: Windows
  • D: Music, Photos, Documents, etc

I've two questions. After I get free space from D, which partitions I'll be create to install Ubuntu?

And second, all my data stored now in D, will be accesible from Ubuntu?

Thanks a lot, I'm a "Windows Boy" and i want to have a chance to Ubuntu!! Excuse me for my spelling.

EDIT

enter image description here

I need some more help here. I reduce C: in 20gb and get unallocated space. After this, I reduce D: n 68gb and I get free space inside this partition.

What i'm doing wrong? I cannot merge the unallocated space with the free space. what should I do?

Thanks!

1 Answers1

2

You should not (usually even can not) create any partitions for Ubuntu in Windows. Just give it a bit of unallocated space and the installer will set it up properly.

Inside the Ubuntu installer, you (or the installer automatically) will create a root partition (format as ext4 and select: "Use as /") and a swap partition (format as linux-swap"). That is enough, you could even omit the swap partition (but it's not recommended to do so!).
You can also create a separate home partition (format usually as ext4 and select: "Use as /home") for the users' personal data and configuration, which makes reinstalls and backups a bit easier. Otherwise that directory is included in your root partition /.

You will be able to mount and access all your NTFS partitions from Ubuntu, but the other way round, accessing Ubuntu's ext4 partitions from Windows, will not work. Note that writing files from both Windows and Ubuntu to the NTFS partitions might lead to permission problems...

Byte Commander
  • 110,243