Василишин Андрей 提到: > I have 9 drives, which I formated on ext3 and mounted on directories: > /storage2 ... /storage10. Than I mounted it all in /storageall with aufs > #df -h > /dev/sdc3 440G 201M 418G 1% /storage3 > /dev/sdd3 440G 201M 418G 1% /storage4 > /dev/sde3 440G 201M 418G 1% /storage5 > /dev/sdf3 440G 201M 418G 1% /storage6 > /dev/sdg3 440G 201M 418G 1% /storage7 > /dev/sdh3 440G 201M 418G 1% /storage8 > /dev/sdi3 440G 201M 418G 1% /storage9 > /dev/sdj3 440G 201M 418G 1% /storage10 > /dev/sdb3 440G 211M 418G 1% /storage2 > none 440G 211M 418G 1% /storageall > > > I want, that files, which wil be written in /storageall evenly writes on > all drives. >
What you need would be, md-raid, not aufs. I think md-raid is probably better for your need. You can see http://tldp.org/HOWTO/Software-RAID-HOWTO.html for details. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
