Reformating fat32 to linux partition

This is a discussion about Reformating fat32 to linux partition in the Everything Linux category; I'm sort of new to linux and I have a fat32 partition mounted on my system at the moment. However, I no longer have a need for this partition and I was wondering how I could format and change this partition from fat 32 to a linux partition I can store my data on.

Everything Linux 1800 This topic was started by , . Last reply by ,


data/avatar/default/avatar28.webp

1 Posts
Location -
Joined 2004-10-29
I'm sort of new to linux and I have a fat32 partition mounted on my system at the moment. However, I no longer have a need for this partition and I was wondering how I could format and change this partition from fat 32 to a linux partition I can store my data on. I am using Ubuntu (debian based linux distro) Thanks for any help you can give me.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Oct 29
Created
Nov 2
Last Response
0
Likes
3 minutes
Read Time
User User User User User
Users

Responses to this topic


data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
Many Debian based distros come with QTParted, a kind of Partition Magic clone, though it doesn't work nearly as well. Look for it in your menu. For this particular job, I think QIParted will do nicely.

data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
If you want to just use the fat32 (vfat) partition for storage of files, you can leave it as is. Linux will be able to read and write to it. If you really want to change it to a linux filesystem, say to expand your home partition, you can do so, as long as Linux is on a logical partition.
 
I agree with Dan, Qtparted will do the job for you either way. It will, however, not touch ntfs partitions.
 
Is your distro on one large partition, or does Ubuntu install on multiple partitions?
 
I'll look at the Ubuntu page later and see what i can find.

data/avatar/default/avatar31.webp

11 Posts
Location -
Joined 2004-10-31
To get space for Fedora Core 2, I used the Knoppix cd to run QTparted to shrink the windows partition, you have to defragment the drive first, but that is easy under windows. Then your drive has unused space with no partion on it and when you install Linux it automatically uses this free space (Just make sure you hit "Delete all Linux partitions, there aren't any anyway, and not "delete all partions")

data/avatar/default/avatar03.webp

305 Posts
Location -
Joined 2003-08-30
ubuntu does not install qtparted by default but you can install it using apt. Fire up synaptic and find qtparted mark and install it. or from the command line type sudo apt-get install qtparted. Then you can just launch it from the applications menu > System Tools> QTParted or cmd line sudo qtparted
 
you can also use fdisk to recreate that partition. It's all command line but if you are comfortable exploring it it's not that hard.
I'm pretty sure ubuntu creates a / and /home I've always done custom partitions when I set it up. go to the cmd line and type df -h this will show you the parttitions, devies name, and sizes.

Quote:greg@milo:~ $ df -hFilesystem Size Used Avail Use% Mounted on
/dev/hde1 5.6G 1.6G 3.7G 30% /
tmpfs 380M 0 380M 0% /dev/shm
/dev/hde2 50G 36M 47G 1% /home