• 0 Posts
  • 27 Comments
Joined 2 years ago
cake
Cake day: October 11th, 2023

help-circle


  • Everyone in these comments are idiots? Or bots? Usb to aux outputs, Bluetooth to aux outputs guys it’s a freaking iPod the one thing it has is aux output. The problem is getting it into the radio.

    Op, does your radio have aux in? That’s the easiest but it’s so simple I think you would have done it already.

    If you don’t sometimes you can buy an adapter that plugs into the back of your radio, heck eBay might net you an actual iPod 30 pin cable specific to your radio.

    If your radio has Bluetooth, you can get an aux Bluetooth transmitter not reciver like people linked here, to transmit from the headphone jack to your radio.

    Last resort is a fm transmitter with either aux or a 30 pin.


















  • So the broken pool is kinda stupid and you shouldn’t do it, you will be running without parity the whole time but if you want to risk it it does work.

    Or… If you have the drives and space, you can combine a bunch of smaller drives with mdadm (assuming Linux but freebsd has geom I think) and then use that as your third drive, then once everything is copied do a zpool replace. That way you keep full parity the whole time.

    Edit: latest version of zfs supports raidz expansion. So you could create a 2 drive raidz1 then copy everything over then expand it. You will still be running your source disk without parity but at least the destination would be safe.