|
hmm, well, first, of course copy everything you want off the partition (if anything), then of course unmount it, run FDISK, delete the partition in question, then create a new DOS partition in the free space left, save, run mkfs -t msdos *the partition* (or mkfs -t vfat) then run your favorite text editor (emacs, vi, vim, pico, etc...) and change the line ext3 in /etc/fstab to msdos (or vfat) then remount the partition.
|