you can tell before you format, during partition creation
in your case,
partition 1 is ok (64 is divisible by 8 )
partition 2 is not ok (2088450 is not divisible by 8 )
could you post more details on the error message from parted?
have you tried fdisk?
mke2fs only creates the filesystem, alignment is only done during partition creation
reason for divisible by 8 is that the physical sector is 4096, however the drive is reporting 512,
hence partition should start on a number that is divisible by 8 to be aligned (8x512 = 4096)
TimeZlicer,
After I format, how can I tell if the drive (WD15EARS) is properly aligned?
This was my parted output prior to formating /dev/sdb
Number Start End Size Type File system Flags
1 64s 1060287s 1060224s primary linux-swap
2 2088450s 2930272064s 2928183615s primary ext2
Also. I tried to create/change the partitions with parted, but it complained that the disk signature was invalid and wouldn't do it so I jumped to the mke2fs steps. Is this something to be concerned about?