Changes between Initial Version and Version 5 of Ticket #17691
- Timestamp:
- Apr 6, 2022, 3:07:43 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17691 – Description
initial v5 16 16 here a linux lsblk -f output: 17 17 18 19 {{{ 18 20 NAME FSTYPE FSVER LABEL UUID 19 21 nvme0n1 zfs_member 5000 lxd-pool 2735629842434347490 … … 23 25 ├─nvme0n1p4 ntfs 5ADCA586DCA55D4F 24 26 └─nvme0n1p5 ntfs 5ED00298D0027715 27 }}} 28 25 29 26 30 here the blkid: 27 31 32 33 {{{ 28 34 /dev/nvme0n1p1: LABEL=“Wiederherstellung” BLOCK_SIZE=“512” UUID=“EE50606850603A0B” TYPE=“ntfs” PARTLABEL=“Basic data partition” PARTUUID=“22255200-e036-4b89-81f1-e8dd6536df2e” 29 35 /dev/nvme0n1p2: UUID=“0460-FAE1” BLOCK_SIZE=“512” TYPE=“vfat” PARTLABEL=“EFI system partition” PARTUUID=“a5741332-a715-4db1-baaa-8d5596aeeb0b” … … 35 41 /dev/zram0: UUID=“5a8296f7-de1f-4120-b5f8-2729b5e3c095” TYPE=“swap” 36 42 /dev/nvme0n1p3: PARTLABEL=“Microsoft reserved partition” PARTUUID=“01ad49d7-77f0-4e37-8f3a-b69a9a55b428” 43 }}}