Can this drive work with raspberry Pi -- links to how-tos appreciated
Can this drive work with raspberry Pi -- links to how-tos appreciated

serverpartdeals.com
HGST Ultrastar He12 HUH721212ALE601 0F29596 12TB 7.2K RPM Power Disable SATA 6Gb/s 3.5" HDD

Equipment
The Raspberry Pi won't be able to supply enough power for a 3.5-inch hard drive.
Steps
lsblk
to list connected block devices. Your hard drive should show up (e.g., /dev/sda1).mkfs.ext4 /dev/sda1
(replace '/dev/sda1' if necessary).sudo mkdir /mnt/mydrive
(you can replace 'mydrive' with any name you prefer).sudo mount /dev/sda1 /mnt/mydrive
(replace '/dev/sda1' with the actual device name if different).Important Considerations
/etc/fstab
file.Additional Tips
PS: I’m a human who started typing out half of this, then wanted to see if the AI could come up with a better response. I gave it the image from the posting above and said “I want to connect this to a Raspberry Pi” and I thought it came out with a better response. Mine originally only mentioned the USB-SATA part, while the LLM came back with instructions (I had to reorder them, but otherwise they looked good)
Thank you for your remarkable work here — and for the confirmation that the LLM got it right!
Well done. I’ve had this set up with Kodi and it ran like a dream for years. Only took it offline because I upgraded to a Nvidia Shield Pro when it came out back in 2019.
Edit: I can say that your average spin disk over USB 3.0 read speed is sufficient for 4k Remux if that’s the goal.