mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
9 lines
197 B
Perl
9 lines
197 B
Perl
package Vs;
|
|
|
|
# These need to be updated as The Sleuth Kit supports more volume systems
|
|
$Vs::type{'dos'} = 1;
|
|
$Vs::type{'bsd'} = 1;
|
|
$Vs::type{'gpt'} = 1;
|
|
$Vs::type{'mac'} = 1;
|
|
$Vs::type{'sun'} = 1;
|