Normally, with Aufs and Diskd and ufs, the cache_swap_log will be in the disk that the files are stored in. Since with Coss, this must be specified, is there a way to get it to also divide up their logs? 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 When I try this, all the logs just went to the last disk mentioned. 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. diskd, etc.. (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