diff options
-rw-r--r-- | baboon.md | 10 | ||||
-rw-r--r-- | infernode.md | 52 |
2 files changed, 62 insertions, 0 deletions
diff --git a/baboon.md b/baboon.md new file mode 100644 index 0000000..5f450b8 --- /dev/null +++ b/baboon.md @@ -0,0 +1,10 @@ +🟩 **Detailed /dev/disk/by-id/ Partitions (Live Ones)** +====================================================== + +```shell +lrwxrwxrwx 1 root root 10 May 29 08:53 ata-Timetec_30TT253X2-256GB_PL211014YSA256G0116-part1 -> ../../sda1 +lrwxrwxrwx 1 root root 10 May 29 08:53 ata-Timetec_30TT253X2-256GB_PL211014YSA256G0116-part2 -> ../../sda2 +lrwxrwxrwx 1 root root 10 May 29 08:53 ata-Timetec_30TT253X2-256GB_PL211014YSA256G0116-part3 -> ../../sda3 +lrwxrwxrwx 1 root root 10 May 29 08:53 ata-Timetec_30TT253X2-256GB_PL220302YSA256G0877-part1 -> ../../sdb1 +lrwxrwxrwx 1 root root 10 May 29 08:53 scsi-35000cca291d4b870-part1 -> ../../sdd1 +lrwxrwxrwx 1 root root 10 May 29 08:53 scsi-35000cca2b093888c-part1 -> ../../sdc1 diff --git a/infernode.md b/infernode.md new file mode 100644 index 0000000..18e6baf --- /dev/null +++ b/infernode.md @@ -0,0 +1,52 @@ +🟩 **Disk-to-Serial Mapping on ZFS VM (FreeBSD)** +================================================= + +```shell + 1. Name: cd0 + Mediasize: 1310040064 (1.2G) + descr: QEMU QEMU DVD-ROM + ident: (null) + + 1. Name: da0 + Mediasize: 268435456000 (250G) + descr: QEMU QEMU HARDDISK + ident: (null) + + 1. Name: da1 + Mediasize: 10737418240000 (9.8T) + descr: QEMU QEMU HARDDISK + ident: (null) + + 1. Name: da2 + Mediasize: 10737418240000 (9.8T) + descr: QEMU QEMU HARDDISK + ident: (null) + + 1. Name: da3 + Mediasize: 34359738368 (32G) + descr: QEMU QEMU HARDDISK + ident: (null) + + pool: inferno + state: ONLINE +config: + + NAME STATE READ WRITE CKSUM + inferno ONLINE 0 0 0 + mirror-0 ONLINE 0 0 0 + da1 ONLINE 0 0 0 + da2 ONLINE 0 0 0 + logs + da3 ONLINE 0 0 0 + +errors: No known data errors + + pool: zroot + state: ONLINE +config: + + NAME STATE READ WRITE CKSUM + zroot ONLINE 0 0 0 + da0p3 ONLINE 0 0 0 + +errors: No known data errors |