Be carefull if you use ACL, tar don�t save your acl's configuration. Use star.
Sebasti�n Abate Telcom Sistemas www.telcomsistemas.com.ar -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Mi�rcoles, 19 de Marzo de 2003 06:21 a.m. To: Kevin Smith; Samba Subject: Re: [Samba] Ghosting Linux Partitions. Ghosting ???? Why, you are useing linux. Boot your system from cd. Make the filesystem on the new hd mke2fs ..... Mount the old and the new hd, eg.: mkdir /OLD mkdir /NEW mount /dev/hda5 /OLD mount /dev/sda1 /NEW Change to the old hd cd /OLD use tar to archive the old partionion im memory and untar it on the new hd with keeping all the flags: tar -cSp --numeric-owner -f - . | ( cd /NEW && tar xSpvf - ) Write the boot manager to the new hd. That's all. Taken from http://sdb.suse.de/de/sdb/html/maddin_kopieren.html But this is a german source. resize2fs will not work on ext3 Regards Joerg Junge ------------------------------------------------------------------------ ----------------------- J�rg Junge EDV-Koordinator Parit�tischer Wohlfahrtsverband Landesverband Th�ringen e.V. Bergstr. 11 99192 Neudietendorf Deutschland Tel : +49 36202 26 204 Fax: +49 36202 26 234 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
