Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 849  / 2 Years ago, sun, may 15, 2022, 1:12:36

As the title suggests, I can't figure out a way to share a folder outside my home folder using Ubuntu One. When browsing to my work partition using Nautilus, every folder has the "Share" option grayed out.


More From » ubuntu-one

 Answers
7

You could try using a mount --bind command. Something like



mount --bind /path/to/folder /home/username/folder_to_sync


This should make the contents of /path/to/folder available in both places.



Ubuntu-one doesn't support symlinks, but it might support binding mounts. If it does work, you can add a line to /etc/fstab



/path/to/folder /home/username/folder_to_sync    none    bind    0    0


That way it will always mount on boot.


[#42091] Monday, May 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eeperant

Total Points: 39
Total Questions: 106
Total Answers: 117

Location: Finland
Member since Sat, Dec 5, 2020
3 Years ago
;