050-696 · Question #124
Your organization uses a database application to store names and addresses used in direct-mail campaigns. As the demand for your company's products has grown, the database file, stored on volume…
The correct answer is E. Ds. The Ds (Don't Suballocate) attribute prevents a specific file from using block suballocation even when suballocation is enabled at the volume level, which is useful for large database files where suballocation adds overhead without meaningful space savings.
Question
Options
- AA
- BDc
- CDi
- DDm
- EDs
- FIc
How the community answered
(34 responses)- B3% (1)
- C6% (2)
- D3% (1)
- E76% (26)
- F12% (4)
Why each option
The Ds (Don't Suballocate) attribute prevents a specific file from using block suballocation even when suballocation is enabled at the volume level, which is useful for large database files where suballocation adds overhead without meaningful space savings.
The A (Archive) attribute marks a file as changed since its last backup and has no effect on block suballocation behavior.
Dc (Don't Compress) prevents file system compression on the file but does not influence whether block suballocation is applied.
Di (Delete Inhibit) prevents the file from being deleted and has no relationship to the suballocation mechanism.
Dm (Don't Migrate) prevents the file from being relocated to near-line storage by HSM and does not affect suballocation.
Ds (Don't Suballocate) is the NetWare per-file attribute that instructs the file system to store the file using full blocks rather than sharing partial blocks with other files. Applying it to the database file allows the rest of the DATA volume to continue benefiting from block suballocation while exempting this one file from the feature.
Ic (Immediate Compress) triggers compression of the file immediately rather than on a schedule and has no effect on suballocation.
Concept tested: NetWare Ds attribute preventing block suballocation per file
Source: https://www.novell.com/documentation/nw65/stor_manage_nw/data/hjnqrstm.html
Topics
Community Discussion
No community discussion yet for this question.