Copying from NTFS USB drive - Thunar freezes

Message
Author
pax-eterna
Posts: 86
Joined: Sat Apr 24, 2021 1:12 pm

Copying from NTFS USB drive - Thunar freezes

#1 Post by pax-eterna »

Having issues with Thunar freezing at random points in a file transfer operation. Requiring a hard re-boot to unfreeze it.

Transferring files from NTFS usb drive. Already tried marking the NTFS drive as read only, however issue still remains.

Tried letting it run the transfer without touching anything else, still happens. Usually at about 60-70% of a multi gig file!!

If I let it run and the screen saver kicks in, it also freezes.

Is Dolphin or some other app better for this kind of thing?

User avatar
CharlesV
Global Moderator
Posts: 7605
Joined: Sun Jul 07, 2019 5:11 pm

Re: Copying from NTFS USB drive - Thunar freezes

#2 Post by CharlesV »

So, make sure that your ntfs drive is checked and ok. And what size is the 'multi-gig' file? I routinely copy files 24 ~ 120gb sizes with out issue. (usually on ext4 drives, but I do use ntfs usb's and have no issues like this with thunar )
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
CharlesV
Global Moderator
Posts: 7605
Joined: Sun Jul 07, 2019 5:11 pm

Re: Copying from NTFS USB drive - Thunar freezes

#3 Post by CharlesV »

... and right here! is where I am going to say a swap file may indeed help you!
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
Gabriel_M
Posts: 165
Joined: Tue Aug 13, 2019 7:21 pm

Re: Copying from NTFS USB drive - Thunar freezes

#4 Post by Gabriel_M »

Try using Midnight Commander.
And disable the screen saver.
Desktop Mobo: BIOSTAR model: B450MHP
CPU AMD Ryzen 3 3200G
RAM: 8 GiB 2667 MHz DDR4
Device-1: AMD Picasso/Raven 2
STORAGE:Gigabyte model: GP-GSTFS31480GNTD size: 447.13 GiB
DISTRO: MX-23.6_x64 Libretto XFCE 4.20

User avatar
Kester
Posts: 384
Joined: Tue Aug 09, 2022 10:39 am

Re: Copying from NTFS USB drive - Thunar freezes

#5 Post by Kester »

Hi pax-eterna,
Like your forum name - wish it's sentiments were followed throughout the world today.
Having issues with Thunar freezing at random points in a file transfer operation. Requiring a hard re-boot to unfreeze it.
.
Hopefully you will soon resolve this problem but when windows freeze a hard re-boot should be considered a last resort - have you tried the 'xkill' command. Open a terminal window and type xkill then click <ENTER>. If that fails to close the stuck window then it is safer to reboot your system using the 'REISUB' command when access to your normal restart procedure is impossible. To use the command hold the 'ALT' key down and press in turn the 'Print Screen' key, then 'R', 'E', 'I', 'S', 'U' and 'B'. Don't be too quick between key presses if you are a touch typist - my two finger typing speed however is ok with this command.

pax-eterna
Posts: 86
Joined: Sat Apr 24, 2021 1:12 pm

Re: Copying from NTFS USB drive - Thunar freezes

#6 Post by pax-eterna »

CharlesV wrote: Fri Oct 04, 2024 4:55 pm ... and right here! is where I am going to say a swap file may indeed help you!
thanks - hasn't been on issue on other "flavours" of linux tbh.

pax-eterna
Posts: 86
Joined: Sat Apr 24, 2021 1:12 pm

Re: Copying from NTFS USB drive - Thunar freezes

#7 Post by pax-eterna »

Kester wrote: Sat Oct 05, 2024 6:55 am Hi pax-eterna,
Like your forum name - wish it's sentiments were followed throughout the world today.
Having issues with Thunar freezing at random points in a file transfer operation. Requiring a hard re-boot to unfreeze it.
.
Hopefully you will soon resolve this problem but when windows freeze a hard re-boot should be considered a last resort - have you tried the 'xkill' command. Open a terminal window and type xkill then click <ENTER>. If that fails to close the stuck window then it is safer to reboot your system using the 'REISUB' command when access to your normal restart procedure is impossible. To use the command hold the 'ALT' key down and press in turn the 'Print Screen' key, then 'R', 'E', 'I', 'S', 'U' and 'B'. Don't be too quick between key presses if you are a touch typist - my two finger typing speed however is ok with this command.
thanks! I'll note that one ")

User avatar
CharlesV
Global Moderator
Posts: 7605
Joined: Sun Jul 07, 2019 5:11 pm

Re: Copying from NTFS USB drive - Thunar freezes

#8 Post by CharlesV »

pax-eterna wrote: Mon Oct 07, 2024 4:00 pm
CharlesV wrote: Fri Oct 04, 2024 4:55 pm ... and right here! is where I am going to say a swap file may indeed help you!
thanks - hasn't been on issue on other "flavours" of linux tbh.
This is all about the what needs it. Some applications will just not function properly without one. I ran Mint on a 64gb machine for around a year with no swap... getting "little issues" .. until one day someone pointed it out. I added a swap and those little issues went away

Here in the forum, we have plenty of observations where having a swap resolved issues. (and sometimes ... very 'small' little things.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
DukeComposed
Posts: 1450
Joined: Thu Mar 16, 2023 1:57 pm

Re: Copying from NTFS USB drive - Thunar freezes

#9 Post by DukeComposed »

pax-eterna wrote: Fri Oct 04, 2024 4:50 pm Transferring files from NTFS usb drive. Already tried marking the NTFS drive as read only, however issue still remains.

Tried letting it run the transfer without touching anything else, still happens. Usually at about 60-70% of a multi gig file!!

Is Dolphin or some other app better for this kind of thing?
When interrupting a copy is a possibility, even just between two locations on the same machine, I always prefer to use rsync with the --partial and --progress options, or -P to enable them both.

pax-eterna
Posts: 86
Joined: Sat Apr 24, 2021 1:12 pm

Re: Copying from NTFS USB drive - Thunar freezes

#10 Post by pax-eterna »

CharlesV wrote: Mon Oct 07, 2024 4:38 pm
pax-eterna wrote: Mon Oct 07, 2024 4:00 pm
CharlesV wrote: Fri Oct 04, 2024 4:55 pm ... and right here! is where I am going to say a swap file may indeed help you!
thanks - hasn't been on issue on other "flavours" of linux tbh.
This is all about the what needs it. Some applications will just not function properly without one. I ran Mint on a 64gb machine for around a year with no swap... getting "little issues" .. until one day someone pointed it out. I added a swap and those little issues went away

Here in the forum, we have plenty of observations where having a swap resolved issues. (and sometimes ... very 'small' little things.
Sorry have been away from forum for a while....is it possible to add a swap file post installation? And if so best way to do this?
thanks

Post Reply

Return to “Software / Configuration”