dissect.target icon indicating copy to clipboard operation
dissect.target copied to clipboard

Improve fstab parsing functionality

Open DissectBot opened this issue 1 year ago • 0 comments

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.

DissectBot avatar Mar 18 '24 14:03 DissectBot