2

Possible Duplicate:
Can I install Ubuntu on a partition formatted as ntfs instead of ext4?

Install Ubuntu 12.04 in ntfs or fat partition, i wan't to install ubuntu 12.04 without converting to ext4 partition.. is that is possible?

  • 3
    No, you can't do that. Now, the question is why would you want to do that? Change your question to include the reason why you want to do this and we'll be able to answer more thoroughly, and perhaps help you find an alternative solution. – SirCharlo Aug 17 '12 at 12:03
  • 1
    Agreed. This is not to be done. You can make your NTFS partition smaller and use an EXT4 partition next to it. – nanofarad Aug 17 '12 at 12:16
  • 1
    If possible, please consider closing some of your other open questions by selecting the best answer (if they have one). Consider which answers have been useful and need an upvote. We need users to maintain their questions so that the site can be an effective tool for the next person with your problems. For more details on best practices consider reading the FAQ on asking questions. – nanofarad Aug 17 '12 at 13:24

1 Answers1

2

You can use the windows installer to install it on the same partition as windows.
According to This question from another forum and this question you can not use ntfs or fat as file system for a standard ubuntu install because it doesn't support the necessary priviliges.
I would always use a linux partition as the root and you can always make a data partition as ntfs that you can write to from both windows and linux. If you can't change the partitions you may be out of luck, though.

xyious
  • 179