Ubuntu – Mount FAT32 filesystem as /home during installation

fat32home-directorypartitioningsystem-installationubiquity

Setup in Ubuntu 11.10 installation gives me this message while in advanced partitioning:

"The file system type fat32 cannot be mounted on /home, because it is not a fully-functional Unix file system. Please choose a different file system, such as ext2."

Is there a way to force the use of the fat32 partition so I can share it with Windows, but also using it as home?

Best Answer

No. The problem is that vfat does not support permissions so you can not use it as home.

You are almost certainly better off using a shared ntfs data partition.

Alternately you can install the fs-driver in windows

http://www.fs-driver.org/

It will read ext2/3/4 and you are going to be better off using ext4 for /home.

Related Question