---
title: es_event_remount_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_event_remount_t
---

# es_event_remount_t

A type for an event that indicates the unmounting of a file system.

## Declaration

```swift
struct es_event_remount_t
```

## Topics

### Inspecting Event Properties

- [statfs](endpointsecurity/es_event_remount_t/statfs.md)
- [reserved](endpointsecurity/es_event_remount_t/reserved.md)

### Initializers

- [init(statfs:remount_flags:disposition:reserved:)](endpointsecurity/es_event_remount_t/init(statfs:remount_flags:disposition:reserved:).md)

### Instance Properties

- [disposition](endpointsecurity/es_event_remount_t/disposition.md)
- [remount_flags](endpointsecurity/es_event_remount_t/remount_flags.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)

## See Also

### File System Mounting Event Types

- [es_event_mount_t](endpointsecurity/es_event_mount_t.md)
- [es_event_unmount_t](endpointsecurity/es_event_unmount_t.md)
