On Sat, Oct 05, 2002 at 06:59:32PM +0200, Bernd Walter wrote:
> Das kopieren sollte man im Single User Mode machen.
>
> Je nach alter der Installation mag es sein, daß der tar die devicnodes
> nicht sauber kopieren kann.
> Ich persönlich benutze gerne cpio für sowas:
> cd / && find -d -x | cpio -pdvm /mnt
> cd /home && find -d -x | cpio -pdvm /mnt/home
mmh, mir scheint folgendes einfacher:
cd /
find -d -x . var tmp usr home | cpio -pdvm /mnt
Mit freundlichem Gruss
Ingo Rohlfs
----------------------------------- _____ __o
- http://dr-rohlfs.de !PGP! ______ _`\<,_
----------------------------------- ____ (_)/ (_)
The problem with troubleshooting is that trouble shoots back.
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sun 06 Oct 2002 - 11:12:24 CEST