Kodi Community Forum
Linux File Manager - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux File Manager (/showthread.php?tid=138086)



File Manager - speed32219 - 2012-08-11

I do not use File Manger that often, but today I wanted to move a Video file from one directory to another on the same xbmc main server with mdadm/LVM2 raid 5 installed. I normally get around 90-110 MBps writes, but using the file manager to move a file, the file manager is showing 2 Mbps transfer and it is very (painfully) slow on a 4 GB video file.

Anything I can do to speed up copy/move operations? It would be nice if to do a move it would just issue a linux mv command, but I guess to be compatible across all platforms something else is done.


Re: File Manager - Bunto Skiffler - 2012-08-11

hi, could you use mc to verify the higher transfer rate firstly.


RE: File Manager - speed32219 - 2012-08-11

(2012-08-11, 17:39)Bunto Skiffler Wrote: hi, could you use mc to verify the higher transfer rate firstly.

dd if=/dev/zero of=/mnt/raid/test/4GB bs=1M count=4000
4000+0 records in
4000+0 records out
4194304000 bytes (4.2 GB) copied, 41.5289 s, 101 MB/s

This is how I test for read/write performance. I try not use gui stuff on my installations, read speed is much faster.



RE: File Manager - Bunto Skiffler - 2012-08-11

(2012-08-11, 19:02)speed32219 Wrote: ... I try not use gui stuff on my installations, read speed is much faster.

The creators of mc are blushing Wink



RE: File Manager - speed32219 - 2012-08-11

(2012-08-11, 19:20)Bunto Skiffler Wrote:
(2012-08-11, 19:02)speed32219 Wrote: ... I try not use gui stuff on my installations, read speed is much faster.

The creators of mc are blushing Wink

Ops, sorry, now I am Blush


RE: File Manager - Bunto Skiffler - 2012-08-12

some things that come to my mind:
1. You could try booting the xbmc livecd and see what the filemanager throughput is there... but idk if you would run into permission problems (probably).

2. exit to the lubuntu part of xbmc and see what the filemanager throughput is there.