Hi !
I have all pi-sensors active
HDD/ shows almost 100%. Feels like being not OK
What to do? It seems there's plenty space on the SD-card
-Bart
meaning pi-sensor HDD /
Moderators: leecollings, remb0
-
- Posts: 365
- Joined: Sunday 03 July 2016 16:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V2024.7
- Location: Netherlands
- Contact:
meaning pi-sensor HDD /
- Attachments
-
- raspberry Schermafbeelding 2024-06-11 221308.jpg (14.46 KiB) Viewed 1207 times
Raspberry pi 3b
Arduino
KAKU
RfxCom
Zwave2MQTT
OTGW
Chinese sensors temp (Dallas),movement
Tasmota
Esp8266 / 32 espeasy
Zigbee2MQTT
Arduino
KAKU
RfxCom
Zwave2MQTT
OTGW
Chinese sensors temp (Dallas),movement
Tasmota
Esp8266 / 32 espeasy
Zigbee2MQTT
- FireWizard
- Posts: 1764
- Joined: Tuesday 25 December 2018 12:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Voorthuizen (NL)
- Contact:
-
- Posts: 365
- Joined: Sunday 03 July 2016 16:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V2024.7
- Location: Netherlands
- Contact:
Re: meaning pi-sensor HDD /
This is the screenshot. Seems not OK. How can I save storage place?
- Attachments
-
- DZ-forum.jpg (29.83 KiB) Viewed 1196 times
Raspberry pi 3b
Arduino
KAKU
RfxCom
Zwave2MQTT
OTGW
Chinese sensors temp (Dallas),movement
Tasmota
Esp8266 / 32 espeasy
Zigbee2MQTT
Arduino
KAKU
RfxCom
Zwave2MQTT
OTGW
Chinese sensors temp (Dallas),movement
Tasmota
Esp8266 / 32 espeasy
Zigbee2MQTT
- FireWizard
- Posts: 1764
- Joined: Tuesday 25 December 2018 12:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Voorthuizen (NL)
- Contact:
Re: meaning pi-sensor HDD /
Hi @BartSr
Try to find the largest file.
See: https://www.cyberciti.biz/faq/linux-fin ... g-find-du/
or to find the 20th largest files, execute the following command.
Perhaps you can remove or move the largest files
Regards
Try to find the largest file.
See: https://www.cyberciti.biz/faq/linux-fin ... g-find-du/
or to find the 20th largest files, execute the following command.
Code: Select all
sudo du -aBm / 2>/dev/null | sort -nr | head -n 20
Regards
-
- Posts: 561
- Joined: Monday 20 March 2023 14:41
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Somewhere in NL
- Contact:
Re: meaning pi-sensor HDD /
After you cleaned up you could also set a notification on the 'HDD /' widget to get an early warning if usage is over a certain percentage.
Logic will get you from A to B. Imagination will take you everywhere.
-
- Posts: 526
- Joined: Sunday 01 November 2015 22:45
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2023.2
- Location: Twente
- Contact:
Re: meaning pi-sensor HDD /
Using you can browse the contents.
Without the grep it displays everything.
Change the grep to K] to show smaller files and G] to find huge files, amongst which maybe the domoticz directory.
Oh, BTW do a cd / to display the contents starting from the root directory.
If the result is too much for an overview try
Code: Select all
sudo tree --du -h | grep M] | awk '{print NR, $0}'
Without the grep it displays everything.
Change the grep to K] to show smaller files and G] to find huge files, amongst which maybe the domoticz directory.
Oh, BTW do a cd / to display the contents starting from the root directory.
If the result is too much for an overview try
Code: Select all
sudo tree -L 3 --du -h | grep M] | awk '{print NR, $0}'
Bugs bug me.
Who is online
Users browsing this forum: No registered users and 0 guests