From mboxrd@z Thu Jan 1 00:00:00 1970 From: Donald Gordon Message-Id: <20030111135159.6f968ae6.don@dis.org.nz> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [linux-lvm] pvcreate -- device "/dev/hdc" has a partition table: force check bypass? 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 18:51:01 2003 List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-lvm@sistina.com 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 as you can see, Linux knows that there's no partition, yet pvcreate insists that there is; this was after dd-ing 1GB of /dev/zero over the start of the disk, too :-( Is there any way to force a bypass of this partition table test? don