Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage shows strange info #33

Open
plague-doctor opened this issue Jul 21, 2020 · 1 comment
Open

Storage shows strange info #33

plague-doctor opened this issue Jul 21, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@plague-doctor
Copy link

plague-doctor commented Jul 21, 2020

This what Ward shows:

<div class = "detailed-hw-info">
  <div id = "totalStorage" class = "first-label">16 GiB Total</div>
  <div id = "diskCount" class = "second-label">6 Disks</div>
  <div class = "third-label">935 MiB Swap</div>
</div>

However my Pi has only single card (1 disk) with 2 partitions on it:

$ lsblk

NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
mmcblk1      179:0    0  14.6G  0 disk 
`-mmcblk1p1  179:1    0  14.4G  0 part /
mmcblk1boot0 179:32   0     4M  1 disk 
mmcblk1boot1 179:64   0     4M  1 disk 
zram0        252:0    0    50M  0 disk /var/log
zram1        252:1    0 935.6M  0 disk [SWAP]
$ df -h

Filesystem      Size  Used Avail Use% Mounted on
udev            801M     0  801M   0% /dev
tmpfs           188M  5.1M  183M   3% /run
/dev/mmcblk1p1   15G  2.6G   12G  19% /
tmpfs           936M     0  936M   0% /dev/shm
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           936M     0  936M   0% /sys/fs/cgroup
tmpfs           936M   36K  936M   1% /tmp
/dev/zram0       49M  3.5M   42M   8% /var/log
tmpfs           188M     0  188M   0% /run/user/1000

Not a big deal, but seams strange.

PS. Thanks for persistent config! Greatly appreciate.

@Rudolf-Barbu Rudolf-Barbu added the bug Something isn't working label Jul 21, 2020
@Rudolf-Barbu Rudolf-Barbu self-assigned this Jul 21, 2020
@Halcao
Copy link

Halcao commented Jul 26, 2021

BTW, raid disk seems not to be correctly recognized.
The display shows: 14.5 TiB Total / 7 Disks
and the result of lsblk goes here:

sda                     8:0    0  3.7T  0 disk
├─sda1                  8:1    0  476M  0 part  /boot/efi
├─sda2                  8:2    0  477M  0 part
└─sda3                  8:3    0  3.7T  0 part
  └─md0                 9:0    0  3.7T  0 raid1
    ├─raid-root 253:0    0  3.6T  0 lvm   /
    ├─raid-swap 253:1    0 18.6G  0 lvm   [SWAP]
    ├─raid-var  253:2    0 18.6G  0 lvm   /var
    └─raid-tmp  253:3    0 18.6G  0 lvm   /tmp
sdb                     8:16   0  3.7T  0 disk
├─sdb1                  8:17   0  476M  0 part
├─sdb2                  8:18   0  477M  0 part
└─sdb3                  8:19   0  3.7T  0 part
  └─md0                 9:0    0  3.7T  0 raid1
    ├─raid-root 253:0    0  3.6T  0 lvm   /
    ├─raid-swap 253:1    0 18.6G  0 lvm   [SWAP]
    ├─raid-var  253:2    0 18.6G  0 lvm   /var
    └─raid-tmp  253:3    0 18.6G  0 lvm   /tmp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants