@@ -181,8 +181,8 @@ However, there is an option to select a loader manually using ``-L <loader type>
181181Containers
182182~~~~~~~~~~
183183
184- Containers are the abstraction layer for anything that looks (or should look) like a raw disk .
185- They allow Dissect to interpret and interact with disk-like data structures in a consistent way .
184+ Containers provide an interface for Dissect to interact with a disk- like structure in a consistent way .
185+ These can be files or a harddisk .
186186
187187.. seealso ::
188188
@@ -192,52 +192,51 @@ The table below lists the supported container formats.
192192
193193.. list-table :: Supported Containers
194194 :header-rows: 1
195- :widths: 20 5 20 5
195+ :widths: 20 20 5 5
196196
197197 * - Container
198- - Extension
199198 - Description
199+ - Extension
200200 - API
201201 * - Apple Sparse Image Format
202+ - A sparse disk format introduced by Apple with near native SSD speeds.
202203 - ``.asif ``
203- - No Documentation
204204 - :class: `here <dissect.target.containers.asif.AsifContainer> `
205205 * - Expert Witness Disk Image Format
206- - ``.E01 ``, ``.L01 ``, ``.Ex01 ``, ``.Lx01 ``
207206 - FTK Expert witness data format.
207+ - ``.E01 ``, ``.L01 ``, ``.Ex01 ``, ``.Lx01 ``
208208 - :class: `here <dissect.target.containers.ewf.EwfContainer> `
209209 * - Fortinet Firmware
210+ - Interprets and decompresses a Fortinet firmware file.
210211 - ``*-fortinet.out ``
211- - No documentation
212212 - :class: `here <dissect.target.containers.fortifw.FortiFirmwareContainer> `
213213 * - HDD
214+ - Parallels HDD virtual disk implementation.
214215 - ``.hdd ``
215- - ...
216216 - :class: `here <dissect.target.containers.hdd.HddContainer> `
217217 * - HDS
218+ - Parallels sparse hard disk format
218219 - ``.hds ``
219- - Parallels Desktop hard disk format
220220 - :class: `here <dissect.target.containers.hds.HdsContainer> `
221221 * - Qcow2
222+ - QEMU Copy On Write virtual disk format.
222223 - ``.qcow2 ``
223- - Hard disk used for QEMU.
224224 - :class: `here <dissect.target.containers.qcow2.QCow2Container> `
225225 * - VDI
226- - ``.vdi ``
227226 - The virtualbox harddisk format.
227+ - ``.vdi ``
228228 - :class: `here <dissect.target.containers.vdi.VdiContainer> `
229229 * - Virtual Hard Disk
230+ - The original virtual hard disk format developed by Microsoft. Mainly used by the Hyper-V hypervisor.
230231 - ``.vhd ``
231- - ...
232232 - :class: `here <dissect.target.containers.vhd.VhdContainer> `
233233 * - Virtual Hard Disk X
234+ - Virtual Hard Disk v2, the successor of VHD, and the new default on Hyper-V.
234235 - ``.vhdx ``
235- - The virtual hard disk formats used for the Hyper-V hypervisor.
236- VHD is a precursor to VHDX
237236 - :class: `here <dissect.target.containers.vhdx.VhdxContainer> `
238237 * - VMware disk format
239- - ``.vmdk ``
240238 - VMware virtual hard disks.
239+ - ``.vmdk ``
241240 - :class: `here <dissect.target.containers.vmdk.VmdkContainer> `
242241
243242Partition Schemes and Volume Systems
0 commit comments