Have you ever looked to see which file systems you have? The results might be interesting!
select
Filesystem0,
Count(*)
from
v_GS_LOGICAL_DISK
group by
Filesystem0
order by
Filesystem0
Have you ever looked to see which file systems you have? The results might be interesting!
select
Filesystem0,
Count(*)
from
v_GS_LOGICAL_DISK
group by
Filesystem0
order by
Filesystem0