---
title: supportsVolumeGroups
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsvolume/supportedcapabilities/supportsvolumegroups
---

# supportsVolumeGroups

A Boolean property that indicates whether the volume supports volume groups.

## Declaration

```swift
var supportsVolumeGroups: Bool { get set }
```

## Discussion

Discussion Volume groups involve multiple logical file systems that the system can mount and unmount together, and for which the system can present common file system identifier information.

## See Also

### Declaring volume capabilities

- [supportsSharedSpace](fskit/fsvolume/supportedcapabilities/supportssharedspace.md)
- [doesNotSupportVolumeSizes](fskit/fsvolume/supportedcapabilities/doesnotsupportvolumesizes.md)
