Here is an example of an error I get when I try to resize my useless fat16 partition:
[root@micomputadora vicente]# parted
GNU Parted 1.6.6
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This program is free software, covered by the GNU General Public License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
Using /dev/ide/host0/bus0/target0/lun0/disc
Warning: Unable to align partition properly. This probably means that another
partitioning tool generated an incorrect partition table, because it didn't have
the correct BIOS geometry. It is safe to ignore,but ignoring may cause
(fixable) problems with some boot loaders.
Ignore/Cancel? I
(parted) print
Disk geometry for /dev/ide/host0/bus0/target0/lun0/disc: 0.000-78167.250 megabytes
Disk label type: msdos
Minor Start End Type Filesystem Flags
1 0.031 74998.762 primary ext3 boot
2 74998.762 78167.250 extended
5 74998.793 75390.974 logical linux-swap
6 75391.005 75477.260 logical ext3
7 75477.292 78167.250 logical fat16
(parted) resize 7 75477 78167.250
You found a bug in GNU Parted. Please email a bug report to
bug-parted@gnu.org containing the version (1.6.6), and the following message:
There are no possible configurations for this FAT type.
Ignore/Cancel? I
Warning: File system doesn't have expected sizes for Windows to like it.
Cluster size is 64k (536884022k expected); number of clusters is 43036
(1073823988 expected); size of FATs is 169 sectors (-1073744416 expected).
Ignore/Cancel?
I remember that when I tried to install Windows ME, I got this same cluster size error, anyone know how to fix it? My BIOS doesn't have a tool to format the hard disk, so does anyone know how I can wipe my hard disk including cluster size setting info?