Hello, I recently modified a partition (replacing W95-FAT32 by a Linux) using fdisk. I was able to format it (filesystem ext3) and can mount it without any problem as a Linux partition. But fdisk still display it on the previous system type (see hereafter). Why W95-FAT32 still displayed ? And how to correct it ? Note: my system is FC3 Thanks (...) fdisk -l Device Boot Start End Blocks Id System /dev/sda1 * 1 637 5116671 b W95 FAT32 /dev/sda2 638 19700 153123547+ 83 Linux /dev/sda3 19701 19929 1839442+ 82 Linux swap (...) mount /dev/sda1 on /mnt/test type ext3 (rw) (...) Bye, Bruno