[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [linux-lvm] Understanding if a disk is partioned with LVM or not
- From: André Gillibert <rcvxdg gmail com>
- To: linux-lvm redhat com
- Subject: Re: [linux-lvm] Understanding if a disk is partioned with LVM or not
- Date: Fri, 11 Sep 2009 15:39:58 +0200
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/redhat/linux/7.3/Reference-Guide/s1-filesystem-ext3-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é Gillibert
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]