When I'm installing Ubuntu 12.04, I try to create a NTFS partition but I can't find it. There are FAT16, FAT32, ext... but not NTFS.
Asked
Active
Viewed 3,187 times
3 Answers
1
Since, You are in the installation process, I suggest you to boot into the Live Session, (Try Ubuntu).
Then press Super button to bring dash and type "gparted". After opening it, create NTFS partition using that tool.
Note, You don't need to install gparted in Live CD/USB. Gparted is already included in the Live session.

Anwar
- 76,649
0
Try with "GParted"
sudo apt-get install gparted
and check your partitions, you can also create the NTFS partition.

Peachy
- 7,117
- 10
- 38
- 46
-1
We install Ubuntu on ext
filesystems. You may make following partitions:
Partition 1 Ext3 or Ext4 mount point = "/"
Partition 2 (4GB?) Use as: swap
Installation should work fine.
-
1yeah i know . But I need to have windows in a partition (i need it for many programs) – Iszar Sep 23 '12 at 02:55
-
1Did he say that he wanted to install Ubuntu in NTFS? – Anwar Sep 23 '12 at 04:33