Hello,
I created a diskless client OS using NIM on AIX 4.3. And I tried to use this on a machine that has a local disk. Everything works fine, except that when I try to do mkfs with the compressed flag set as follows:
/usr/sbin/mkfs -V jfs -s 65536 -o frag=512,nbpi=512,compress=LZ,bf=false,ag=81
I get an error from the command as follows:
fshop_make: The compression algorithm is either not present or not loaded
into the kernel.
Filesystem Helper: Implementation-specific error, code = (150)
Can someone tell me how to fix this?
I created a diskless client OS using NIM on AIX 4.3. And I tried to use this on a machine that has a local disk. Everything works fine, except that when I try to do mkfs with the compressed flag set as follows:
/usr/sbin/mkfs -V jfs -s 65536 -o frag=512,nbpi=512,compress=LZ,bf=false,ag=81
I get an error from the command as follows:
fshop_make: The compression algorithm is either not present or not loaded
into the kernel.
Filesystem Helper: Implementation-specific error, code = (150)
Can someone tell me how to fix this?