yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 165 forks source link

mounted drive going missing #477

Open gradysaccullo opened 8 years ago

gradysaccullo commented 8 years ago

The mounted cloud drive will disappear when multiple changes have been made to the node and a sync has not been done. I used am currently mounting the drive with acd_cli -nl -d mount -i0 yet it still seems to be auto syncing. I have 0.3.2 installed and I know auto sync is turned off by default but it still seems to be auto syncing. I know this has been brought up before, but it seems the only way is that I have to have it completely rebuild the node cache before each mount in order for it to not unmount while new files are being uploaded into the cloud.

yadayada commented 8 years ago

yet it still seems to be auto syncing.

If you mount in foreground mode and redirect the log messages to /dev/null, e.g. acd_cli -nl -d mount -i0 ~/mountpoint 2>/dev/null, you'll see whether it is syncing or not.

Are you perhaps using the command line tool to upload while you have your drive mounted?

gradysaccullo commented 8 years ago

I will look at the debug log. I am attempting to upload while the drive is still mounted, which I assume now that you've asked that it is causing the issue?

driise1972 commented 7 years ago

I do this too (drive mounted, using cli tool to upload files... The drive doesn't disappear every time. But on occasion, it seems to disappear when there's no access for an extended period of time.