Is there a way to do something like this when using coss? (I would rather not have to use symlinks) cache_swap_log /cache0/%s cache_swap_log /cache1/%s cache_swap_log /cache1/%s cache_swap_log /cache2/%s cache_swap_log /cache2/%s As shown I have 3 disks that I am using for storage. I would like to have each swap log stored in their respective disks. As is normally done for AUFS. (part of a 72gig disk and 2 whole 147 gig disks at abt 75%) cache_dir coss /cache0/cossfile1 24000 max-size=1000000 block-size=2048 cache_dir coss /cache1/cossfile1 48000 max-size=1000000 block-size=4096 cache_dir coss /cache1/cossfile2 48000 max-size=1000000 block-size=4096 cache_dir coss /cache2/cossfile1 48000 max-size=1000000 block-size=4096 cache_dir coss /cache2/cossfile2 48000 max-size=1000000 block-size=4096 Thanks! Nicole