File and directory compression preferences override the compression settings for the volume and server.
From a workstation, click the Novell Client icon (the red N in the notification area), select
, then map a drive to the NSS volume by using the login and password of the Administrator user.Use either of the following methods to open the
( in older client versions) dialog box for the file or directory you want to manage:In a file manager, navigate to the directory or file you want to manage. Right-click the directory or file, select
, then select the ( in older client versions) tab in the window.Click the
, select , navigate to and select the directory or file you want to manage, click , then select the tab in the NetWare Services window.Do any of the following:
Select its check box to enable (set) the
or attribute.Deselect its check box to disable (clear) the
or attribute.Click
or to accept the changes, or click to back out of the process.Use the ATTRIB utility at the Linux terminal console prompt to view or modify file and directory attributes for compression on NSS volumes where compression is enabled.
attrib [options] [filename]
If both the set and clear options are selected, the clear option is completed before the set option. If the filename is not specified, the operation is completed on the current directory.
Table 21-2 Operations Options for the ATTRIB Utility
Option |
Description |
---|---|
-s, --set=ATTRIBUTES |
Sets the attributes on the specified file or directory. |
-c, --clear=[ATTRIBUTES | all] |
Clears the attributes on the specified file or directory. |
Table 21-3 Compression Attributes Options for the ATTRIB Utility
Attribute |
Description |
Applies to Files |
Applies to Directories |
---|---|---|---|
dc |
Don’t Compress keeps data from being compressed. This attribute overrides settings for automatic compression of files not accessed within a specified number of days. |
Yes |
No |
ic |
Immediate Compression sets data to be compressed as soon as a file is closed. If applied to a directory, every file in the directory is compressed as each file is closed. The files in the specified directory are compressed as soon as the operating system can perform the operation after the file is closed. This does not apply to the directory’s subdirectories and the files in them. |
Yes |
Yes |
For example, to set the Don’t Compress attribute for all files in the current directory, enter
attrib --set=dc
To clear the Immediate Compression attribute from the /usr/course/winter/students.sxi file, enter
attrib --clear=ic /usr/course/winter/students.sxi
Enter attrib without options to show the compression attribute information for a specified file or for all files in the directory. You cannot modify Status attributes.
Table 21-4 Compression Status for the ATTRIB Utility
Status |
Description |
---|---|
cc |
Cannot Compress (status display only) displays if the file cannot be compressed because of limited space savings. |
cm |
Compressed (status display only) indicates whether the file is currently stored in compressed format. |
To view the compression status of a file, enter the following at the server console:
attrib filename
Replace filename with the path to the file. For example, to view the attributes of the /usr/course/winter/students.sxi file, enter
attrib /usr/course/winter/students.sxi
To view the compression attributes of all files in the current directory, enter
attrib