So......why does my existing microdrive with Debian EABI only use 25% of the drive and the new 32GB CF card use 46% of drive???
hmm, odd.
try doing an "ls -laR" within each, redirecting output to file and diff'ing them? might need to "grep -v ^d" to omit directory names.
Thanks for the suggestion, speculatrix....
Meanwhile, decided to just bite the bullet and deleted everything on CF card and copied over stuff again....
Now, when I did 'df' I get:
#df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda2 5589680 1317392 3988340 25% /
tmpfs 31180 0 31180 0% /lib/init/rw
udev 10240 80 10160 1% /dev
tmpfs 31180 0 31180 1% /dev/shm
/dev/hdc1 5589680 1386936 3918796 27% /mnt/cf1
So, hda2 and cf1 are close now, but still slightly different.
Is this OK?? Or

Also, since I've:
1) 'flipped' location of Debian from second partition (hda2) on microdrive to first partition (cf1) on 32GB CF card and
2) just copied over directories as-is from microdrive to CF card
Is there going to be any issue when I yank out microdrive and put in CF card in it's place?
In other words is there any other things I need to do in order to make sure that CF will be recognized and then boot up Debian after CF card is installed?
Thanks!