Is there a way to convert a FAT partition to ext3 (or other ext..) while keeping the data on it? I don't have access to a external USB hard disk to temporarily store the data, so I'd like to just convert it while the data sits on the partition. Is that possible?
If you're not booting off the partition (is this even possible without using wubi?) and it's at least half free then just use gparted (paste apt:gparted in firefox).
fdisk -l
in a terminal. The partition named something like /dev/sda* where * is a number. Or look through the list in the upper right edge of gpartedNote that I've done this several times and it always worked as intended HOWEVER there are many reports of people that lost data this way. Depending on the amount of data you can use Ubuntu One or Dropbox to backup your stuff. They both offer 2 GB which is most probably not enough.
Direct conversion is not possible. You will need to copy the data to another drive/partition, change the filesystem, then copy the data back.
It is posible to convert.
anyconvertfs
, see this answer.However, by definition, any conversion is risky, and the only way to guarantee you will "keep the data" is to do a back-up... but in that case it's simpler to delete partition -> create partition -> copy as per the other aanswers.