> The only way to really identify where files live in LVM is to identify > which filesystem they're on. Then they might end up being on any random > block of that filesystem. You can identify which physical extents a > particular filesystem is using easily, but not which physical extents a > particular file is using. > > Perhaps someone else can correct me if I'm wrong about this, but as I > understand things this is how it works. Thanks for the response Eric. Let me check that I understand this correctly: If I were to use LVM to create a file system that spans 2 hard disks, of capacity 80G each (for simplicities sake), giving a total capacity of 160G, if that filesystem grows to (say) 100G and then one of the disks begins to fail, there is no way for me to backup the files that would be endangered, short of backing up the entire 100G, to another disk entirely. Is there a better way I should go about organising my disks and LVM so that surviving a hard disk failure is not so difficult? _______________________________________________ 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/