Added ignore mount point effects macOS (#9652)

added in $config['ignore_mount_regexp'][] = "/^\/Volumes\/OS X Base System/"; 
This should ignore osx recovey caching
This commit is contained in:
Kevin Krumm
2019-01-11 16:56:27 -06:00
committed by Neil Lathwood
parent 63c85429ae
commit c99c97acf3

View File

@@ -698,6 +698,7 @@ $config['ignore_mount_regexp'][] = '/^(dev|proc)fs/';
$config['ignore_mount_regexp'][] = '/^\/dev\/md0/';
$config['ignore_mount_regexp'][] = '/^\/var\/dhcpd\/dev/';
$config['ignore_mount_regexp'][] = '/UMA/';
$config['ignore_mount_regexp'][] = "/^\/Volumes\/OS X Base System/";
$config['ignore_mount_removable'] = 1;
// Ignore removable disk storage