Forskjell mellom versjoner av «Datamaskin shopbot»
Hopp til navigering
Hopp til søk
m (→Om maskinen: add cpu speed) |
(→Historikk: info om partisjoner på disken) |
||
Linje 23: | Linje 23: | ||
== Historikk == | == Historikk == | ||
− | ; 2020-11-24 : testet disken ved hjelp av <code># smartctl -t <test> /dev/ada0</code>, med test "offline", "short", "long". Resultat (fra <code># smartctl -a /dev/ada0</code>: | + | ; 2020-11-24 : info om partisjoner på disken (ved hjelp av gpart - FreeBSD) |
+ | <pre> | ||
+ | root@kg-test:~ # gpart show -p ada0 | ||
+ | => 34 1000215149 ada0 GPT (477G) | ||
+ | 34 2014 - free - (1.0M) | ||
+ | 2048 921600 ada0p1 ms-recovery (450M) | ||
+ | 923648 204800 ada0p2 efi (100M) | ||
+ | 1128448 32768 ada0p3 ms-reserved (16M) | ||
+ | 1161216 208556032 ada0p4 ms-basic-data (99G) | ||
+ | 209717248 790497280 ada0p5 ms-basic-data (377G) | ||
+ | 1000214528 655 - free - (328K) | ||
+ | </pre> | ||
+ | og info fra disktype (også FreeBSD) | ||
+ | <pre> | ||
+ | root@kg-test:~ # disktype /dev/ada0 | ||
+ | |||
+ | --- /dev/ada0 | ||
+ | Character device, size 476.9 GiB (512110190592 bytes) | ||
+ | DOS/MBR partition map | ||
+ | Partition 1: 2.000 TiB (2199023255040 bytes, 4294967295 sectors from 1) | ||
+ | Type 0xEE (EFI GPT protective) | ||
+ | GPT partition map, 128 entries | ||
+ | Disk size 476.9 GiB (512110190592 bytes, 1000215216 sectors) | ||
+ | Disk GUID EF468556-0A05-7243-99E7-C42BCBB05B4D | ||
+ | Partition 1: 450 MiB (471859200 bytes, 921600 sectors from 2048) | ||
+ | Type Unknown (GUID A4BB94DE-D106-404D-A16A-BFD50179D6AC) | ||
+ | Partition Name "Basic data partition" | ||
+ | Partition GUID 505EBACA-7F19-C346-9A8A-57087B744965 | ||
+ | NTFS file system | ||
+ | Volume size 450.0 MiB (471858688 bytes, 921599 sectors) | ||
+ | Partition 2: 100 MiB (104857600 bytes, 204800 sectors from 923648) | ||
+ | Type EFI System (FAT) (GUID 28732AC1-1FF8-D211-BA4B-00A0C93EC93B) | ||
+ | Partition Name "EFI system partition" | ||
+ | Partition GUID 8754439B-5B0A-7845-A522-09E8C63D364D | ||
+ | FAT32 file system (hints score 4 of 5) | ||
+ | Volume size 96 MiB (100663296 bytes, 98304 clusters of 1 KiB) | ||
+ | Partition 3: 16 MiB (16777216 bytes, 32768 sectors from 1128448) | ||
+ | Type MS Reserved (GUID 16E3C9E3-5C0B-B84D-817D-F92DF00215AE) | ||
+ | Partition Name "Microsoft reserved partition" | ||
+ | Partition GUID AA04689B-3EBC-E143-B151-5735E52C4490 | ||
+ | Partition 4: 99.45 GiB (106780688384 bytes, 208556032 sectors from 1161216) | ||
+ | Type Basic Data (GUID A2A0D0EB-E5B9-3344-87C0-68B6B72699C7) | ||
+ | Partition Name "Basic data partition" | ||
+ | Partition GUID EC47BE6C-0957-324F-9836-BFD333BAE0E6 | ||
+ | NTFS file system | ||
+ | Volume size 99.45 GiB (106780687872 bytes, 208556031 sectors) | ||
+ | Partition 5: 376.9 GiB (404734607360 bytes, 790497280 sectors from 209717248) | ||
+ | Type Basic Data (GUID A2A0D0EB-E5B9-3344-87C0-68B6B72699C7) | ||
+ | Partition Name "Basic data partition" | ||
+ | Partition GUID 5FD3B78A-A47B-E64E-AC2C-BEBFA49388FE | ||
+ | NTFS file system | ||
+ | Volume size 376.9 GiB (404734606848 bytes, 790497279 sectors) | ||
+ | Partition 6: unused | ||
+ | </pre> [[Bruker:Tingo|Tingo]] ([[Brukerdiskusjon:Tingo|diskusjon]]) 24. nov. 2020 kl. 18:36 (CET) | ||
+ | : testet disken ved hjelp av <code># smartctl -t <test> /dev/ada0</code>, med test "offline", "short", "long". Resultat (fra <code># smartctl -a /dev/ada0</code>: | ||
<pre> | <pre> | ||
SMART Self-test log structure revision number 1 | SMART Self-test log structure revision number 1 |
Revisjonen fra 24. nov. 2020 kl. 18:36
Dedikert datamaskin for å styre ShopBot og kjøre jobber på den. Maskinen er kjøpt på AliExpress[1].
Operativsystem
Maskinen kjører Windows 10, fordi programvaren som brukes til styring og kjøring av jobber på ShopBot'en krever windows.
Om maskinen
- navn
- modell
- CPU
- Intel Core i7 7500U @ 2.70 GHz
- minne
- 16GB RAM DDR3L
- lagring
- 512 GB SSD
BIOS
- BIOS: AMI BIOS 5.12
- UEFI 2.5; PI 1.4
- GKBL1 1.06 x64
- 12/04/2017
- Board ID: SKYBAY
Keys: Esc, Del - enter BIOS menus
To boot from a removable device (for example, usb memory stick): insert usb stick, enter bios, and find the "Boot override" menu on the "Save and exit" page in the bios. Select correct device there.
Historikk
- 2020-11-24
- info om partisjoner på disken (ved hjelp av gpart - FreeBSD)
root@kg-test:~ # gpart show -p ada0 => 34 1000215149 ada0 GPT (477G) 34 2014 - free - (1.0M) 2048 921600 ada0p1 ms-recovery (450M) 923648 204800 ada0p2 efi (100M) 1128448 32768 ada0p3 ms-reserved (16M) 1161216 208556032 ada0p4 ms-basic-data (99G) 209717248 790497280 ada0p5 ms-basic-data (377G) 1000214528 655 - free - (328K)
og info fra disktype (også FreeBSD)
root@kg-test:~ # disktype /dev/ada0 --- /dev/ada0 Character device, size 476.9 GiB (512110190592 bytes) DOS/MBR partition map Partition 1: 2.000 TiB (2199023255040 bytes, 4294967295 sectors from 1) Type 0xEE (EFI GPT protective) GPT partition map, 128 entries Disk size 476.9 GiB (512110190592 bytes, 1000215216 sectors) Disk GUID EF468556-0A05-7243-99E7-C42BCBB05B4D Partition 1: 450 MiB (471859200 bytes, 921600 sectors from 2048) Type Unknown (GUID A4BB94DE-D106-404D-A16A-BFD50179D6AC) Partition Name "Basic data partition" Partition GUID 505EBACA-7F19-C346-9A8A-57087B744965 NTFS file system Volume size 450.0 MiB (471858688 bytes, 921599 sectors) Partition 2: 100 MiB (104857600 bytes, 204800 sectors from 923648) Type EFI System (FAT) (GUID 28732AC1-1FF8-D211-BA4B-00A0C93EC93B) Partition Name "EFI system partition" Partition GUID 8754439B-5B0A-7845-A522-09E8C63D364D FAT32 file system (hints score 4 of 5) Volume size 96 MiB (100663296 bytes, 98304 clusters of 1 KiB) Partition 3: 16 MiB (16777216 bytes, 32768 sectors from 1128448) Type MS Reserved (GUID 16E3C9E3-5C0B-B84D-817D-F92DF00215AE) Partition Name "Microsoft reserved partition" Partition GUID AA04689B-3EBC-E143-B151-5735E52C4490 Partition 4: 99.45 GiB (106780688384 bytes, 208556032 sectors from 1161216) Type Basic Data (GUID A2A0D0EB-E5B9-3344-87C0-68B6B72699C7) Partition Name "Basic data partition" Partition GUID EC47BE6C-0957-324F-9836-BFD333BAE0E6 NTFS file system Volume size 99.45 GiB (106780687872 bytes, 208556031 sectors) Partition 5: 376.9 GiB (404734607360 bytes, 790497280 sectors from 209717248) Type Basic Data (GUID A2A0D0EB-E5B9-3344-87C0-68B6B72699C7) Partition Name "Basic data partition" Partition GUID 5FD3B78A-A47B-E64E-AC2C-BEBFA49388FE NTFS file system Volume size 376.9 GiB (404734606848 bytes, 790497279 sectors) Partition 6: unused
Tingo (diskusjon) 24. nov. 2020 kl. 18:36 (CET)
- testet disken ved hjelp av
# smartctl -t <test> /dev/ada0
, med test "offline", "short", "long". Resultat (fra# smartctl -a /dev/ada0
:
SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Short offline Completed without error 00% 18833 - # 2 Extended offline Completed without error 00% 18833 - # 3 Short offline Completed without error 00% 18807 -
så selve disken virker å være i orden. Tingo (diskusjon) 24. nov. 2020 kl. 17:31 (CET)
- info om disken på maskina, fra smartctl
root@kg-test:~ # smartctl -i /dev/ada0 smartctl 7.1 2019-12-30 r5022 [FreeBSD 11.3-RELEASE amd64] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Device Model: MT-512 Serial Number: 978080695598 LU WWN Device Id: 5 000000 000000000 Firmware Version: H180516 User Capacity: 512,110,190,592 bytes [512 GB] Sector Size: 512 bytes logical/physical Rotation Rate: Solid State Device Form Factor: 2.5 inches Device is: Not in smartctl database [for details use: -P showall] ATA Version is: ACS-2 (minor revision not indicated) SATA Version is: SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s) Local Time is: Tue Nov 24 17:25:39 2020 CET SMART support is: Available - device has SMART capability. SMART support is: Enabled
info fra dmesg (FreeBSD)
root@kg-test:~ # dmesg | grep ada0 ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 hdaa1: ada0: <MT-512 H180516> ACS-2 ATA SATA 3.x device ada0: Serial Number 978080695598 ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 488386MB (1000215216 512 byte sectors)
så, en msata ssd på 512GB. Tingo (diskusjon) 24. nov. 2020 kl. 17:27 (CET)
- testet minnet på maskinen ved hjelp av Memtest86+ (en runde) - minnet er ok. Tingo (diskusjon) 24. nov. 2020 kl. 16:46 (CET)