On Monday 31 January 2011 21:19:44 Alex Schuster wrote: > I just wrote: > > My only fear is that the different drive geometry will be a problem, so > > Grub does not find its stage2 in /boot, or file systems will unreadable > > due to things being specified as head, cylinder and sector, instead of > > absolute blocks. I'm pretty confident that there should be no problem, > > but if I am wrong, I will be in trouble. > > Now I'm really really sure there will be no problem. What I wrote above > about the gemotry is true I think, but all modern drives seem to have > 255 heads and 63 sectors per track, so they will be compatible. Does this also include the new 4096 byte sectors that (some) of the new 1TB drives have? TBH to avoid such conundrums I would partition the darn thing using parted with -a optimal option and then (s)tar/rsync the data into it. It will most likely be faster than dd in any case as blank space and sparse files can be easily taken care of with (s)tar/rsync. -- Regards, Mick