Add tool: losetup #29

Open
opened 2025-11-05 18:38:17 +00:00 by contribution-bot · 0 comments
Collaborator

Add Tool: losetup

Submitted by: anon@anon.anon
Type: software
Action: add

Tool Information

  • Name: losetup
  • Description: losetup
    losetup /dev/loop0 /image.dd
    dann Gerät mountbar
    jedes blockdevice muss einzeln gemounted werden, Angabe partitions-offset möglich
  • URL: https://losetup.org
  • Skill Level: intermediate
  • Platforms: Linux
  • License: GPL v3
  • Domains: static-investigations
  • Phases: data-collection
  • Related Concepts: File Systems & Storage Forensics

Copy-Paste YAML

  - name: losetup
    type: software
    description: |-
      losetup
      losetup /dev/loop0 /image.dd
      dann Gerät mountbar
      jedes blockdevice muss einzeln gemounted werden, Angabe partitions-offset möglich
    domains:
      - static-investigations
    phases:
      - data-collection
    skillLevel: intermediate
    url: https://losetup.org
    platforms:
      - Linux
    license: GPL v3
    accessType: cli
    related_concepts:
      - File Systems & Storage Forensics

For Maintainers

  1. Copy the YAML above
  2. Add to src/data/tools.yaml in the tools array
  3. Maintain alphabetical order
  4. Close this issue when done

Submitted via ForensicPathways contribution form

## Add Tool: losetup **Submitted by:** anon@anon.anon **Type:** software **Action:** add ### Tool Information - **Name:** losetup - **Description:** losetup losetup /dev/loop0 /image.dd dann Gerät mountbar jedes blockdevice muss einzeln gemounted werden, Angabe partitions-offset möglich - **URL:** https://losetup.org - **Skill Level:** intermediate - **Platforms:** Linux - **License:** GPL v3 - **Domains:** static-investigations - **Phases:** data-collection - **Related Concepts:** File Systems & Storage Forensics ### Copy-Paste YAML ```yaml - name: losetup type: software description: |- losetup losetup /dev/loop0 /image.dd dann Gerät mountbar jedes blockdevice muss einzeln gemounted werden, Angabe partitions-offset möglich domains: - static-investigations phases: - data-collection skillLevel: intermediate url: https://losetup.org platforms: - Linux license: GPL v3 accessType: cli related_concepts: - File Systems & Storage Forensics ``` ### For Maintainers 1. Copy the YAML above 2. Add to `src/data/tools.yaml` in the tools array 3. Maintain alphabetical order 4. Close this issue when done --- *Submitted via ForensicPathways contribution form*
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mstoeck3/forensic-pathways#29