Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Can't Archive Notifications - "ENOSPC: no space left on device"

Featured Replies

See below. Every time I try to archive something, it says there's no space left on the device. As far as I can tell I have plenty of space left, and I'm not experiencing any other issues that would lead me to believe the flash drive was filling up somehow. Unraid 7.2.2.

image.pngimage.png

Solved by nearcatch

  • Community Expert

Please post the diagnosis in case there's something more there.

  • Author

Attached diagnostics right after I attempted to archive a notification.

I've also tried navigating to the folder in bash and attempting to move it with mv, and I got the same error.

Edited by nearcatch

  • Community Expert

Nothing obvious that I can see, try checking filesystem on the flash drive, also see if there are many archived messages, if there are a lot, delete the older ones or all of them rm /boot/config/plugins/dynamix/notifications/archive/*.notify

  • Author
14 hours ago, JorgeB said:

Nothing obvious that I can see, try checking filesystem on the flash drive, also see if there are many archived messages, if there are a lot, delete the older ones or all of them rm /boot/config/plugins/dynamix/notifications/archive/*.notify

There are definitely a lot of older ones, you can see from my screenshot that there are nearly 14000. I didn't realize that would be an issue, and if it is an issue, I think I would expect Unraid to prune old messages itself instead of storing them indefinitely.

  • Author
  • Solution

I ran a couple of commands to delete all the disk temperature notifications which brought me from ~14000 notifications to ~4200. Archiving works now.

If anyone runs into this in the future, these are the commands I used:

# delete all notifications that have "temperature" in the filename
rm -v /boot/config/plugins/dynamix/notifications/archive/*temperature*.notify
# delete all notifications that have "returned to normal temperature" in the text content
grep -lr '/boot/config/plugins/dynamix/notifications/archive/' -e 'returned to normal temperature' | while read -r line ; do
  rm -v $line
done

Edited by nearcatch

  • 2 weeks later...

Thank you. I had to do the same thing. It would be nice if this was looked into.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.