Ulvan

Members
  • Posts

    253
  • Joined

  • Last visited

Everything posted by Ulvan

  1. I'm removing my cache drive entirely and turning it into a second parity drive. My Resilio Sync Docker is hosted on my cache drive. How do I migrate it to the main server? Is it enough to move the Sync config folder to the new drive, and point the UI to the new location?
  2. I ran three rounds of pre-clear with a brand new WD Red, and got the following error on the third run, full log attached. It says SMART error, but I don't see an error below. Log shows earlier events: Not exactly descriptive, but looks more like a pre-clear script error than a drive error? Or is the drive DOA? (Forum doesn't work properly with Ghostery, and code snippet puts it all in one line wtf) preclear_disk_WD-WX52D31RYVY4_3942.txt
  3. Yeah, I've been using screen only for years, and now testing network speeds so I'm using a total of two tools
  4. Ah, didn't remember I have to activate it as well. Works now, thank you!
  5. I get error command not found when trying to run iperf3 -s or iperf -s via SSH. I have latest version of Nerd Tools installed which is supposed to include iperf3. Screen works fine. How can I run iperf3?
  6. IP addresses and other stuff isn't anonymized, so I'll skip this. I rarely use Windows anyway, so unRAID not working properly with it is yet another reason to avoid it.
  7. I can. Under SMB settings local master is "Yes." My unRAID box is always on, so it' been on for days or week before I boot into Win10. All my shares are public. How do I anonymize the diag file?
  8. Changed active directory to workgroup in unRAID, enabled SMB/CIFS client in Win10, I have no credentials in credential manager. Now I can't even access the tower with its IP 😡
  9. Accessing unRAID with IP address every time is tedious. There are several threads many of them years old, many offering workarounds, but none which look like a solid solution. What's the current best practice to get unRAID working with Win10?
  10. Is there a step-by-step guide on installing this? Never installed any Docker components as far as I know.
  11. Wow, that was quick, and helpful! The DHCP range of addresses was way off from what it used to be. I changed the range, and the server went straight back up without having to edit anything at the server end. Thank you!
  12. I got a new router, Linksys EA8300 Max-Stream AC2200. After booting my unRAID server I see it on the router's network map, but it only has an IPv6 address, no regular IP4 address so I can't connect the GUI. Trying to login via //tower or //themonolith doesn't work (never has, even with old router). Any idea how to get the server's IP short of connecting a monitor to it? My box is connected with a LAN cable. All other wired and wireless devices work fine. Router has the latest firmware.
  13. It's going well, thanks! Haven't had any issues. I recently updated two HDDs to 4TB ones, and cleaned her up, quite dusty inside. I've been updating the software every few months as well. I am considering upgrading the parity drive to 8TB or perhaps bigger sometime in the future. Not sure if there are limitations on the due to the old mobo or the cards I'm using, though, so need to do a bit of research.
  14. Without the fan the cage can be pushed towards the front of the case by 7-9 cm. A further 2-3 cm if it can be pushed all the way into the front face - haven't tried but eyeballing it might be possible although you might need to cut some metal to do that. Looking at the images above the cage protrudes by a bit more than the width of a 3.5" HDD which are 10 cm wide, so it seems that there is a risk that it won't fit. But if your mobo isn't raised and doesn't have memory sticks where mine does, it still might fit. Lot of weasel words above, but it's hard to tell without testing, unfortunately.
  15. Ah, that text was a toggle. Must have clicked it by accident. That fixed it, thanks!
  16. Just upgraded to 6.4, and the Main tab has huge sections explaining what each of the different icons etc. mean in Opera, but not in Chrome. How do I remove them in Opera?
  17. Don't think it is in the mid-range consumer model I have.
  18. Yeah, I figured. I'd rather have that than try to sleep through this ruckus Thanks!
  19. So my UPS decided to tell me to replace battery at the worst possible time: I'm re-building and doing parity check after installing a larger drive. It woudl be fairly loud in my bedroom for the next 30+ hours... Easiest would be to shut the noise on my APC Back-UPS Power-Saving ES 8, but the command upscmd apc beeper.disable I found online doesn't work, and I can't install upscmd with apt-get install either (what happened to apt-get?). There doesn't seem to be an option for this in the unraid control center, either. Option B is to stop the re-build, and install a new battery. Can I safely stop the re-build? I have the original data on another fully functioning HDD.
  20. I have a share called "New Folder" visible on my array as one of the shares on my array when I browse to it in my network on Windows Explorer or Linux. But that share doesn't show up in my unRAID list of shares, or under /mnt/user, either. Name of it hints that it was created by Windows, but I can't remove it or browse to it in Windows or Linux. Any idea how to remove it?
  21. If I recall correctly, I got the extra 4-bay as a separate part. Drives in it are running around 4-5 degrees higher than in the other cages, as there's no fan near it. You could open the side panel which has holes for a fan to put an extra fan there, which would help quite a bit I'm sure.
  22. Yes, I didn't do any measuring of the cables. They are arranged slightly more neatly when I finalized the build than in the pics. Slightly. Here you go with the pics! Some of them depict how I cut one of the PCI-E ports on the mobo to fit the SATA cards.
  23. Found a fix: looks like fstab format has changed between Mint/Ubuntu/kernel/whatever versions. Instead of //themonolith.local/sampleshare /mnt/sampleshare cifs guest,rw,uid=1000,gid=1000,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777 I need to use this instead //themonolith.local/sampleshare /mnt/sampleshare cifs username=guest,password=,rw,uid=1000,gid=1000,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777 This mounts the shares correctly at boot time!
  24. mount-a command not found. I added _netdev at the end of the line in fstab, didn't help.