How do I change the storage directory?
See original GitHub issueI 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:
- Created 6 years ago
- Reactions:20
- Comments:73 (17 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
Stop Daedalus
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”
Then move the “
chain
” folder and its entire content to your desired location. I moved mine into “Downloads
” folder.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
Restart Daedalus
If you have any question, please let me know. Thank you. 🙏
Yes, you are right - sorry about that - there were many duplicates and I forgot to leave one open. Will leave your’s open 👍