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
Modifying a volume within a file system
The following function calls modify a volume within a file system.
To grow or shrink a volume
To grow or shrink a volume, use the following function call:
vxfs_vol_resize(fd, vol_name, new_vol_size);
To remove a volume from a file system
To remove a volume from a file system, use the following function call:
vxfs_vol_remove(fd, vol_name);
Add a volume to a file system
To add a volume to a file system, use the following function call:
vxfs_vol_add(fd, new_vol_name, new_vol_size);