Date: Mon, 18 Nov 2002 12:03:24 +0200 From: Vallo Kallaste <vallo@estcard.ee> To: freebsd-current@freebsd.org Subject: Warning messages emitted by disklabel -r Message-ID: <20021118100324.GA35314@myhakas.internal>
next in thread | raw e-mail | index | archive | help
Hi Just did the following: dd if=/dev/zero of=/dev/da1 bs=1k count=512 #remove old stuff fdisk -I da1 #cover the entire disk with one da1s1 slice fdisk da1 #check what's put there disklabel -rw da1s1 auto #install virgin disklabel disklabel -e da1s1 #add partition e:, copied over from c: disklabel da1s1 #all is ok disklabel -r da1s1 #spits out 4 lines of warnings?? Why disklabel complains when using the -r switch? It didn't before. Yes I haven't used fdisk(8) and disklabel(8) for a long time. Possibly related to GEOM, as far as I understand. -- Vallo Kallaste kalts@estpak.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021118100324.GA35314>