|
@@ -618,6 +618,7 @@ end;
|
|
(StrBegins(mnt_dir, '/sys/')) or
|
|
(StrBegins(mnt_dir, '/sys/')) or
|
|
(StrBegins(mnt_dir, '/proc/')) or
|
|
(StrBegins(mnt_dir, '/proc/')) or
|
|
(StrBegins(mnt_dir, '/snap/')) or
|
|
(StrBegins(mnt_dir, '/snap/')) or
|
|
|
|
+ (StrPos(mnt_dir, '/snapd/') <> nil) or
|
|
(StrBegins(ExtractFileName(mnt_dir), '.')) then Exit;
|
|
(StrBegins(ExtractFileName(mnt_dir), '.')) then Exit;
|
|
|
|
|
|
// check file system type
|
|
// check file system type
|