• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle







  • I’m loving it! There’s definitely a learning curve to the fediverse, but it’s been an enjoyable process and I haven’t felt the need to go back to reddit since switching. All the communities I cared about on reddit either ported over here or have equivalents, and I find the user interactions in comments to be much more level headed and engaging.

    Edit: I will add, I have had to supplement some of my news feeds with RSS, but that’s been something I’ve wanted to try for a while. So I’m not particularly disappointed in giving RSS a go.


  • Can you run dd with the “status=progress” option set to see what’s going on when it stalls? Also, how long until it stalls? In my experience, dd takes a really long time to write over an entire drive of that size, so you may just need to wait it out (could take a couple of days). You can also try increasing the block size (e.g., “bs=8m” or “bs=8M”, with the case of the “m” depending on your OS) and see if that helps to speed things along. Typically, the default dd block size (512 bytes) is pretty slow.

    Note: I’m far from an expert but I have been using dd for similar applications as you for a few years. Hopefully something above can be of some help.