Click to See Complete Forum and Search --> : Partitions?


u2mike
08-29-2001, 12:14 PM
I have three partitions,an ext2,swap,and a fat partition.I do not have windows and want to change the fat partition to ext2 or ext3.

Anyone know how I can do this from linux?

The Ghost Of Ille Pugil
08-29-2001, 12:16 PM
fdisk the drive, remove that parition and recreate it as ext2 or whatever...

Derango
08-29-2001, 02:10 PM
If you're planning on keeping the content of the third partition, I would leave it as fat, or transfer everything on the third partition to your ext2 partition.

As far as I know, there realy isn't a way of changing from one file system to another without the loss of the data on that partition

[ 29 August 2001: Message edited by: Derango ]

u2mike
08-29-2001, 03:43 PM
I used fdisk and change the fat to ext2.Then I rebooted,but in Krusader it said it was still a fat partition,also the few files I had on it were still there.

Anyone know what im doing wrong?

bdg1983
08-29-2001, 04:12 PM
Did you have a reference to that fat partition in /etc/fstab?

If so, then try changing it from vfat to ext2.