Please enter search query.
Search <book_title>...
Veritas™ File System Programmer's Reference Guide - Solaris
Last Published:
2018-08-24
Product(s):
InfoScale & Storage Foundation (7.2)
Platform: Solaris
- Veritas File System software developer's kit
- File Change Log
- About the File Change Log file
- Record types
- File Change Log tunables
- Application programming interface for File Change Log
- API functions
- File Change Log record
- Copying File Change Log records
- Veritas File System and File Change Log upgrade and downgrade
- Reverse path name lookup
- Multi-volume support
- Named data streams
- Veritas File System I/O
- Caching advisories
- Extents
- Thin Reclamation
Space usage
You can use the FCL file to track space usage when a file system gets close to being full. The FCL file can be searched for recently created files (file creates) or write records to determine newly added files or existing files that have grown recently.
Depending on the application needs, the search can be done on the entire FCL file, or on a portion of the FCL file corresponding to a specific time frame. Additionally, you can look for files created with particular names. For example, if users are downloading *.mp3
files that are taking up too much space, the FCL file can be read to find files created with the name *.mp3
.