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

[Bug] Storage not reported correctly with attached HW Raid Controller on Raspberry Pi 4 #106

Closed
NeoTrace82 opened this issue Jun 8, 2022 · 5 comments
Assignees

Comments

@NeoTrace82
Copy link

Description of the bug

Raspberry Pi4 with attached Samsung 512GB SSD and a HW RAID (4x8TB) not showing used space

Bildschirmfoto 2022-06-08 um 21 52 41

Another Pi4 with the same Samsung 512GB SSD shows valid data

Bildschirmfoto 2022-06-08 um 21 53 08

How to reproduce

No response

Relevant log output

No response

What browsers are you seeing the problem on?

Safari

Where is your instance running?

Raspberry Pi

Additional context

No response

@MauriceNino
Copy link
Owner

Thank you for your issue! I have already created a temporary fix for this on the dev branch, but for that you will have to pass in the mounted drives. Can you post your output of df? I want to make sure that I recommend the right paths.

@NeoTrace82
Copy link
Author

sure thing

Filesystem      Size  Used Avail Use% Mounted on
/dev/root       459G   59G  381G  14% /
devtmpfs        3.7G     0  3.7G   0% /dev
tmpfs           3.9G     0  3.9G   0% /dev/shm
tmpfs           1.6G   13M  1.6G   1% /run
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           3.9G  160K  3.9G   1% /tmp
/dev/sda1       253M   32M  221M  13% /boot
folder2ram      3.9G  693M  3.2G  18% /var/log
folder2ram      3.9G     0  3.9G   0% /var/tmp
folder2ram      3.9G  268K  3.9G   1% /var/lib/openmediavault/rrd
/dev/sdb2        16T  9.5T  6.4T  60% /srv/dev-disk-by-uuid-6c5d3f8e-2f02-41cf-be65-adb65ab64275
folder2ram      3.9G  2.4M  3.9G   1% /var/spool
/dev/sdb1       500G  121G  379G  25% /srv/dev-disk-by-uuid-032f3fc5-54e4-4009-af64-d2a8912d4acb
folder2ram      3.9G   12M  3.9G   1% /var/lib/rrdcached
folder2ram      3.9G  8.0K  3.9G   1% /var/lib/monit
folder2ram      3.9G   28K  3.9G   1% /var/cache/samba
tmpfs           782M     0  782M   0% /run/user/1000

@MauriceNino
Copy link
Owner

Okay, you would need to change the volume mounts to include -v /srv:/mnt/host_srv in the next version. I will release it later this evening.

@NeoTrace82
Copy link
Author

ill add it to my compose and will report back tomorrow when I have time to pull an update

@MauriceNino MauriceNino self-assigned this Jun 8, 2022
@MauriceNino
Copy link
Owner

🎉 This issue has been resolved in version 3.1.0

The release is available on GitHub release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants