All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Chad C. Walstrom" <chewie@wookimus.net>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] using 160GB IDE drives under linux with LVM.
Date: Thu Feb  7 16:10:02 2002	[thread overview]
Message-ID: <20020207220832.GA4116@wookimus.net> (raw)
In-Reply-To: <wxx3d0d2czp.fsf@nommo.uio.no>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 1472 bytes --]

On Thu, Feb 07, 2002 at 10:33:46PM +0100, Terje Kvernes wrote:
>   fdisk is only able to address 128GiB, that's rather obvious.  if I
>   make one partition, 

Why make a partition at all?  Why not just make a physical volume out of
the whole disk?

NAME
       pvcreate - initialize a disk or partition for use by LVM

SYNOPSIS
       pvcreate  [-d|--debug] [-f[f]|--force [--force]] [-y|--yes] [-h|--help]
       [-v|--verbose] [-V|--version] PhysicalVolume [PhysicalVolume...]

DESCRIPTION
       pvcreate initializes PhysicalVolume for later use by the Logical Volume
       Manager  (LVM).   Each  PhysicalVolume  can  be a disk partition, whole
       disk, meta device, or loopback file.  For DOS disk partitions, the par­
       tition  id  must be set to 0x8e using fdisk(8), cfdisk(8), or a equiva­
       lent.  For whole disk devices only the partition table must be  erased,
       which will effectively destroy all data on that disk.  This can be done
       by zeroing the first sector with:

       dd if=/dev/zero of=PhysicalVolume bs=512 count=1

       Continue with vgcreate(8) to create a new volume group on  PhysicalVol­
       ume,  or vgextend(8) to add PhysicalVolume to an existing volume group.

-- 
Chad Walstrom <chewie@wookimus.net>                 | a.k.a. ^chewie
http://www.wookimus.net/                            | s.k.a. gunnarr
Get my public key, ICQ#, etc. $(mailx -s 'get info' chewie@wookimus.net)

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

  reply	other threads:[~2002-02-07 16:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-07 15:34 [linux-lvm] using 160GB IDE drives under linux with LVM Terje Kvernes
2002-02-07 16:10 ` Chad C. Walstrom [this message]
2002-02-07 21:43   ` Terje Kvernes
2002-02-08  3:20     ` Heinz J . Mauelshagen
2002-02-07 16:14 ` James Hawtin
2002-02-07 21:48   ` Terje Kvernes
2002-02-07 16:18 ` Andreas Dilger
2002-02-07 16:42   ` John Moser
2002-02-07 16:50     ` Petro
2002-02-07 17:07       ` Kirby C. Bohling
2002-02-07 17:47         ` Petro
2002-02-07 18:31           ` Anders Widman
2002-02-07 18:46             ` Petro
2002-02-08  4:18               ` Anders Widman
2002-02-07 17:03     ` Andreas Dilger
2002-02-07 22:08   ` Terje Kvernes
2002-02-08  2:47 ` William Blunn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020207220832.GA4116@wookimus.net \
    --to=chewie@wookimus.net \
    --cc=linux-lvm@sistina.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.