Constant lrs::fs::flags::UNMOUNT_EXPIRE

Set the "expire" flag on the filesystem.

Syntax

const UNMOUNT_EXPIRE: UnmountFlags = UnmountFlags(MNT_EXPIRE);

Remarks

The "expire" flag is automatically unset when the filesystem is accessed again. If an unmount operation with this flag set is used and the "expire" flag is already set on the filesystem, then the device is unmounted.

See also