We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2018-12-14 13:57:23 +0200

[how-to] symlink 'downloads' folder in nemo to sdcard

Here is how I did it, there are other ways but this was my choice;

  1. Using a file browser, remove/delete the 'Downloads' folder in /home/nemo

  2. Using a file browser, create a new folder in your sdcard and call it 'Downloads'

  3. Using Terminal, create a symlink in /home/nemo, the command is; ln -s /media/sdcard/32GB/Downloads**

** The path I've given is for MY sdcard, yours will be different unless you have also named your SDCARD as '32GB'....nonetheless, your symlink will start with /media/sdcard/ fill in the rest of the details.

Now download something from the net and check the contents of your 'Downloads' folder in your sdcard.

Screenshot shows the new symlink created in /home/nemo

image description

Screenshot shows a completed download on my sdcards 'Downloads' folder, that's it.

image description

[how-to] symlink 'downloads' folder in nemo to sdcard

Here is how I did it, there are other ways but this was my choice;

  1. Using a file browser, remove/delete the 'Downloads' folder in /home/nemo

  2. Using a file browser, create a new folder in your sdcard and call it 'Downloads'Downloads

  3. Using Terminal, create a symlink in /home/nemo, the command is;

ln -s /media/sdcard/32GB/Downloads**

** The path I've given is for MY sdcard, yours will be different unless you have also named your SDCARD as '32GB'....nonetheless, your symlink will start with /media/sdcard/ fill in the rest of the details.

Now download something from the net and check the contents of your 'Downloads' newly created Downloads folder in your sdcard.

Screenshot shows the new symlink created in /home/nemo

image description

Screenshot shows a completed download on my sdcards 'Downloads' folder, that's it.

image description

[how-to] symlink 'downloads' folder in nemo to sdcard

Here is how I did it, there are other ways but this was my choice;

NOTE: this does not work the same way for android_storage; it errors with function not implemented

  1. Using a file browser, remove/delete the 'Downloads' folder in /home/nemo

  2. Using a file browser, create a new folder in your sdcard and call it Downloads

  3. Using Terminal, create a symlink in /home/nemo, the command is;

ln -s /media/sdcard/32GB/Downloads**

** The path I've given is for MY sdcard, yours will be different unless you have also named your SDCARD as '32GB'....nonetheless, your symlink will start with /media/sdcard/ fill in the rest of the details.

Now download something from the net and check the contents of your newly created Downloads folder in your sdcard.

Screenshot shows the new symlink created in /home/nemo

image description

Screenshot shows a completed download on my sdcards 'Downloads' folder, that's it.

image description