question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How do I change the storage directory?

See original GitHub issue

I don’t want it to consume my remaining disk space on my SSD, how can I change the storage directory to something other than %APPDATA%?

This is actually preventing me from trying Cardano.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:20
  • Comments:73 (17 by maintainers)

github_iconTop GitHub Comments

30reactions
miorsufianiohkcommented, Feb 2, 2021

Hello everyone. Hope everybody is well 👍

In order to create symlink on Daedalus chain folder, for all three platforms (Windows, Mac and Linux), please follow these steps: Note: Replace <username> with your own username

  1. Stop Daedalus

  2. Find the chain folder according to your chosen platform. Normally located at: For Windows: "C:\Users\<username>\AppData\Roaming\Daedalus Mainnet\chain"

    For Mac: “/Users/<username>/Library/Application\ Support/Daedalus\ Mainnet/“

    For Linux: “/home/<username>/.local/share/Daedalus/mainnet”

  3. Then move the “chain” folder and its entire content to your desired location. I moved mine into “Downloads” folder.

  4. After that do the following: For Windows: a) Run the command prompt as an administrator b) At the prompt, type -> mklink /d "C:\Users\<username>\AppData\Roaming\Daedalus Mainnet\chain" "C:\Users\<username>\Downloads\chain"

    For Mac: a) Open a terminal window b) At the prompt, type -> ln -s /Users/<username>/Downloads/chain /Users/<username>/Library/Application\ Support/Daedalus\ Mainnet/

    For Linux: a) Open a terminal window b) At the prompt, type -> ln -s /home/<username>/Downloads/chain /home/<username>/.local/share/Daedalus/mainnet

  5. Restart Daedalus

If you have any question, please let me know. Thank you. 🙏

5reactions
nikolaglumaccommented, Jan 30, 2019

Yes, you are right - sorry about that - there were many duplicates and I forgot to leave one open. Will leave your’s open 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Quick Tip: How to Change Your Photos Storage Location
Locate and long-press on the camera folder until it's selected. Tap on the Move to option that will appear when you tap on...
Read more >
how to change the storage location? - Google Play Community
Go into your phone's settings, go to Applications, find an app you want to move, tap the "Move to SD" option if it's...
Read more >
Change the default storage location for backup files
Change the default location for backup files · Click File > Options > Save & Backup. · Under Save, in the Paths list,...
Read more >
How to change the data/storage directory - Mailbird
Changing the data directory is currently not supported from within Mailbird, and we cannot offer technical support for this, however there ...
Read more >
Can I change the file storage location to an SD card?
You can change the storage location of the file in the menu Menu > Settings > Receive > Storage location (internal storage). Select...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found