Hello,
anyone know how to exclude a system partition that does not have a letter?

As a workaround a regex that exlude partition with less than 500mb could do the job too.
thanks in advance
best regards,
Hello,
anyone know how to exclude a system partition that does not have a letter?

As a workaround a regex that exlude partition with less than 500mb could do the job too.
thanks in advance
best regards,
Best answer by vcoum
In the FILTER macro, add this at the end of the actual value
and letter regexp '[a-zA-Z]'Complete filter
type = 'fixed' and name not regexp '.*System Reserved.*' and letter regexp '[a-zA-Z]'It should return drives with a letter
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.