diff --git a/src/basic/mountpoint-util.c b/src/basic/mountpoint-util.c index cb8ddccecde..74cf139aaf5 100644 --- a/src/basic/mountpoint-util.c +++ b/src/basic/mountpoint-util.c @@ -298,6 +298,7 @@ bool fstype_is_network(const char *fstype) { return STR_IN_SET(fstype, "afs", "cifs", + "smb3", "smbfs", "sshfs", "ncpfs",