Practical.Linux.Forensics:EVIDENCE FROM STORAGE DEVICES AND FILESYSTEMS

存储布局和卷管理分析

Common partition schemes include:

  • DOS/MBR (original PC partition scheme)
  • GPT
  • BSD
  • Sun (vtoc)
  • APM (Apple Partition Map)
  • None (the absence of a partition scheme where filesystems start at sector zero)

A DOS partition table entry allocates one byte for the partition type. 

0x83Linux
0x85Linux extended
0x82Linux swap
0x8ELinux LV
0xE8LUKS (Linux Unified Key Setup)
0xFDLinux RAID auto

 a community effort to maintain a list of known partition types is located at :

Partition types: List of partition identifiers for PCs (tue.nl)https://www.win.tue.nl/~aeb/partitions/partition_types-1.htmlA GPT partition table entry allocates 16 bytes for the partition GUID.

请参阅systemd-id128(1)手册页,了解如何使用systemd-id128 show命令列出已知的guid。对于GPT分区方案,您可能会发现一些Linux GPT分区类型包括:

Linux swap0657FD6D-A4AB-43C4-84E5-0933C84B4F4F
Linux filesystem0FC63DAF-8483-4772-8E79-3D69D8477DE4
Linux root (x86-64)4F68BCE3-E8CD-4DB1-96E7-FBCAF984B709
Linux RAIDA19D880F-05FC-4D3B-A006-743F0F84911E
Linux LVME6D6D379-F507-44C2-A23C-238F2A3DF928
Linux LUKSCA7D7CCB-63ED-4C53-861C-1742536059CC

知识点:

The most common storage drives used with Linux are SATA, SAS, NVMe, and SD cards. These block devices are represented in the /dev/ directory of a running system as follows:

  • /dev/sda/dev/sdb/dev/sdc, . . .
  • /dev/nvme0n1/dev/nvme1n1, . . .
  • /dev/mmcblk0mmcblk1, . . .

If a Linux system detects partitions on a particular drive, additional device files are created to represent those partitions. The naming convention usually adds an additional number to the drive or the letter p with a number; for example:

  • /dev/sda1/dev/sda2/dev/sda3, . . .
  • /dev/nvme0n1p1/dev/nvme0n1p2, . . .
  • /dev/mmcblk0p1/dev/mmcblk0p2, . . .

常用工具:mmls、disktype

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值