this post was submitted on 08 Aug 2023
56 points (96.7% liked)

Linux

45838 readers
1396 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 5 years ago
MODERATORS
 

So, recently, I bought an nvme ssd to replace the very old ssd I have on my laptop. I don't know what the non-nvme is called. It shows as "sda" on the system. Anyway, doubled the storage. The new drive is an nvme WD black SN770. I have the same one running just fine on an optiplex dell mini running endeavourOS. Zero issues. I like to separate home and root partitions and have btrfs on root for snapshots. So, thinking it would behave the same on the laptop, I put the new drive in the laptop and did the same partitioning. Installed Fedora this time, since I like gnome on the laptop and plasma on desktop. Everything went fine. Laptop was responsive and all until I was done and closed the lid. Came back a while later to use it again, black screen and nothing revives it. No key combo or anything works except holding down the power button to shut it off. This kept happening every single time I closed and opened the lid after a while. Thought it might be the distro/DE. Removed fedora and slapped endeavourOS with plasma on it. Same shit happens now. Black screen every time I open the lid after a suspend. So, I decided fuck it, let me juse use ext4 since it happens on every distro. Removed btrfs and used ext4 on all partions, and now this issue never happens. Not even once. Is this a known issue with btrfs and nvmes? Do they not like each other? Just wanted to share this little dilemma I had to deal with the last couple of days.

you are viewing a single comment's thread
view the rest of the comments
[–] donut4ever@lemm.ee 1 points 11 months ago (1 children)

Well, thank you. That's reassuring. Is xfs available on all Linux distros? Also, does it support snapshots like btrfs? Also

BTRFS is a turd on NVME

😂

[–] RogerWilco@lemmy.world 1 points 11 months ago (1 children)

Yep, XFS is pretty much universally supported and in fact even the default filesystem for Fedora Server and RHEL. No snapshots, unfortunately. XFS's "claim to fame" is scalability, performance, and stability.

[–] donut4ever@lemm.ee 1 points 11 months ago (1 children)

Thank you for that. Then what would one use to back up in xfs

[–] RogerWilco@lemmy.world 1 points 11 months ago (2 children)

Well, first of all, snapshots are not backups and should not be relied upon as such. They don't protect you from a gamut of risks such as filesystem corruption, hardware failures, etc.

As far as backups, basically you can take your pick. Personally I use Duplicacy to back up my workstations to my file/media server, then from there my most critical data is backed up off site to secured cloud storage.

Timeshift is another popular tool.

There are many options out there.

[–] donut4ever@lemm.ee 1 points 11 months ago

You're right, snapshots don't save you all the time like an actual back up. Yesterday I backed up the whole system to an external drive via Pika. I feel so much better about it. I do have a nas, so I might throw a copy of the back there, too. Thank you for explaining things, I really appreciate it.

[–] stikonas@lemmy.kde.social 1 points 11 months ago

While snapshots are not backups, they are very helpful when making backup because they are atomic and can also be transferred to another drive with btrfs send/receive.