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 _______________________________________________ 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/