Closed Jolg42 closed 3 years ago
Ah, interesting. So let me answer your 2nd question first.
I'm curious to know where the drive is located on the filesystem (here macOS)?
In the ~/.hyperspace
folder, you'll find the "internal database." The hyper technology is a kind of database that acts like different things -- kind of like, for instance, if you built a filesystem on top of MySQL. (It's less insane than doing that but you get the idea.) So when you're interacting with a hyperdrive, you're interacting with that database.
It might help to think of "hyperdrives" as virtual folders.
I want to delete this drive from this computer but it seems that I cannot. What should I do?
So the drive rm
command only deletes files inside of a hyperdrive, though intuitively I understand why you expected it to delete the drive itself.
We don't have a "delete drive" command yet, @andrewosh let's plan to talk through how that would work
Thanks @pfrazee for the details!
Here is a snapshot of ~/.hyperspace
for the curious (kinda looks like Spotify's cache 😄)
So I guess for now if I want to a complete cleanup rm -r ~/.hyperspace
should do the trick.
@Jolg42 if you want to do a big unrecoverable nuke, that'd do it!
Examples from a computer where I synced to (ie source is on the other computer).
I want to delete this drive from this computer but it seems that I cannot. What should I do?
I'm curious to know where the drive is located on the filesystem (here macOS)?