On Mon, May 24, 2004 at 08:31:25PM +0200, Martijn Schoemaker wrote: > (as far as I know there is no > bad-block mapping within LVM, correct me if I'm wrong) The closest in LVM2 would be to put the bad sectors inside a single LV and avoid using that LV. e.g. lvcreate -l1 vg -n broken /dev/sda5:46 if the bad sector falls inside physical extent 46 on /dev/sda5. Alasdair -- agk@redhat.com _______________________________________________ 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/