I am a beginner and I want to install only Ubuntu 17.04 on my Laptop and I want to partition my 1 TB hard drive for different data storage.
Asked
Active
Viewed 395 times
1 Answers
0
For me the best way is to partition the drive before the actual installation. For this I start the installation DVD into the Ubuntu Live system. This has the graphical partition tool gparted on the program menu.
I use that to create all partitions I need, including a small swap partition for linux. When I want to access a data partition from other computers I usually use NTFS.
Then I start the installation by clicking the installation icon on the live desktop and select the intended partition for the system.

CatMan
- 1,399
Something else
is for; Making separate /home, /var or something else ... – Soren A Jul 19 '17 at 10:54ext4
file system and if dual booting with Windows, or in a USB pendrive, I use theNTFS
file system to make it available also by Windows. Things are more convenient after creating a line in/etc/fstab
to mount this data partition in a reliable way. I also add a label, for example 'data', to make it easier to recognize the partition. -- With a data partition you can separate the backup of data from the backup of the operating system. – sudodus Jul 19 '17 at 11:50