June 15, 201610 yr I'm pretty new to unRAID and I'm still in the trial, but I absolutely love it. But I'm having this issue whenever I try to transfer files from one share to another through samba. It starts like one would expect, but after ~5% the transfer comes to a screeching halt and refuses to continue. Sometimes this even crashes explorer on my Windows machine. It won't let me even connect until I reboot the server, and most of the time the web interface gets taken down with it making it difficult to reboot it safely. My previous iteration of my home server was using Debian and simply running samba, and I'd never had this problem before. The old message I get is 'waiting for lo to become free' on the monitor connected to the server. It makes it sound like that interface it getting overloaded somehow, but I'm not sure what is causing it, let alone how to fix it. For now I can manually transfer files from share to share using mc, but I don't want to have to do that because it's a bit cumbersome. Let me know if there's any more info I can get you that would be beneficial.
June 16, 201610 yr Install "Fix Common Problems" and "Tips and Tricks" plugins. Then read the Tips and Tricks plugins to get the steps. Given mc works fine, it sounds like the typical Intel NIC tweak is needed.
June 18, 201610 yr Author Sorry I didn't have a chance to post back earlier. I'm currently using 6.2.0 beta 23. I think the issue was with my network card, my integrated one is realtek and I hear they have issues. So, I got an new Intel nic (EXPI9402PTBLK) and that seems to have stopped the issue with it freezing the whole system. It seems to be working now, but it's a lot slower that I'd like. Only ~13-15 MB/s. I'm waiting for the last hard drive to come in, so I don't have parity setup yet. I'm not sure which tweaks I should be looking for. Thank you guys for your help!
June 18, 201610 yr Sorry I didn't have a chance to post back earlier. I'm currently using 6.2.0 beta 23. I think the issue was with my network card, my integrated one is realtek and I hear they have issues. So, I got an new Intel nic (EXPI9402PTBLK) and that seems to have stopped the issue with it freezing the whole system. It seems to be working now, but it's a lot slower that I'd like. Only ~13-15 MB/s. I'm waiting for the last hard drive to come in, so I don't have parity setup yet. I'm not sure which tweaks I should be looking for. Thank you guys for your help! If the source and destination both are on the same disk, and you're copying from share to share, then your results are probably right. Going share to share (and doing it from the network is going to wind up reading a block, writing the block (and the thrashing of the drive head), along with transferring everything over the network to do this. If the destination is on the same disk as the source, then the absolute fastest way to do this is to enable disk shares and transfer from diskX/shareA to diskY/shareB -> it'll be instantaneous (but you can't mix disk shares and user shares with the copy otherwise you'll corrupt the files.) Next fastest way is to avoid the overhead imposed by the network transfers, and either use the command line, midnight commander, or Dolphin / Krusader docker applications
June 18, 201610 yr Author If the source and destination both are on the same disk, and you're copying from share to share, then your results are probably right. Going share to share (and doing it from the network is going to wind up reading a block, writing the block (and the thrashing of the drive head), along with transferring everything over the network to do this. If the destination is on the same disk as the source, then the absolute fastest way to do this is to enable disk shares and transfer from diskX/shareA to diskY/shareB -> it'll be instantaneous (but you can't mix disk shares and user shares with the copy otherwise you'll corrupt the files.) Next fastest way is to avoid the overhead imposed by the network transfers, and either use the command line, midnight commander, or Dolphin / Krusader docker applications I think you're right, I had it set up differently before, where each share was essentially on a different disk. I guess the best way to deal with that is just to separate them again. New (Intel) network card and having share live on separate disks seems to be the answer. Thanks again
Archived
This topic is now archived and is closed to further replies.