No no no, its funny i just needed the folder /xyz with mkdir which ill mount the new disk :-)<br><br><div class="gmail_quote">2009/9/11 André Gillibert <span dir="ltr"><<a href="mailto:rcvxdg@gmail.com">rcvxdg@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">pent 5971 <<a href="mailto:pent5971@gmail.com">pent5971@gmail.com</a>> wrote:<br>

> Hi,<br>
> Luca thanks for your answer . the disk seems to be regular one. So for<br>
> the new added disk<br>
> i have followed the<br>
> <a href="http://jamesthornton.com/redhat/linux/7.3/Reference-Guide/s1-filesystem-ext3-create.html" target="_blank">http://jamesthornton.com/redhat/linux/7.3/Reference-Guide/s1-filesystem-ext3-create.html</a><br>
>  and rebooted the server (edited the fstab ). But the disk doesnt seem<br>
> to be<br>
> mounted . So what can be the problem?<br>
><br>
</div>1) Check that the relevant partitions exist. Assuming your disk is /dev/sdb, partitions may be /dev/sdb1 /dev/sdb2, etc.<br>
2) Try to mount them manually.<br>
Your boot script may not automatically mount all partitions. In that case:<br>
$ mount /mount/point<br>
should work.<br>
Or, maybe there's an issue with label detection.<br>
In that case, specify the partition.<br>
$ mount -t ext3 /dev/sdb1 /mount/point<br>
<br>
--<br>
<font color="#888888">André Gillibert<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
linux-lvm mailing list<br>
<a href="mailto:linux-lvm@redhat.com">linux-lvm@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/linux-lvm" target="_blank">https://www.redhat.com/mailman/listinfo/linux-lvm</a><br>
read the LVM HOW-TO at <a href="http://tldp.org/HOWTO/LVM-HOWTO/" target="_blank">http://tldp.org/HOWTO/LVM-HOWTO/</a><br>
</div></div></blockquote></div><br>