this post was submitted on 16 May 2025
73 points (100.0% liked)

Linux

55312 readers
1237 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

For some reason Calibre won't let me do anything because "drive is full" which I assume has to do with this.

Update: I believe I "fixed" the error with Calibre by using FlatSeal to add environment variable CALIBRE_TEMP_DIR that changes the Temp directory to something else. So far that's the only program I've seen give trouble.

all 42 comments
sorted by: hot top controversial new old
[–] warmaster@lemmy.world 34 points 1 month ago (2 children)

That is your / (root) partition. You can't write to it because Aurora is an atomic & immutable distro.

Source: I use Aurora & Bazzite.

[–] Dremor@lemmy.world 3 points 1 month ago* (last edited 4 weeks ago) (2 children)

While true, why are you linking this comment in almost all the other comments? They are not incorrect, it just makes you look like an ass.

Nerd jokebreak;

[–] MouldyCat@feddit.uk 9 points 1 month ago (3 children)

While true, why are you linking this comment in almost all the other comments?

I've been stuck repeatedly asking myself this question ever since reading your comment 😩 Please be careful about throwing infinite while true loops around! Now I need someone to Ctrl-C me.

[–] Dremor@lemmy.world 2 points 4 weeks ago

I added a break 😆

[–] Sims@lemmy.ml 1 points 1 month ago

"Nerd Humor - the best kind of Humor"

[–] warmaster@lemmy.world 1 points 1 month ago (1 children)

Well, I replied to two comments. I was just trying to let them learn the actual cause of OP's problem so they can help others in the future. I am sorry if I didn't follow proper etiquette.

[–] Dremor@lemmy.world 1 points 4 weeks ago

I counted 3 of them.

Problem is that by doing that you are basically telling them "my answer is better than yours". That not yours to decide, and that's the reason you get downvoted despite having a part of what OP was searching for.

Just think of the obnoxious kid that'd boast for having half a point more than you did. You basically did the internet equivalent.

[–] flork@lemy.lol 1 points 1 month ago* (last edited 1 month ago) (2 children)

How'd it get full then? And if it's supposed to be 100%, any ideas on how can I get Calibre (so far the only app I've noticed that is giving trouble) to ignore it?

[–] spooky2092@lemmy.blahaj.zone 5 points 1 month ago (1 children)

It comes full from the first boot, because you're not supposed to be able to write to it. That's kinda he point of an immutable distro

[–] flork@lemy.lol 1 points 1 month ago (1 children)

Got it thanks, I think it's weird it shows up in Dolphin this way but at least I know what it is now.

[–] spooky2092@lemmy.blahaj.zone 2 points 1 month ago

Yeah, I get that. But also, the root mount point is a valid partition, and it is full, so it makes sense why it shows up that way.

I think a lot of the confusion is letting go to old habits and knowledge that don't exactly work with the new system. In still going through that a lot myself (and will probably be making my own troubleshooting post when I have time), but it's always good to experiment and see what you can learn.

Best of luck friend!

[–] MangoPenguin@lemmy.blahaj.zone 1 points 1 month ago (1 children)

Are you trying to install the Flatpak? The native install probably won't work on an immutable distro.

[–] flork@lemy.lol 1 points 1 month ago

Calibre installs fine (flatpak). I updated my post but I was able to change the temp directory which "fixed" it.

[–] BlackEco@lemmy.blackeco.com 28 points 1 month ago (1 children)

Fedora Atomic Desktop 42 switched to composefs, which has a small full partition mounted to /. Your "real" filesystem is mounted on /sysroot

https://fedoraproject.org/wiki/Changes/ComposefsAtomicDesktops

[–] flork@lemy.lol 3 points 1 month ago (3 children)

That makes sense, thank you! How can I clear up space in it?

[–] BlackEco@lemmy.blackeco.com 8 points 1 month ago

You can't, it just part of how Fedora works now. Maybe Fedora should patch Dolphin to take /sysroot into account instead of /

[–] spooky2092@lemmy.blahaj.zone 7 points 1 month ago* (last edited 1 month ago) (1 children)

You don't, it's the immutable root partition. You probably need to find the point it's trying to write to and link it to a location it can write to.

Note: I'm still a newbie to atomic desktops too.

[–] flork@lemy.lol 5 points 1 month ago

You were correct, I believe I "fixed" the error with Calibre by using Flatseal to add an environment variable CALIBRE_TEMP_DIR that changed the Temp directory to something else.

[–] thefool@sh.itjust.works 2 points 1 month ago* (last edited 1 month ago) (1 children)

How are you trying to install Calibre? Is it via Flatpak? AppImage?

Did you try it from here? https://calibre-ebook.com/download_linux

I'm guessing that that method won't work with atomic distros. I'm guessing that it's trying to copy files to an immutable spot.

I would try looking for a Flatpak first.

I was going to suggest the portable one as a backup but that's only for Windows :(

[–] flork@lemy.lol 2 points 1 month ago (1 children)

Appreciate the response, I updated my post but I "fixed" this by changing Calibre's temp directory.

[–] thefool@sh.itjust.works 1 points 1 month ago

Oh that's a neat app! I hadn't heard of it before

Glad you got it going!

[–] SitD@lemy.lol 26 points 1 month ago

shout-out to my boys with non-immutable distros looking at the same usage plot ✊😔

[–] pewpew@feddit.it 13 points 1 month ago (1 children)

That's the root partition, which is the core system partition. It's probably read only because Aurora is an immutable system, that means that it doesn't let you write to the system partition by default

[–] pewpew@feddit.it 6 points 1 month ago

From https://docs.getaurora.dev/ "System updates are image-based and automatic. Applications are logically separated from the system by using Flatpaks for graphical applications and brew for command line applications. Workloads for development are containerized." Correct me if I'm wrong, I've never heard of this distro before

[–] ArsonButCute@lemmy.dbzer0.com 8 points 1 month ago

This is completely unrelated to your problem:

The calibre website recommends extremely strongly against using their software packaged by anyone else other than calibre themselves as they are often (see usually) buggy or extremely outdated.

It may be worth it to manually "install" the app from their website somewhere in your ~/.local/ and see if you have less issues using the official package.

[–] yaroto98@lemmy.org 6 points 1 month ago (1 children)

Run:

df -h

in the terminal and find out.

[–] marcie@lemmy.ml 5 points 1 month ago

+1 to op for posting the solution godspeed 🫡

[–] TachyonTele@lemm.ee 4 points 1 month ago (2 children)

What's the plug symbol mean?

[–] Lojcs@lemm.ee 2 points 1 month ago

Not mounted by default I assume

[–] flork@lemy.lol 2 points 1 month ago

Not clear, the "drive" doesn't show up in partition manager.

[–] Offbus@lemmy.world 2 points 1 month ago (2 children)

Launch Partition Manager and find out. It’s probably boot or efi.

[–] flork@lemy.lol 1 points 1 month ago

It's not in partition manager actually!

[–] polite_cat@lemmy.world 1 points 1 month ago

Fyi if you find it annoying to see this this everytime you open Dolphin, you can right-click it and set it to hidden

[–] ColdWater@lemmy.ca -2 points 1 month ago* (last edited 1 month ago) (1 children)

It's smol, probably your boot partition, or some rogue partition got created during OS installation