Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • what's the result of df /var/lib/docker Commented Jul 31, 2023 at 8:33
  • /dev/sdb2 219G 185G 24G 89% / Commented Jul 31, 2023 at 8:35
  • OK, just making sure /var/lib/docker is not a different disk/partition :p Commented Jul 31, 2023 at 8:37
  • How do I check that? The full df just says that /dev/sdb2 is mounted on / and the other disk (/dev/sda1) is mounted on /home. Therefore I assume that /var/lib/docker must be mounted on /dev/sdb2. Commented Jul 31, 2023 at 8:46
  • Check here: unix.stackexchange.com/a/45773/101265 Commented Jul 31, 2023 at 8:47