Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
You could (carefully) run a dd command to blast the partition data off the drive, in Linux or any Unix based system.
Let's say your drive was recognised as /dev/sdc when you plugged it in.
First, make sure it's unmounted:
Then blast a gigabyte of zeros over the partition information: 2. sudo dd if=/dev/zero of=/dev/sdc bs=1G count=1
The partition information is usually stored on the very first couple of megabytes on the drive, so blasting a gig's worth of zeros linearly onto it should make it show up as an empty device next time you unplug and plug it in.
I'm not familiar with whatever this Sandisk portable thing is, but SanDisk is a drive manufacturer, in which case it may be drive-level.
googles
Sounds like when it's locked, the drive presents itself as a CD drive containing a Windows executable that unlocks it.
https://www.techrepublic.com/forums/discussions/how-do-i-fully-remove-sandisk-unlocker/
I wouldn't expect Linux to be able to write to it if that's it. It won't even see the actual drive, just the non-writeable CD drive.
Honestly, I'd probably just write off the drive if the data isn't important. The amount of time that's required to basically get a used hard drive is probably not going to be worth it.
I’ll give it a try! So frustrating