- Joined
- Mar 30, 2023
I'm just annoyed how Linux lies about how long copying a file to a USB drive takes. You think it's done it you have to run sync to see it takes another ten minutes or so to complete
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Don't be so fucking squeamish about SSD wear. My previous system SATA SSD had like 80 something % of life and it's still fine. The reason I stopped using it was because the OS on it shat itself and I reused a different SSD just to get things going again, and guess what, same thing will happen to you sooner than the SSD wearing out: your OS shitting the bed in one way or another. Don't forget that most consumers will rape these SSD's not only with stock Windows, but also modern browsers that constantly do write operations in the background, yet they don't fail. And if you really care about your data, back it the fuck up.The Linux-running computer I'm on is about 5 years old now. The TBW to the SSD is now almost 20 TB.
Gonna post here cause I don't wanna bump another thread. I recently did a fresh install of EndevourOS on my PC and I noticed that the thumbnails for my video files are fucked.
View attachment 7559522
Sometimes a file will have a proper thumbnail, but it seems like they only look proper if they were manually set and not the auto-generated ones.
View attachment 7559523
Is this because I switched to using MPV as my player? I thought this would be something with the Dolphin file manager since I had a similar issue with no image thumbnails before but that was a setting about file sizes and for video files it doesn't seem to be a thing. And yes I do have the ffmpg or whatever that is meant to generate thumbnails.
Since he mentioned using KDE, the correct package is the annoyingly similar "ffmpegthumbs".Do you have the packages "gst-libav" and "ffmpegthumbnailer" installed? That should make the proper thumbnails automatically.
Try clearing the thumbnail cache folder, which is located at "~/.cache/thumbnails"Gonna post here cause I don't wanna bump another thread. I recently did a fresh install of EndevourOS on my PC and I noticed that the thumbnails for my video files are fucked.
View attachment 7559522
Sometimes a file will have a proper thumbnail, but it seems like they only look proper if they were manually set and not the auto-generated ones.
View attachment 7559523
Is this because I switched to using MPV as my player? I thought this would be something with the Dolphin file manager since I had a similar issue with no image thumbnails before but that was a setting about file sizes and for video files it doesn't seem to be a thing. And yes I do have the ffmpg or whatever that is meant to generate thumbnails.
I don't know much about dolphin. But generally with other file managers they use an external program to general thumbnails. You probably want to look into how dolphin does it. You might be missing a dependency.Gonna post here cause I don't wanna bump another thread. I recently did a fresh install of EndevourOS on my PC and I noticed that the thumbnails for my video files are fucked.
View attachment 7559522
Sometimes a file will have a proper thumbnail, but it seems like they only look proper if they were manually set and not the auto-generated ones.
View attachment 7559523
Is this because I switched to using MPV as my player? I thought this would be something with the Dolphin file manager since I had a similar issue with no image thumbnails before but that was a setting about file sizes and for video files it doesn't seem to be a thing. And yes I do have the ffmpg or whatever that is meant to generate thumbnails.
They are probably right though. Its likely not worth caring, or paying attention to at least. Unless it's spending a lot of CPU cycles writing. That is noticably degrading performance. Which I doubt it is.Is it normal for that jbd2 process to be running nonstop? Shouldn't it finish at some point?
No need to be a dick about it. I haven't disabled journaling (jbd2 is still running), I keep backups, and all that constant writing did make me "autistically care" because I didn't know that much about SSDs. Having to replace a drive or reinstall an OS is a pain. Also I still think it's not a dumb idea to minimize writing to flash memory anyway.
That's a lot of torrenting.
Probably depends on the specifics of your system. I've had some long syncs while using some stuff. But generally at least with how I have my schedulers, and filesystems now. After the program is done. The sync is pretty much instant. Though obviously the actual copying part is a little longer.I'm just annoyed how Linux lies about how long copying a file to a USB drive takes. You think it's done it you have to run sync to see it takes another ten minutes or so to complete
Does anyone know of a way to make it work like Windows (where once its done in the file copy dialog its just done, and doesn't lie to you that its done and still copying in the background)?I'm just annoyed how Linux lies about how long copying a file to a USB drive takes. You think it's done it you have to run sync to see it takes another ten minutes or so to complete
At least Gentoo has a package called something likeDoes anyone know of a way to make it work like Windows (where once its done in the file copy dialog its just done, and doesn't lie to you that its copying in the background)?
Its been one of my biggest pet peeves with Linux and I've used it for several years.
I couldn't find a way to fix this other then manually writing udev rules for every device, which I would rather not do.
Try clearing the thumbnail cache folder, which is located at "~/.cache/thumbnails"
Delete everything in the folder (but not the folder itself) and restart Dolphin. Had this issue before and that fixed it.
Couldn't help it. I also tend to worry in general more than average, so that doesn't help much.squeamish about SSD wear
So 20% or 80% remaining?My previous system SATA SSD had like 80 something % of life and it's still fine.
What happened and how long did it take to happen?The reason I stopped using it was because the OS on it shat itself
I've been backing stuff up since I got my first computer almost a quarter of a century ago.back it the fuck up
The last time I had to do a major rescue was because I'm a GRUB retard (well GRUB2) and shitter-shattered my entire boot.But at this point, I'm comfortable with Grub, and making a Grub bootloader USB isn't a headache to me.
So I take it the about 1GB per day for OS operations is normal?It is a kernel service. It runs so long as you're using ext4 journaling.
80-something % remaining, 10-something % burned through. Mind you it was an SSD I got back in 2019 and daily drove Windows on it. I abused it for years and it wasn't even 1/3rd through it's lifespan, so that should tell you how resilient SSD's are.So 20% or 80% remaining?
One evening after years of doing shit that should've broken it but didn't. Started off at like LTSC 2019, then upped it to LTSC 2021, then changed it back to GAC Pro, and the fucker would refuse to break. Then there was a global issue of Windows Update failing due to the recovery partition getting filled up, so I decided to remove the old one after making the new one with gparted to recover those 500MB of disk space. The result was that Windows would BSoD at boot, I couldn't fix it so I did a fresh install on a spare SSD.What happened and how long did it take to happen?
I will point you here:In Linux, it's not. Boot a kernel withinit=/bin/bash
thendd if=/dev/olddrive of=/dev/newdrive
. Next,tune2fs /dev/newdrive -U $(uuidgen)
. Next Grub run, changeroot=UUID=[whatever uuid uuidgen created]
, boot, runupdate-grub
. Windows is way more irritating.
I would think it's just a gui front end for the command.
Sudo dd if=whatever.iso of=/dev/whatever
The belief in dd as the way™ to copy raw disk images is pure superstition. You can literally almost always just use cat or cp.That is literally the command I use to "burn" all my iso's to a USB. I run
sudo dd if=HannahMontanaLinux.iso of=/dev/sdb bs=1M status=progress
You can avoid that withI'm just annoyed how Linux lies about how long copying a file to a USB drive takes. You think it's done it you have to run sync to see it takes another ten minutes or so to complete
mount -o sync
, but it is slower than mounting async and doing a sync at the end. An extra 7-13s for an 8GB file in my half-assed tests. The manpage also claims it may be bad for flash drives.Yeah, yeah. I use pv often. Issue is that if you're working as an unprivileged user, as you ought, you need to boost privilege to actually write to /dev/whatever. sudo dd privileges the output write. None of your articles addresses this, so by all means, let's see you write a cat-centered write command that works from unprivileged space that uses sudo for privilege escalation.DD is not a magic special tool for cloning disks . /dev/sda is a file. You can cat it.
so by all means, let's see you write a cat-centered write command that works from unprivileged space that uses sudo for privilege escalation.
sudo sh -c 'cat mystupidimage.img > /dev/sda'
depends how you define "worse". some open source faggot being retarded on the internet is nothing new, and even if he wants to smear his libshit all over the distro, suse isn't nearly as big and influential enough to get far with it. if the more levelheaded people haven't already told him to STFU and get back to work.OpenSUSE is to SUSE what Fedora is to Red Hat, but SUSE is worse than Red Hat, with OpenSUSE calling conservatives rotten flesh. Fedora is a rolling release distro like Arch and is known for being easy to use (even if they like to push things before they're ready so Red Hat can test them), which is why I recommended it.
As an OpenSUSE user you are legally subject to German laws, so they're gonna sick interpol on you and throw you in Guantanamo Bay.not to mention the real "fight the system!" sugarrush putting a swastika as my opensuse background. what's he gonna do about it, cry some more on bluesky like the pathetic tard he is?
given past statements I wouldn't put it past him and his ilk to race to the police (remember, ACAB!) because there are "nazi opensuse users".As an OpenSUSE user you are legally subject to German laws, so they're gonna sick interpol on you and throw you in Guantanamo Bay.