I just installed IPFS Desktop on two Ubuntu machines. By using the AppImage it installed at my home directory. However, I have an nearly empty 4TB USB drive attached to the machine and would be more comfortable to use from there 100 GB instead from my home directory 10GB.
IPFS Desktop let me change the settings directly. I believe I need to change in the section “Datastore”.
I want that the data will be stored at:
/media/user/IPFS
Hello! If you’d like to change your datastore location, you can do so with this command:
ipfs config Datastore.Path <newpath>
Additionally, you can change the path of your entire .ipfs directory by setting the IPFS_PATH environment variable. You can find more information in the docs here. Good luck!
You can always get back to your original state by moving the directory back to /home/user/.ipfs, and editing your ~/.ipfs-desktop/IPFS_PATH file back to that path as well. There’s no reason for the node to be “gone” as you’re not deleting anything.