Constant lrs::fs::flags::UNMOUNT_FORCE

Unmount the filesystem even if the device is busy.

Syntax

const UNMOUNT_FORCE: UnmountFlags = UnmountFlags(MNT_FORCE);

Remarks

This can cause data loss and only works on NFS mounts.

See also