-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Won't close HUGE file after transferring #121
Comments
I'm as confused about this as you are. What is |
Well, being in rush made me not to be clarify! By saying For more explenation, let me talk about a scenario: I got two ntfs filesystems: A and B. I just transferred the an .iso file to A and then move it to B. Well, I thought the transference happened successfully, so I just removed the .iso file from B. But here is the result:
and when I looked at the fd(s) at the mount point process of A filesystem, I realized that the file is not transferred, and the link which is referring to transference of .iso to B is beeping to red and white:
I'm sure that the transference is finished at my side, so:
It's good to mention that this just happens on huge files (1.5GB> in my tests) Using the Rocky-Linux-8 The ntfs-3g version: ntfs-3g-2022.10.3-1.el8.x86_64 |
I was transferring an iso file (~1.5GB), then I realize the file is not closed yet:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
mount.ntf 153017 root 20w REG 259,2 1541406720 64 /media/path/a.out
mount.ntf 153055 root 20w REG 259,2 1541406720 64 /media/path/a.out
mount.ntf 153093 root 20w REG 259,2 1541406720 64 /media/path/a.out
Well, there are two questions:
The text was updated successfully, but these errors were encountered: