Skip to content

Commit 1eb9ff5

Browse files
committed
Add suggestions
1 parent 95b8d16 commit 1eb9ff5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/source/supported-targets.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Loaders
99
~~~~~~~
1010

1111
Loaders provide a way to interact with a "target" by combining and accessing source data into usable parts.
12-
This creates a virtual version of the original system.
12+
This creates a virtual representation of the original system.
1313

1414
.. seealso::
1515

@@ -111,7 +111,7 @@ If needed, you can choose the loader yourself by using ``-L <loader type>`` opti
111111
- :class:`remote <dissect.target.loaders.remote.RemoteLoader>`
112112
* - SMB
113113
- Use an SMB connection to user remote SMB servers as a target.
114-
This particular loader requires ``impacket`` to be installed.
114+
This loader requires ``impacket`` to be installed, which can be done by installing `dissect.target[smb]`.
115115
Can only be used directly with ``smb://`` or ``-L smb``.
116116
-
117117
- :class:`smb <dissect.target.loaders.smb.SmbLoader>`
@@ -266,9 +266,10 @@ The table below lists the different supported volume systems.
266266
- API
267267
* - Disk Data Format
268268
- DDF is a RAID data format that describes how data is formatted across raid groups.
269+
Commonly used by Dell RAID controllers.
269270
- :class:`here <dissect.target.volumes.ddf.DdfVolumeSystem>`
270-
* - Logical Volume Manager
271-
- LVM is a device mapper framework that can make multiple volumes on a single disk.
271+
* - Logical Volume Manager 2
272+
- LVM2 is a device mapper framework that can make multiple volumes on a single disk.
272273
- :class:`here <dissect.target.volumes.lvm.LvmVolumeSystem>`
273274
* - Multiple Device driver
274275
- Linux MD RAID volume system. A software based RAID system.

0 commit comments

Comments
 (0)