From mboxrd@z Thu Jan 1 00:00:00 1970 From: Donald Gordon Subject: Re: [linux-lvm] pvcreate -- device "/dev/hdc" has a partition table: force check bypass? Message-Id: <20030111143959.62a1ac3d.don@dis.org.nz> In-Reply-To: <20030111135159.6f968ae6.don@dis.org.nz> References: <20030111135159.6f968ae6.don@dis.org.nz> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: Date: Fri Jan 10 19:39:01 2003 List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-lvm@sistina.com On Sat, 11 Jan 2003 13:51:59 +1300 Donald Gordon wrote: > Hi > > I'm trying to setup LVM, but have run into trouble: > > unibus:~# blockdev --rereadpt /dev/hdc;dmesg|tail -n 1 > /dev/ide/host0/bus1/target0/lun0: unknown partition table > unibus:~# pvcreate /dev/hdc > pvcreate -- device "/dev/hdc" has a partition table I solved the problem by mounting devfs (it was compiled into my kernel, but not used). The wording about devfs in the LVM HOWTO could do with some clarification :-) don