witchergeraltofrivia

joined 1 year ago

which card do you mean? other similar performance cards are generally a bit more expesive, 7800xt is cheaper than 7900gre but performance goes down by similar margin, so both seem great value

 

Usecase

2k ultrawide gaming, programming with local servers running in background. all on linux. portable enough for air travel. Should last 4-5 years before part upgrades.

Parts

Type Item Price
CPU AMD Ryzen 7 7800X3D 4.2 GHz 8-Core Processor $393.57
CPU Cooler Deepcool Assassin 4S 61.25 CFM CPU Cooler $75.00
Motherboard MSI MPG B650I EDGE WIFI Mini ITX AM5 Motherboard $255.39
Memory G.Skill Flare X5 32 GB (2 x 16 GB) DDR5-6000 CL30 Memory $104.99
Storage Western Digital Black SN850X 2 TB M.2-2280 PCIe 4.0 X4 NVME Solid State Drive $149.99
Video Card Gigabyte GAMING OC Radeon RX 7900 GRE 16 GB Video Card $539.99
Case Deepcool CH160 Mini ITX Desktop Case $50.00
Power Supply Corsair SF850L 850 W 80+ Gold Certified Fully Modular SFX Power Supply $149.99
Case Fan ARCTIC P12 PST 56.3 CFM 120 mm Fans 5-Pack $32.79
Total $1751.71

Lists

PCPartPicker List
pcpricetracker list (indian)

Thank you!

Stopped gnome-disks format at 78% (~6 hours remaining).
Used #sudo dd if=/dev/zero of=/dev/sda1 bs=1M seek=1001250 status=progress, write speed is ~100 MB/s.
Thanks a ton!

[–] witchergeraltofrivia@lemmy.world 4 points 1 year ago (3 children)

Yes I am overwriting it with zeroes while formatting (using gnome-disks). I didn't know it did multiple overwrites, thought it did 1 pass overwrite with zeros.

Yup I am zeroing it.

That explains the declining speed. Thanks a lot for the insight!

 

Started with 50 MBps, went down to 20 MBps shortly after and is declining slowly since. Running for 7+ hours.
HDD is 5 years old, rare use but very well kept.

Edit: external 1.5 TB HDD connected over USB 3. Overwriting with zeroes while formatting using gnome-disks.

Update:

Stopped gnome-disks ~78% and continued writing zeros using dd for the remaining sectors.
command used: #sudo dd if=/dev/zero of=/dev/sda1 bs=1M seek=1001250 status=progress (don't copy without understanding), used seek here to skip already zeroed sectors.
write speed went up from ~14 MB/s to ~100 MB/s.

slow speed could be caused by multiple passes of overwrites by gnome-disks (not sure if it does that), or by "initializing the filesystem at the same time as zeroing" as mentioned by @ares35.

gradual speed decrement was observed in both methods, as mentioned by @Synthead.

Thanks to everyone for being so helpful.