Browsing directories on a mounted remote drive in Windows Explorer is all well and good... until you get to one or multiple files in a directory.
If I have a directory full of videos Windows will revert to 'Large Icons' view and insists on generating thumbnails, which causes Explorer to freeze for a very long time potentially.
And right clicking a file can lead to a very long wait also.
I don't want icons and I don't need to know the media duration, but Windows insists on getting this info for me by downloading huge chunks of data, when all I need to know is the name and size of a file and the ability to open it.
So as a result I usually only explore my files on the Google Drive webapp.
I've also found I can use command prompt to explore with relative ease and efficiency, using commands like "dir" to list a directory + assess file sizes, and using other commands to open files.
But alternatively it would be great if I could explore my mounted drive with Windows Explorer or a third party tool like Explorer++, without these massive load times.
Any ideas?
What is your rclone version (output from rclone version)
1.50.2
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Windows 10 64 Bit
Which cloud storage system are you using? (eg Google Drive)
as for slowness with folders with multiple files, you can prime the mount and a few other tweaks.
if @VBB stops by soon, i will let him explain, else i will post it.
and you need to answer the questions from up above.
It's really a question about windows so including the mount command was unnecessary.
I've never noticed the 'View-> Always show icons, never thumbnails' option before.
I tried it but when I click a video file for instance, it still wants to grab some info like the title and the duration, even with the preview/details pane turned off.
And even just opening a directory full of video files, if I look at the network usage on Task Manager it spikes to around 40Mbps for several seconds.
For video files particularly I don't think there's any way around this in Explorer.
The --no-modtime parameter helps somewhat as it stops Explorer freezing while rclone does its stuff, but it fundamentally doesn't get around the issue of unnecessarily downloading parts of the file when I just want to see the file name and size.
The best suggestion so far has been to use Double Commander, it allows me to explore the drive quickly and efficiently, the file's data is only downloaded when I view it or if I right click it (which is still a minor issue). I'm not sure if that's due to a shell extension I've got installed, but anyway the right click lag is not a big problem. It's a major step up from using Explorer.