-
Notifications
You must be signed in to change notification settings - Fork 666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync folder on external drive #1610
Comments
The client has not been developed with external drives in mind. What's the use case here? After all, you want your synced data to be available, which is not the case with an external drive that you unplug. |
In my case, i have a laptop with a 250gb SSD for windows, and i require more space for my data, music, movies etc. I use a external 4TB drive. I will not always have the 4TB drive plugged in, especially on startup or when i move my laptop around. |
Seconded. That's my situation except that I only have a 128GB ssd. |
I'll also add my name as one seeking this as a requirement.
|
I just tested this on Linux, and I feel that Owncloud Client works as expected. Using client version 2.1.0 on Ubuntu 15.04. Desktop environment is GNOME 3 + Xmonad window manager. The external drive is NTFS formatted and mounted using Nautilus under /media//. These are the steps I have done:
Also tried starting Owncloud Client with the drive disconnected, which showed the same error until the drive was reconnected (good). |
When i tried, i was using windows client/server. It shouldn't matter if the server is linux or wondows. The external drive was on the client (a laptop). Please test. Sent from my iPhone
|
I understand. I was also talking about the client all along (not External Storage on the server side). The external drive is connected to the Ubuntu 15.04 computer. If I understand it correctly, the only difference between our setups is that my client is Linux and your client is Windows (and bgschiller's client is OS X). As you say, the server OS is not relevant. |
I tested this on MacOs and the client still crashes. These are the steps I have done:
I also tried to pause synchronisation before ejecting the USB drive, but MacOS still won't let me eject the disk cleanly. Am using MacOS 10.12.2 (Sierra), ownCloud client 2.2.4, sync drive with Mac OS Plus file system. |
I imagine that ownCloud Client could register to receive device events for the devices where it has sync folders. Then on receiving notification from the OS that a device removal has been requested, it can stop sync on the relevant folder(s). If the user just pulls the USB cable, ownCloud will get a notification that the device has been unexpectedly removed, and will have to do the best it can at that point. |
Leaving here a reference to #5317 as it is also about finding external/virtual drives after they are back online (half of this issue) |
Is this still something that is 'planned'? The issue looks stale for more than 6 years :( |
Hey guys, last week had the same issue with a client, the client had a Windows Laptop with not so much space to save her work, so she decided to buy an SD card, and sync with this card, it didn't work. I formatted the SD card from exFAT to NTFS and sync again, and it worked. I read older posts and apparently ownCloud has a failure with the exFAT filesystem. Other OS like macOS or Linux don't have proper NTFS driver, so I would suggest trying with other filesystems like APFS or ext4 and see if it works. |
Migrating owncloud/core#7635, which seemed to have been lost in the shuffle. I have the same request.
When the desktop client is configured to sync files to an external drive, ownCloud works well until the drive is unplugged. From my own experience, OS X 10.9 will prevent the drive from being ejected because it is in use.
According to @mattschinkel, "Upon unplugging a USB hard disk, owncloud will crash. In some cases on windows, owncloud goes nuts with notifications since it cannot find the files. When the USB hard disk is plugged back in, owncloud will not resume sync, as I feel it should."
I found that as long as I quit the ownCloud client first I was able to eject the external drive. After plugging my external drive back in, I could start ownCloud and it would sync correctly.
The text was updated successfully, but these errors were encountered: