Using NTFS filesystem on linux I am able to have a partition that is either compressing the data or not. To create this partition I can just use mkntfs.
When looking for a similar thing with the JFS filesystem I cannot find a way of turning on compression. Is it even possible to have an uncompressed JFS partition? If so how?