From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (ext-mx03.extmail.prod.ext.phx2.redhat.com [10.5.110.7]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8BJ17ns006235 for ; Fri, 11 Sep 2009 15:01:07 -0400 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8BJ0ld9028226 for ; Fri, 11 Sep 2009 15:00:48 -0400 Received: by fg-out-1718.google.com with SMTP id 22so395629fge.9 for ; Fri, 11 Sep 2009 12:00:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090911153958.24cc2cdc@fixlaptop.gillibert.homelinux.net> References: <352f9c2a0909092319h2e115e07lbf867825c68c102e@mail.gmail.com> <20090910063511.GA7247@maude.comedia.it> <352f9c2a0909100135i64ac861awaf7089ea27c1b3b3@mail.gmail.com> <20090911153958.24cc2cdc@fixlaptop.gillibert.homelinux.net> Date: Fri, 11 Sep 2009 22:00:47 +0300 Message-ID: <352f9c2a0909111200p4da44d7lbc52b9176f33ff0d@mail.gmail.com> Subject: Re: [linux-lvm] Understanding if a disk is partioned with LVM or not From: pent 5971 Content-Type: multipart/alternative; boundary=00c09ffb5a670f9d40047351efd8 Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: To: LVM general discussion and development --00c09ffb5a670f9d40047351efd8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable No no no, its funny i just needed the folder /xyz with mkdir which ill moun= t the new disk :-) 2009/9/11 Andr=E9 Gillibert > pent 5971 wrote: > > Hi, > > Luca thanks for your answer . the disk seems to be regular one. So for > > the new added disk > > i have followed the > > > http://jamesthornton.com/redhat/linux/7.3/Reference-Guide/s1-filesystem-e= xt3-create.html > > and rebooted the server (edited the fstab ). But the disk doesnt seem > > to be > > mounted . So what can be the problem? > > > 1) Check that the relevant partitions exist. Assuming your disk is > /dev/sdb, partitions may be /dev/sdb1 /dev/sdb2, etc. > 2) Try to mount them manually. > Your boot script may not automatically mount all partitions. In that case= : > $ mount /mount/point > should work. > Or, maybe there's an issue with label detection. > In that case, specify the partition. > $ mount -t ext3 /dev/sdb1 /mount/point > > -- > Andr=E9 Gillibert > > > > _______________________________________________ > linux-lvm mailing list > linux-lvm@redhat.com > https://www.redhat.com/mailman/listinfo/linux-lvm > read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/ > --00c09ffb5a670f9d40047351efd8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable No no no, its funny i just needed the folder /xyz with mkdir which ill moun= t the new disk :-)

2009/9/11 Andr=E9 Gill= ibert <rcvxdg@gmai= l.com>
pent 5971 <pent5971@gmail.com= > wrote:
> Hi,
> Luca thanks for your answer . the disk seems to be regular one. So for=
> the new added disk
> i have followed the
> http://jamesthornton.com/r= edhat/linux/7.3/Reference-Guide/s1-filesystem-ext3-create.html
> =A0and rebooted the server (edited the fstab ). But the disk doesnt se= em
> to be
> mounted . So what can be the problem?
>
1) Check that the relevant partitions exist. Assuming your disk is /d= ev/sdb, partitions may be /dev/sdb1 /dev/sdb2, etc.
2) Try to mount them manually.
Your boot script may not automatically mount all partitions. In that case:<= br> $ mount /mount/point
should work.
Or, maybe there's an issue with label detection.
In that case, specify the partition.
$ mount -t ext3 /dev/sdb1 /mount/point

--
Andr=E9 Gillibert



_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://www.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

--00c09ffb5a670f9d40047351efd8--