yes but somebody is administrator:) but all now works?
[quote="kapitainsky, post:46, topic:39669"]
--log-level DEBUG --log-file ~/rclone.log
[/quote]no it doesnt work. it crashed and now I can't get it to mount.
I have all the perammerts right but it's been several minutes and nothing shows mounted. The last time it crashed after our convo above it took me hours to get it to finally come on. In the log file it shows it see the files. It shows no write permission on some which is correct I dont need write permission I only need to read. I have a write to folder that way no one can delete files.
Even if I use the original one that I was using it still doesnt mount.
rclone-3.log (1.3 MB)
are you using mounts to transfer data from gdrive to dropbox ?
Im not using Gdrive at all. No i can manually access dropbox through the web browser for uploads. I just have dropbox. It's always worked but now I just can't get things to mount. even using the old command that whatbox provides that I was using. It makes no sense. Especially that it seems to see the folders in the debug file
There is no magic. Something changed:)
rclone mount --tpslimit 12 --tpslimit-burst 0 --dir-cache-time 9999h --vfs-cache-mode full --vfs-cache-max-age 9999h --vfs-cache-max-size 10G Dropbox2:/ ~/mountedfolder1
There is the command I am using
Well if it worked before and does not work now problem is somewhere else. Your command looks perfectly legit.
What could it be? I have rebooted everything. And I have not changed anything.
what does:
ls ~/mountedfolder1
command show?
Nothing It just sits for a second then goes to the command prompt again
What about df -h ?
Filesystem Size Used Avail Use% Mounted on
devtmpfs 10M 0 10M 0% /dev
tmpfs 252G 7.9G 244G 4% /dev/shm
tmpfs 252G 2.8M 252G 1% /run
/dev/md127 116G 16G 95G 15% /
tmpfs 20G 34M 20G 1% /tmp
tmpfs 100G 0 100G 0% /var/tmp/portage
/dev/nvme0n1 3.5T 2.5T 1.1T 71% /mnt/nvme0n1
/dev/nvme1n1 3.5T 710G 2.8T 20% /mnt/nvme1n1
/dev/nvme2n1 3.5T 1.7T 1.9T 47% /mnt/nvme2n1
/dev/nvme3n1 3.5T 843G 2.7T 24% /mnt/nvme3n1
/dev/nvme4n1 3.5T 367G 3.2T 11% /mnt/nvme4n1
/dev/nvme5n1 3.5T 162G 3.4T 5% /mnt/nvme5n1
/dev/nvme6n1 3.5T 936G 2.6T 27% /mnt/nvme6n1
/dev/nvme7n1 3.5T 25G 3.5T 1% /mnt/nvme7n1
/dev/nvme8n1 3.5T 298G 3.3T 9% /mnt/nvme8n1
/dev/nvme9n1 3.5T 25G 3.5T 1% /mnt/nvme9n1
/dev/nvme10n1 3.5T 1.6T 2.0T 46% /mnt/nvme10n1
/dev/nvme11n1 3.5T 2.5T 1.1T 71% /mnt/nvme11n1
/dev/nvme12n1 3.5T 555G 3.0T 16% /mnt/nvme12n1
/dev/nvme13n1 3.5T 25G 3.5T 1% /mnt/nvme13n1
/dev/nvme14n1 3.5T 607G 2.9T 17% /mnt/nvme14n1
/dev/nvme15n1 3.5T 1.2T 2.4T 34% /mnt/nvme15n1
/dev/nvme16n1 3.5T 420G 3.1T 12% /mnt/nvme16n1
/dev/nvme17n1 3.5T 851G 2.7T 24% /mnt/nvme17n1
/dev/nvme18n1 3.5T 25G 3.5T 1% /mnt/nvme18n1
/dev/nvme19n1 3.5T 1.5T 2.1T 42% /mnt/nvme19n1
/dev/nvme20n1 14T 100G 14T 1% /mnt/nvme20n1
/dev/nvme21n1 14T 3.9T 11T 28% /mnt/nvme21n1
/dev/nvme22n1 14T 100G 14T 1% /mnt/nvme22n1
/dev/nvme23n1 14T 100G 14T 1% /mnt/nvme23n1
so ls command is correct - you do not have any remote mounted:
here df example with rclone mount:
rclone mount crypt: /Users/kptsky/Temp/mount
fuse-t:/crypt 1.1Ti 694Gi 395Gi 64% 0 1000000000 0% /Users/kptsky/Temp/mount
in your df you can see in the last column that nothing is mounted to mountedfolder1 so there is nothing there
It's just baffling As nothing has changed. Since we were diagnosing my missing / and it mounted right up after that. Then when I rebooted the server it discounted the mount so I tried to remount and it took forever.
you have to find out what changed:) As obviously something did. It is your system and only you know what is going there.
It must be in the config file of that mount. I created a new app in dropbox and a new mount called Dropbox_1 and it mounts straight away.
The admin said I should consider doing a union mount to dropbox that combines their content and mine into one system rather than having 2. Then he said I dont need an app in dropbox. He gave me one and it mounted straight up too. Problem is there id spend the next several weeks scanning everything in again.
it has nothing to do with rclone BTW. whatever software you guys run you have to manage it:)
The union mount doesnt? If you open the rclone config file for dropbox it either says type: dropbox or type:union.
Then underneath it says upstreams and has the 3 folders listed
Where you are coming with union remote from now?
This is your mount command:
rclone mount Dropbox2:/ ~/mountedfolder1
is Dropbox2 union?
My suggestion is try to work step by step. When you make one thing work move to the next one. At the moment you are jumping around multiple issues and it does not help to help.