Hi, List! I apologize a lot if my question has been already answered in this mailing list. The archive is not searchable, and the search engines didn't answer plently to my particular problem... So here it goes. I have multiple pcs running NFS server and one pc running NFS client. This client-pc (named master server) can access to the remote directories of the machines running NFS server. Here is how my /etc/fstab is designed on the master server: #/etc/fstab (master server) 192.168.1.2:/home/share /mnt/192.168.1.2 nfs rsize=8192,wsize=8192,timeo=14 192.168.1.3:/home/share /mnt/192.168.1.3 nfs rsize=8192,wsize=8192,timeo=14 192.168.1.4:/home/share /mnt/192.168.1.4 nfs rsize=8192,wsize=8192,timeo=14 192.168.1.5:/home/share /mnt/192.168.1.5 nfs rsize=8192,wsize=8192,timeo=14 192.168.1.6:/home/share /mnt/192.168.1.6 nfs rsize=8192,wsize=8192,timeo=14 I would like to know if it is possible, then, to use LVM in order to aggregate all these nfs partitions onto one single volume. Thanks in advance for any answer. And sorry again if this has been already answered in this mailing list. Best regards, Kader. _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/