If you’re already going for spinning rust hard disks, why limit yourself to the 3 TB ones? IMHO, these days, spinning rust only makes sense at 8 TB+ per disk.
- 0 Posts
- 95 Comments
Gnome is highly international, and has been for most of its existence.
I’m currently maintaining a laptop with kubuntu (for someone else), and I honestly cannot recommend it.
They have kind of messed up the updates in their Plasma flavor, Discover routinely just fails to do the updates with a completely meaningless error message. I suspect the underlying issue is lock contention with the background service “unattended-upgrades.service”, but I’m not sure, because, again, that error message is ridiculously unhelpful. Also, said unattended-upgrades service does not seem to actually be doing any upgrades.
On the last install, also, the attempt to upgrade from Ubuntu 24 to 26.04 LTS, the upgrade failed in a spectacularly fashion that left the system mostly bricked in ways that could only be solved by a fresh reinstall. During the process, a few error messages made it look like the problem was hardware faults on the SSD, except when I then tested the SSD from a rescue disk using dd, smartctl, and iotester from https://github.com/guidow/iotester, I could find absolutely no indication of any faults on that drive whatsoever…
Granted my opinion on kubuntu may be a bit colored, because right this moment, I’m quite frustrated with it.
Also, installing massively important software like Firefox or Thunderbird through snaps instead of packaging them properly is just asinine.
Unfortunately, your existing /home and the ntfs partitions you could remove are in completely non-contiguous regions, so you cannot easily just combine the space. If I were you, I would switch to LVM piece-meal. Ideally, you’d have some other medium were you can temporarily store the current contents of /home while your repartition the drive. Then combine sda2 and sda7 into a volume group and pull just one logical volume out of it for the new /home.
Otherwise, create a new volume group with only sda2 in it (just overwrite the existing ntfs filesystem) using
vgcreate, create a logical on top of that usinglvcreate, make a filesystem in that usingmkfs.ext4, I would add the-m 0parameter for a non-root filesystem, mount that somewhere under/mnt/, move or copy over all the contents from/hometo that mountpoint, taking care to replicate file owners and permissions (I would just usecp -a), then once this is done (and you’ve double-checked that it is because at the next step you can lose data if you’re not careful),umount /home, extend the volume group to include sda7 usingvgextend, enlarge the logical volume for the new /home to the maximum usinglvresize, enlarge the ext4 filesystem in there to the maximum possible usingresize2fs, finally editing /etx/fstab to use that new logical volume as /home and remounting /home.
The nerd inside me automatically wants to correct that to
$ > grassThat avoids starting up one addidtional process.
(Unless the file already exists, and you just want to update its mtime, of course.)
I wouldn’t want to put the air intakes of my Thinkpad directly on the grass like that. It’s bound to suck in dirt.
Years ago, we used to use Etherpad for that. Don’t know if that’s still a thing.
Any further “helpful” information in that error message would be a security issue.
waigl@lemmy.worldto
Comic Strips@lemmy.world•I wonder if anyone needs help with anything
731·5 months agoLiteracy rates in medieval times were not what they are today, but they’re still routinely underestimated. Most places, including peasant villages, would have had some people around who could read.
Then again, it also depends heavily in what part of the middle ages you are talking about. Early, high and late middle ages were almost different worlds in many regards.
It’s even worse: It answers the questions correctly enough that most people cannot tell the difference – but still not reliably correctly. Meaning you get answer that sound very convincing, but could easily still be dead wrong.
waigl@lemmy.worldto
Linux@lemmy.ml•NTFSPlus Becomes "NTFS" as Driver Moves Closer to Kernel Integration
291·7 months agoIt’s hard to believe how insanely long it took, and still is taking to get a production-ready, solid ntfs driver in linux.
I’m in this picture and I don’t like it.
Cockroaches kill each other and eat each other…
waigl@lemmy.worldto
Programmer Humor@programming.dev•The only way one should code C btw.
6·10 months agoWell, in PHP you cannot #define new words from some new language to mean basic language keywords.
waigl@lemmy.worldto
Linux@lemmy.ml•Which of the 3 standard compression algorithms on Unix (gz, xz, or bz2) is best for long term data archival at their highest compression?
4·11 months agoError correction and compression are usually at odds.
Not really. If your data compresses well, you can compress it by easily 60, 70%, then add Reed-Solomon forward error correction blocks at like 20% redundancy, and you’d still be up overall.
waigl@lemmy.worldto
Selfhosted@lemmy.world•A Microsoft Employee Facing an Existential CrisisEnglish
7·11 months agoIf any person actually typed that they aren’t sane at all.
That doesn’t actually rule out anything.
waigl@lemmy.worldto
Unpopular Opinion@lemmy.world•Social Media is Amazing, but the People using it usually aren'tEnglish
1·11 months agoExcept it’s also an important tool to ensure continued employment, and so people have taken to turning the public part of it into an unorganized sycophancy contest.
waigl@lemmy.worldto
Unpopular Opinion@lemmy.world•Social Media is Amazing, but the People using it usually aren'tEnglish
3·11 months agoProbably because a lot of the “people” in the larger networks are literally not “real”. Many of them are secretly bots, and a lot of the rest are either sock puppets or meat puppets
waigl@lemmy.worldto
Mildly Infuriating@lemmy.world•Last week in England, a privatized water company increased CEO pay by nearly 100%. This is how British Secretary Steve Reed reactedEnglish
123·1 year ago“They’re a private company” (with a state-sponsored monopoly on an essential good).
I don’t know how anybody is surprised by this. Who do you think would buy a privatized municipal water supplier, other than people trying to squeeze as much money as possible from a population with no recourse and no say in the matter?
So long as you’re using the spinning rust hdds, the noise of the CPU cooler won’t make much difference. Mind you, this PC will be a bit too loud for the living room like this.