All of lore.kernel.org
 help / color / mirror / Atom feed
From: Theo Van Dinter <felicity@kluge.net>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] file system type
Date: Mon Jan 21 10:45:02 2002	[thread overview]
Message-ID: <20020121114450.G30661@kluge.net> (raw)
In-Reply-To: <E16ShQA-0000Wq-00@arwen.dev33.cvf>; from ppons@cvf.fr on Mon, Jan 21, 2002 at 05:35:46PM +0100

On Mon, Jan 21, 2002 at 05:35:46PM +0100, Pierrick PONS wrote:
> I don't really understand how we can have ext2 partition as we use linuxx-lvm 
> type (8E) for logical volume.

ext2 is a filesystem, the partition type doesn't matter.

> I can't see how I can mount a ext2 file system from a logical volume.

First, create the LV:

lvcreate -n foo -L 1G volume_group

Then make the filesystem:

mke2fs /dev/volume_group/foo

The mount the filesystem:

mkdir /mnt/temp
mount /dev/volume_group/foo /mnt/temp


:)

-- 
Randomly Generated Tagline:
Interstellar Matter is a Gas

  reply	other threads:[~2002-01-21 10:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-21 10:36 [linux-lvm] file system type Pierrick PONS
2002-01-21 10:45 ` Theo Van Dinter [this message]
2002-01-21 11:03   ` Pierrick PONS

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=20020121114450.G30661@kluge.net \
    --to=felicity@kluge.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.