bonus_crab

joined 1 year ago
[–] bonus_crab@lemmy.world -1 points 2 months ago (1 children)

Copyright =/= liscence, so long as they arent reproducing the inputs copyright isnt applicable to AI.

That said they should have to make sure they arent reproducing inputs. Shouldnt be hard.

[–] bonus_crab@lemmy.world 2 points 2 months ago

Gotta be mm to make sense unfortunately, Linux-GUN 7.62.11

[–] bonus_crab@lemmy.world 2 points 2 months ago (2 children)

Easy, GNU->GUN

[–] bonus_crab@lemmy.world 2 points 2 months ago

Oh and try blocks.

[–] bonus_crab@lemmy.world 6 points 2 months ago* (last edited 2 months ago) (2 children)

Its mainly a matter of stabilizing existing features in the language - there are rust modules in the linux kernel as of 6.1 but they have to be compiled with the nightly compiler.

Rust is a very slow moving , get it right the first time esque, project. Important and relatively fundamental stuff is currently and has been useable and 99% unchanging for years but hasnt been included in the mainline compiler.

Also certain libraries would be fantastic to have integrated into the standard library, like tokio, anyhow, thiserror, crossbeam, rayon, and serde. If that ever happens though itll be in like a decade.

[–] bonus_crab@lemmy.world 1 points 3 months ago* (last edited 3 months ago)

For what its worth browsing directories full of hundreds to thousands of 4k images with previews is seamless : )

[–] bonus_crab@lemmy.world 2 points 3 months ago* (last edited 3 months ago)

grub menu. all my timeshift snapshots show up there. for /home i just backup to a usb with deja dup.

[–] bonus_crab@lemmy.world 9 points 3 months ago (2 children)

Btrfs snapshots have saved my ass a few times with bad updates.

[–] bonus_crab@lemmy.world 6 points 3 months ago (2 children)

how fast is it?

25
submitted 3 months ago* (last edited 3 months ago) by bonus_crab@lemmy.world to c/linux@lemmy.ml
 

First of all, thanks to everyone who came out and offered their suggestions and advice yesterday when I asked about setting up my UM890 from minisforum in RAID0.

Many called me mad for going for RAID0 here but ... shrug its not my only computer so I'm ok being a bit risky here.
My original plan was to backup, set up the drives in raid, install nobara on the raid array, and ride off into the sunset.

That was a bad plan.

Timeshift froze while backing up, and worse, back in time froze while restoring.
Repeatedly.
Even when booting from a live usb and without enabling RAID.
Wasted several hours trying variations of that ... my USB drive is kinda slow.

On my last post someone suggested I simply add the new drive to an existing btrfs file system, then switch to a raid0 profile.
That was a good plan, and ultimately what I ended up doing after my plan failed.

Resources :
https://wiki.tnonline.net/w/Btrfs/Adding_and_removing_devices
https://www.ubuntumint.com/add-new-device-to-btrfs-file-system/
https://serverfault.com/questions/213861/multi-device-btrfs-filesystem-with-disk-of-different-size

Commands I ran on my machine :
sudo fdisk -l
sudo lsblk
sudo mkdir /mnt/drive1
sudo btrfs device add /dev/nvme1n1 /mnt/drive1 -f
btrfs filesystem df /
sudo btrfs balance start -dconvert=raid0 /

Performance
In case the image doesn't show, 6230MBps Seq Read, 758Mbps 4k Rnd Read, 4496MBps Seq Write, 292.6 4k Rnd Write.
6229 read 4497 write

PS
Even though my restore failed, the files were all there so I didn't lose anything , I just had to reinstall all my programs and such.
Also enable nvme raid in the BIOS before you do anything else.

[–] bonus_crab@lemmy.world 1 points 3 months ago

definitely not lol. Its my daily driver pc. I just have a spare drive and an empty slot.

[–] bonus_crab@lemmy.world 1 points 3 months ago (1 children)

its neat, u can get 4k 240hz out of the usb4 output. Lm sensors didnt pick up the cpu temps. It's VERY quiet, and the drives have an active heat sink on em. The nvme drive runs at around 40C.

 

I'd appreciate a sanity check for what I'm planning to do later today.

I bought a minisforum um890 recently. It has 2 m.2 nvme ports. I have the system running nobara off one drive currently, the other is unfilled. The drive has file system encryption enabled.

I backed up the root folder of my system to a 128gb usb using backintime. I enabled encryption when asked.

I plan to install a second ssd, enable raid 0 striping on the 2 drives in bios, boot from a live USB, then install nobara onto the new raid storage.

After that, i should be able to reinstall backintime then restore my backup right?

[–] bonus_crab@lemmy.world 20 points 6 months ago (5 children)

Yeah mega transfers. 1 transfer is 8 bytes. the DD in DDRX is double data so it can send 2 transfers per channel per clock. CPUs pretty much always use 2 channels, so the formula is just GBps = 32 * MT/s. My PC has 6000MT/s DDR5 in a dual channel config so thatd be 192GBps.

Idk how apple is getting above 300GBps, maybe theyre counting the integrated GPU as part of the total. GPUs often have 4 or 6 or 8 channels so thatd make sense...

view more: next ›