LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
100gb+ file copy problem
#1
I have 1tb external HDD with exfat format . exfat using because I have windows 10 & macos laptop.
this format best way to communicate with all OS. But when I copy more that 100gb file
movie, document, picture folders on LL5 ,  my touchpad mouse complete hang , I'm not able to open
any single window until finish copying. that's problem I never face with windows and macos. so I
search google . find some solution in ubuntu site . add few lines like this in /etc/sysctl.conf

vm.swappiness=10
vm.dirty_background_ratio=1
vm.dirty_ratio=2

restart computer and again I try to copy 60gb+ file to LL 5, same problem again. but when I put back
all file to my external HDD , touchpad works well , I can work side by side with copying.
I think maybe exfat file system problem . If I completely make ext4 file system to my external HDD
do it make same problem when coping ? If anyone know, please give me guide . why large file copy problem ?
Reply
#2
(08-21-2020, 06:45 PM)TuhinSingha link Wrote: I have 1tb external HDD with exfat format . exfat using because I have windows 10 & macos laptop.
this format best way to communicate with all OS. But when I copy more that 100gb file
movie, document, picture folders on LL5 ,  my touchpad mouse complete hang , I'm not able to open
any single window until finish copying. that's problem I never face with windows and macos. so I
search google . find some solution in ubuntu site . add few lines like this in /etc/sysctl.conf

vm.swappiness=10
vm.dirty_background_ratio=1
vm.dirty_ratio=2

restart computer and again I try to copy 60gb+ file to LL 5, same problem again. but when I put back
all file to my external HDD , touchpad works well , I can work side by side with copying.
I think maybe exfat file system problem . If I completely make ext4 file system to my external HDD
do it make same problem when coping ? If anyone know, please give me guide . why large file copy problem ?

What kernel version/versions is/are installed in LL? Open a terminal and type
Code:
uname -r
to find out. Newest kernel versions, like 5.7 are supposed to handle exfat format better or at least that's what I've read https://betanews.com/2020/03/09/linux-ke...at-driver/  You could try installing that one and see if that helps somehow
Code:
sudo apt-get update && sudo apt-get install linux-headers-linuxlite-5.7.0 linux-image-linuxlite-5.7.0 -y
  read here for more info https://www.freecinema2022.gq/forums/linux.../#msg52097 Linux Lite kernel 5.8 is available as well https://www.freecinema2022.gq/forums/linux.../#msg53192
Code:
sudo apt-get update && sudo apt-get install linux-headers-linuxlite-5.8.0 linux-image-linuxlite-5.8.0 -y

Hope this helps! Smile
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)