The answer to your question is fundamentally the same as the answer to the previous question. Using one good cipher is enough, adding more won't help with security and will slow things down.
– ztkAug 10 '15 at 13:21
@ztk - it is different: the previous question is looking at it form a single user perspective. This question is looking at it from a *system* perspective (whereon, of course, there could be multiple users)
– warrenAug 10 '15 at 15:17
Encrypting parts of the filesystem with veracypt will protect only those parts (opposed to the whole filesystem with dm-crypt), but it will enable you to decrypt them independently. The later can be useful in a multiuser scenario when the computer is shared between users and the 2 sessions are never used at the same time. If you are in this multiuser scenario, using dm-cypt will add value by better protecting your computer when turned off. Otherwise, you are better protected by only using dm-crypt.
– Anonymous CowardAug 10 '15 at 16:16