fox-it / dissect.target

The Dissect module tying all other Dissect modules together. It provides a programming API and command line tools which allow easy access to various data sources inside disk images or file collections (a.k.a. targets).
GNU Affero General Public License v3.0
44 stars 44 forks source link

Improve fstab parsing functionality #607

Open DissectBot opened 6 months ago

DissectBot commented 6 months ago

Currently, we support the following configurations:

/dev/mapper/
/dev/gpt/
/dev/../
UUID=

However, linux also has more types of mount options for an fstab file:

/dev/disk/by-partuuid/....
/dev/disk/by-path/...
/dev/disk/by-uuid/..

These currently generate warnings, which would be a nice add.