Date: Mon, 9 Feb 1998 09:15:38 +1030 From: Greg Lehey <grog@lemis.com> To: Lev <cslebov@dapsas1.weizmann.ac.il>, freebsd-questions@FreeBSD.ORG Subject: Re: HELP!!!(How to mount new file system) Message-ID: <19980209091538.47167@freebie.lemis.com> In-Reply-To: <34DE1FFC.41C67EA6@dapsas1.weizmann.ac.il>; from Lev on Sun, Feb 08, 1998 at 11:13:32PM %2B0200 References: <34DE1FFC.41C67EA6@dapsas1.weizmann.ac.il>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 8 February 1998 at 23:13:32 +0200, Lev wrote: > Help!!! I added a new hard disk to my computer. The disk is devided to > two partitions, one of which I want dedicate to FreeBSD 2.2.1 already > living on my old disk. I don't know how to label the new partition prior > to mounting. An attempts to write things like "dislabel -w -r /dev/wd1a > auto" failed with the following message: > # disklabel -w -r /dev/wd1a auto > Feb 8 23:09:16 194 /kernel: wd1: cannot find label (no disk label) > disklabel: /dev/wd1a: Invalid argument > # Feb 8 23:09:16 194 /kernel: wd1s1: cannot find label (no disk > label) Try # disklabel -w -r wd1 auto This will give you the complete partition of the raw device (/dev/rwd1c). Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980209091538.47167>