Hello, Lowell. LG> Oles Hnatkevych <[EMAIL PROTECTED]> writes:
>> I am trying to "move" FreeBSD 6.1 installation from one hard drive to >> another. I do stuff like "newfs /dev/ad1s1a" and so on, then I mount >> all new partitions to some tree in /mnt, then I do simple things: >> tar --one-file-system -cf - -C / .|tar xpvf - -C /mnt/new/ >> and just like this I copy /, /var, /usr. LG> Use dump/restore for moving a whole filesystem. The problem was with permissions. I do not know why, but in fact I had to "chmod go+rx /usr/*" to make it work. Other partitions tar copied without problems ;-) It was not easy to find what was wrong... Now everything works perfect. -- Oles mailto:[EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
