Date: Sat, 25 Dec 1999 08:11:23 +0600 (NOVT) From: "Alexey N. Dokuchaev" <danfe@inet.ssc.nsu.ru> To: Alejandro Ramirez <ales@megared.net.mx> Cc: Cole Mark A SSgt JTF-SWA/J6 <mark.cole@eskan.af.mil>, "'bsd'" <freebsd-questions@FreeBSD.ORG> Subject: RE: Full Disk Copy Message-ID: <Pine.LNX.4.04.9912250807400.26951-100000@inet.ssc.nsu.ru> In-Reply-To: <00f601bf4e24$f6131c60$d2630a0a@megared.net.mx>
next in thread | previous in thread | raw e-mail | index | archive | help
> (http://www.lemis.com/vinum.html), its in the base system, but if you just > want to copy one disk to another disk, then try "man dd". Well, when using dd, be careful: some drives (IDE) won't allow you go without a trouble if you dd if=/dev/wd0 of=/dev/wd1, since this will overwrite some essential data disk uses for operation (this is known to be true for Seagate Medalist series). Instead, you should dd each slice independently, not the entire device. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.04.9912250807400.26951-100000>