![]() |
Transferring large file quantities Window 10 to Lite 4.2 fails - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24) +--- Thread: Transferring large file quantities Window 10 to Lite 4.2 fails (/showthread.php?tid=5829) |
Transferring large file quantities Window 10 to Lite 4.2 fails - marcerickson - 12-01-2018 Transferring a large quantity of music, .jpg, and .URL files from a Windows 10 desktop via a mapped drive to a Linux 4.2 server fails after a partial transfer and all folders on the target drive and the files on the root of the target volume are locked. There aren't any files visible in most of the locked folders on the target volume and folders inside of the locked folders are locked. It appears that if a locked folder has files and folders in it, all files and folders at that level are locked and visible. It appears that if the locked folders only contain folders, none of the downlevel folders or files are visible. (I'm unable to definitely confirm this.) Some terminal commands entered and the results are here: Code: marc > / > media > marc > data3 > cd /media/marc/data3/Media/ The other drives' files (two storage volumes and the OS drive) aren't locked. The three storage volumes are RAID1 arrays, each consisting of two 1 TB drives. The storage drives are on a Dell CERC 1.5 RAID controller. The OS drive is on the motherboard controller. (I don't think that the issue is caused by the RAID card but I've been wrong before.) The locked files are only unlocked after rebooting the server. In the latest instance, I was trying to transfer approx. 15.4 GB of files ranging is size from ~200 bytes to ~117 MB. The transfer halted after transferring 3.68 GB (3,957,816,743 bytes) with the error "You need permission to perform this action". The <user> account on Windows 10 is a member of the Administrators group and has the same name as the <user> account on the server. The password for the <user> account on Windows 10 is the same as the password for the root account on the server. The source drive on the Windows 10 workstation is NTFS and the target driver on the server is ext4. SMB 3 has been disabled on the Windows 10 computer. This has been a problem for months. I've previously had Ubuntu and Linux Mint on this box and the issue began happening either in Ubuntu or in Linux Mint. If logs etc. are needed I'll provide them. Thanks to all. Re: Transferring large file quantities Window 10 to Lite 4.2 fails - marcerickson - 12-01-2018 I just tried to transfer the same files to another storage volume on the server. This time it quit and locked up after 778 MB (816,055,682 bytes) was transferred. Re: Transferring large file quantities Window 10 to Lite 4.2 fails - trinidad - 12-01-2018 "Linux 4.2 server" Not sure what you are describing here. File manager, server type, network type, connection protocol all matter for further discussion. It's either a file type, authentication, networking method, or connection protocol problem. Generally SSH eliminates any issues with file transfer if you are using a Windows admin account with key exchange. TC Re: Transferring large file quantities Window 10 to Lite 4.2 fails - marcerickson - 12-01-2018 It's a Dell PowerEdge 1800 server running Linux Lite 4.2 as the OS. It's an ethernet network as a workgroup. I believe the protocol is TCP/IP. I don't know the answers to your other questions. It's a standard Linux Lite 4.2 installation with Webmin and TeamViewer added. I don't know how to use SSH. Re: Transferring large file quantities Window 10 to Lite 4.2 fails - marcerickson - 12-01-2018 I'm a Windows guy, not a Linux guy. Re: Transferring large file quantities Window 10 to Lite 4.2 fails - marcerickson - 12-01-2018 The network is my LAN. Re: Transferring large file quantities Window 10 to Lite 4.2 fails - trinidad - 12-01-2018 Once you get used to it you will find it more secure and more reliable. If your computers are in the same office, you can use normal wifi with public IPs, or private adhoc wifi, or ethernet connections. Doesn't matter which. Definitely worth learning how. From LL you will be able to connect with Thunar, or a nice client like Remmina, or the secure terminal. You can also set up to connect from outside your local network. https://winscp.net/eng/docs/guide_windows_openssh_server https://blog.ipswitch.com/the-future-of-remoting-in-windows-openssh TC Re: Transferring large file quantities Window 10 to Lite 4.2 fails - Valtam - 12-01-2018 Become a Linux guy, just as you became a Windows guy. Re: Transferring large file quantities Window 10 to Lite 4.2 fails - marcerickson - 12-01-2018 (12-01-2018, 08:22 PM)Jerry link Wrote: Become a Linux guy, just as you became a Windows guy. I'm working on it. Am far better at it than a year ago. But I fix Windows boxes, so have to keep a Windows box as my workstation, otherwise I start to forget stuff about Windows. Since my last post I've been transferring a bunch of files to the server. Once I began keeping the total size of the transferred files to ~1 GB or less, the target drive hasn't locket up and I haven't had to reboot the server. Re: Transferring large file quantities Window 10 to Lite 4.2 fails - Valtam - 12-01-2018 [member=5916]trinidad[/member] is the resident expert regarding win to lin network stuff. He's contributed to a number of threads here on the topic. Might pay to read through some of them. |