Need syncing cloud storage that works across Linux, Windows, some Android
Until recently, I used Dropbox as my cloud storage, which worked awesome across Windows, Android, and Ubuntu, where I saved all my research and could access pretty much anywhere. But now Dropbox for some weird reason has stopped supporting Linux, and what this means in practice is that it no longer works on my school computer, it no longer syncs to my "offline" folder.
Ideally, I either need to fix the Dropbox issue (which appears not possible since the Linux computers are school computers for which I don't have administrator access, and the IT people here refuse to help me), or find a suitable replacement. For instance, Google Drive appears to not be a good enough replacement, because there is no easy way for me to sync Google Drive to an "offline" folder in my school storage, since Google Drive does not support Linux either (!). The reason that using Google Drive on the web browser is not good enough for me is that I need to edit the files in my Google Drive through an offline app, when I'm using the school computer (namely, a LaTeX editor).
I will be content with some solution that allows me to
1) Save and edit through offline apps the cloud storage files in Windows and Linux.
2)Access the files in Android.
Please help me solve my issue.
android sync cloud dropbox latex
add a comment |
Until recently, I used Dropbox as my cloud storage, which worked awesome across Windows, Android, and Ubuntu, where I saved all my research and could access pretty much anywhere. But now Dropbox for some weird reason has stopped supporting Linux, and what this means in practice is that it no longer works on my school computer, it no longer syncs to my "offline" folder.
Ideally, I either need to fix the Dropbox issue (which appears not possible since the Linux computers are school computers for which I don't have administrator access, and the IT people here refuse to help me), or find a suitable replacement. For instance, Google Drive appears to not be a good enough replacement, because there is no easy way for me to sync Google Drive to an "offline" folder in my school storage, since Google Drive does not support Linux either (!). The reason that using Google Drive on the web browser is not good enough for me is that I need to edit the files in my Google Drive through an offline app, when I'm using the school computer (namely, a LaTeX editor).
I will be content with some solution that allows me to
1) Save and edit through offline apps the cloud storage files in Windows and Linux.
2)Access the files in Android.
Please help me solve my issue.
android sync cloud dropbox latex
add a comment |
Until recently, I used Dropbox as my cloud storage, which worked awesome across Windows, Android, and Ubuntu, where I saved all my research and could access pretty much anywhere. But now Dropbox for some weird reason has stopped supporting Linux, and what this means in practice is that it no longer works on my school computer, it no longer syncs to my "offline" folder.
Ideally, I either need to fix the Dropbox issue (which appears not possible since the Linux computers are school computers for which I don't have administrator access, and the IT people here refuse to help me), or find a suitable replacement. For instance, Google Drive appears to not be a good enough replacement, because there is no easy way for me to sync Google Drive to an "offline" folder in my school storage, since Google Drive does not support Linux either (!). The reason that using Google Drive on the web browser is not good enough for me is that I need to edit the files in my Google Drive through an offline app, when I'm using the school computer (namely, a LaTeX editor).
I will be content with some solution that allows me to
1) Save and edit through offline apps the cloud storage files in Windows and Linux.
2)Access the files in Android.
Please help me solve my issue.
android sync cloud dropbox latex
Until recently, I used Dropbox as my cloud storage, which worked awesome across Windows, Android, and Ubuntu, where I saved all my research and could access pretty much anywhere. But now Dropbox for some weird reason has stopped supporting Linux, and what this means in practice is that it no longer works on my school computer, it no longer syncs to my "offline" folder.
Ideally, I either need to fix the Dropbox issue (which appears not possible since the Linux computers are school computers for which I don't have administrator access, and the IT people here refuse to help me), or find a suitable replacement. For instance, Google Drive appears to not be a good enough replacement, because there is no easy way for me to sync Google Drive to an "offline" folder in my school storage, since Google Drive does not support Linux either (!). The reason that using Google Drive on the web browser is not good enough for me is that I need to edit the files in my Google Drive through an offline app, when I'm using the school computer (namely, a LaTeX editor).
I will be content with some solution that allows me to
1) Save and edit through offline apps the cloud storage files in Windows and Linux.
2)Access the files in Android.
Please help me solve my issue.
android sync cloud dropbox latex
android sync cloud dropbox latex
asked Feb 5 at 0:27
LentesLentes
1062
1062
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
dropbox
works for me. I use it to transfer all sorts of files between Linux and Android. To get dropbox
to keep working for me, I had to move the Dropbox
folder away from my encrypted $HOME
directory (dropbox
recently started complaining about filesystems of type ecryptfs
, probably because encrypyed $HOME
directory goes away when I log out).
In preparation, I decided to put dropbox
files in /home/Dropbox
(an ext4
filesystem, always mounted). I did:
sudo mkdir --mode=700 /home/Dropbox
sudo chown $(id -u):$(id -g) /home/Dropbox
Then, Right-or-Left-Click on the dropbox
icon in the top right, select Preferences...
. Once the Dropbox Preferences
window opens, Right-Click on the Sync
icon. The bottom part of that screen says Dropbox folder location
. Enter /home/Dropbox
and click Move
.
When that finishes, restart dropbox
, just to be sure.
dropbox stop
dropbox status
dropbox start
dropbox status
You should be able to get the IT people to
sudo mkdir --parents --mode=700 /home/user/Dropbox
sudo chown user /home/user/Dropbox
for you, and use that directory.
If they won't do anything, can you insert a USB key and use the above method to move your Dropbox directory there? Be sure to dropbox stop;dropbox status
before removing the USB key.
add a comment |
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1115685%2fneed-syncing-cloud-storage-that-works-across-linux-windows-some-android%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
dropbox
works for me. I use it to transfer all sorts of files between Linux and Android. To get dropbox
to keep working for me, I had to move the Dropbox
folder away from my encrypted $HOME
directory (dropbox
recently started complaining about filesystems of type ecryptfs
, probably because encrypyed $HOME
directory goes away when I log out).
In preparation, I decided to put dropbox
files in /home/Dropbox
(an ext4
filesystem, always mounted). I did:
sudo mkdir --mode=700 /home/Dropbox
sudo chown $(id -u):$(id -g) /home/Dropbox
Then, Right-or-Left-Click on the dropbox
icon in the top right, select Preferences...
. Once the Dropbox Preferences
window opens, Right-Click on the Sync
icon. The bottom part of that screen says Dropbox folder location
. Enter /home/Dropbox
and click Move
.
When that finishes, restart dropbox
, just to be sure.
dropbox stop
dropbox status
dropbox start
dropbox status
You should be able to get the IT people to
sudo mkdir --parents --mode=700 /home/user/Dropbox
sudo chown user /home/user/Dropbox
for you, and use that directory.
If they won't do anything, can you insert a USB key and use the above method to move your Dropbox directory there? Be sure to dropbox stop;dropbox status
before removing the USB key.
add a comment |
dropbox
works for me. I use it to transfer all sorts of files between Linux and Android. To get dropbox
to keep working for me, I had to move the Dropbox
folder away from my encrypted $HOME
directory (dropbox
recently started complaining about filesystems of type ecryptfs
, probably because encrypyed $HOME
directory goes away when I log out).
In preparation, I decided to put dropbox
files in /home/Dropbox
(an ext4
filesystem, always mounted). I did:
sudo mkdir --mode=700 /home/Dropbox
sudo chown $(id -u):$(id -g) /home/Dropbox
Then, Right-or-Left-Click on the dropbox
icon in the top right, select Preferences...
. Once the Dropbox Preferences
window opens, Right-Click on the Sync
icon. The bottom part of that screen says Dropbox folder location
. Enter /home/Dropbox
and click Move
.
When that finishes, restart dropbox
, just to be sure.
dropbox stop
dropbox status
dropbox start
dropbox status
You should be able to get the IT people to
sudo mkdir --parents --mode=700 /home/user/Dropbox
sudo chown user /home/user/Dropbox
for you, and use that directory.
If they won't do anything, can you insert a USB key and use the above method to move your Dropbox directory there? Be sure to dropbox stop;dropbox status
before removing the USB key.
add a comment |
dropbox
works for me. I use it to transfer all sorts of files between Linux and Android. To get dropbox
to keep working for me, I had to move the Dropbox
folder away from my encrypted $HOME
directory (dropbox
recently started complaining about filesystems of type ecryptfs
, probably because encrypyed $HOME
directory goes away when I log out).
In preparation, I decided to put dropbox
files in /home/Dropbox
(an ext4
filesystem, always mounted). I did:
sudo mkdir --mode=700 /home/Dropbox
sudo chown $(id -u):$(id -g) /home/Dropbox
Then, Right-or-Left-Click on the dropbox
icon in the top right, select Preferences...
. Once the Dropbox Preferences
window opens, Right-Click on the Sync
icon. The bottom part of that screen says Dropbox folder location
. Enter /home/Dropbox
and click Move
.
When that finishes, restart dropbox
, just to be sure.
dropbox stop
dropbox status
dropbox start
dropbox status
You should be able to get the IT people to
sudo mkdir --parents --mode=700 /home/user/Dropbox
sudo chown user /home/user/Dropbox
for you, and use that directory.
If they won't do anything, can you insert a USB key and use the above method to move your Dropbox directory there? Be sure to dropbox stop;dropbox status
before removing the USB key.
dropbox
works for me. I use it to transfer all sorts of files between Linux and Android. To get dropbox
to keep working for me, I had to move the Dropbox
folder away from my encrypted $HOME
directory (dropbox
recently started complaining about filesystems of type ecryptfs
, probably because encrypyed $HOME
directory goes away when I log out).
In preparation, I decided to put dropbox
files in /home/Dropbox
(an ext4
filesystem, always mounted). I did:
sudo mkdir --mode=700 /home/Dropbox
sudo chown $(id -u):$(id -g) /home/Dropbox
Then, Right-or-Left-Click on the dropbox
icon in the top right, select Preferences...
. Once the Dropbox Preferences
window opens, Right-Click on the Sync
icon. The bottom part of that screen says Dropbox folder location
. Enter /home/Dropbox
and click Move
.
When that finishes, restart dropbox
, just to be sure.
dropbox stop
dropbox status
dropbox start
dropbox status
You should be able to get the IT people to
sudo mkdir --parents --mode=700 /home/user/Dropbox
sudo chown user /home/user/Dropbox
for you, and use that directory.
If they won't do anything, can you insert a USB key and use the above method to move your Dropbox directory there? Be sure to dropbox stop;dropbox status
before removing the USB key.
answered Feb 5 at 4:10
waltinatorwaltinator
22.9k74169
22.9k74169
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1115685%2fneed-syncing-cloud-storage-that-works-across-linux-windows-some-android%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown