Greg
@Greg@lemmy.ca
- Comment on About bajoran's actors makeup 6 days ago:
TIL about I Sexually Identify as an Attack Helicopter. 🖖🏳️⚧️
- Comment on About bajoran's actors makeup 1 week ago:
I don’t know why they didn’t just hire Bajoran actors for the new series
- Comment on Today I started my self hosting journey 1 week ago:
You’ve done your part to make the internet a little bit more distributed like it was always meant to be. Good work!
- Comment on ChatGPT fried my drive!? 5 months ago:
How do you have the SAS drive connected to your Mint 22 box (what exact adapter/controller)? Is it going through a real SAS HBA (LSI/Broadcom-style, IT/HBA mode), or through a RAID controller / USB-SAS bridge / “virtual” adapter?
Reason I’m asking: there are basically two connection paths:
- True HBA/passthrough: Linux gets direct SCSI access (you’ll see a /dev/sgX for the disk) and you can usually low-level reformat it back to 512-byte logical blocks (e.g., from 520/528).
- RAID/USB/translation layer: the controller hides or emulates the SCSI commands, so tools like sg_format often can’t issue the low-level format needed to switch the sector size. That might be why the disk is visible in the disks app but not in gparted.
Given the screen shots I believe it’s the later. Can someone smarter than me confirm?
- Comment on ChatGPT fried my drive!? 5 months ago:
USB enclosures for SAS drives are available
- Comment on ChatGPT fried my drive!? 5 months ago:
I’m confident this is recoverable. Can you throw the failing drive into a USB enclosure? It might be easier to reformat the drive in the OS you’re most familiar with.