Hi, I've just created a new partition for my /home directory and have
temporary renamed my old /home directory to /oldhome. The thing is that when I
attempted to transfer the users from /oldhome to /home, i.e.
cp -R /oldhome/* /home/.
When I use "du -k" on both directories the reported sizes are different. What
am I doing wrong, or what should I be doing?
On another note when I use the "mkfs" command what is the blocksize that I
should set. i.e. to format a partition is it just say
mkfs.ext2 /dev/hdb1
Thanks.