Павел Гарбар писал(а):А по сути вопроса - только пересоздание тома (так, по крайней мере, до сих пор было).
Собственно, это и есть суть. Выключение компрессии на томе делается через его пересоздание с выключенным атрибутом компрессии.
Включение компрессии на традиционном томе делается двумя путями:
1) Load NWCONFIG | STANDARD DISK OPTIONS | NETWARE VOLUME OPTIONS | <SELECT VOLUME>. FILE COMPRESSION - ON.
2) Load MONITOR | SERVER PARAMETERS | FILE SYSTEM. ENABLE FILE COMPRESSION - ON.
Что касается NSS, то тут вот какое дело:
NSS uses the same algorithm as TFS does, only the smallest filesize that is eligible to be compressed is different.
On TFS, this number is 512 + 1 bytes, on NW60 NSS, it is 4092 + 1 bytes, and on NW65 NSS, it is 8192 + 1 bytes.
This is done because:
1. NSS's smallest block size is 4K, while TFS does sub-allocation to 512 bytes units.
On NSS volumes, compression won't save diskspace if the file is smaller than 4K.
2. NSS compressed files also use one block for indirect file maps.
This ensures a compressed file won't save any disk space if its filesize is between 4K and 8K (at least one block for compressed data and one block for file map).
Following NSS compression commands are very useful :
- /(No)BGCompression Start/Stop background Compression. (Stop BGCompression will stop and clear all the enqueued background compression request.)
- /Compression=<VOL> Enable File Compression on the given volumes. (It can't be turned off once it's enabled)
- StopNormalCompression Stop normal Compression. (It will stop and clear all the enqueued normal compression request.)
- CompScreen Start the NSS Compression Statistics Screen.
Собственно, проблем найти это все в KB не составляет. Там еще масса документов по этой теме...
http://support.novell.com/cgi-bin/searc ... 092181.htm