Everything posted by adoucette
-
PSA on SanDisk USBs
Is anyone using swissbit as Unraid boot drives? Curious whether the ambiguity has been resolved about whether they have unique GUID or not.
-
PSA on SanDisk USBs
Some of us have done similar, using a USB to SSD enclosure as the boot device. Some of us have done similar, using a USB to SSD enclosure. I've really liked mine as well. The only potential problem I see is making sure the enclosures each report a unique GUID. (just like the problem with USB sticks) But it sure works nicely. Fast, ample storage space, easy backup and recovery to a spare SSD drive, etc.
-
[Plugin] rclone
Yes. This is the way. I've been using Rclone through User Scripts successfully since Geek Tools stopped being maintained. Just use the normal Rclone commands to use it.
-
PSA on SanDisk USBs
@semtex41 Yes, I also had wanted to try the SwissBit drives, but contacted their support and was told they do not have unique GUIDs. (at least I think that's what they meant - their response could be interpreted ambiguously) See here: https://forums.unraid.net/topic/119052-psa-on-sandisk-usbs/page/8/#findComment-1395826
-
[Plugin] rclone
Update, after updating to Unraid 7.0+, NerdTools is no longer supported. Here is another way to get rclone (and almost anything else that was previously in NerdTools) installed:
-
PSA on SanDisk USBs
There are published data about drives with SLC, TLC, MLC, QLC, PLC, ETC (can acronyms be puns?) available from reliable third parties. Reviewing them, if flash technologies are compared, SLC wins regarding reliability, error rate, environmental stress tolerance, and service life. Where that aligns with this forum thread is simply each users' decision of which technology to choose when they purchase a USB storage device to run Unraid from. This is no different than choice of processor (Xeon vs i7 vs AMD?), Cache drive selection (higher TBW number?), RAM (ECC or non-ECC?), storage drive selection (anyone else use Backblaze reliability data to assist selection?), and other important hardware considerations. Fortunately, one of Unraid's attractive features (one of many) is that it can run on low-spec hardware, and can recover gracefully from loss of disk(s). Anecdotal, but I've had three failures of the consumer-grade MLC and TLC USB storage devices that were previously recommended here and by the (helpful and awesome!) SpaceInvaderOne videos. My other hardware was comparatively higher-grade, and so I've since taken the recommendation to not skimp on the USB drive and have been very happy with SLC (fingers crossed). It is not clear to me (personally) why others who have pointed out similar to above are asked to remain civil. (Who knows? Perhaps I will be asked same after this post?) What IS clear to me is that each user simply chooses the risk they're willing to accept and that influences (or should influence) their decisions about which hardware to use. Some will accept more risk, some less. So for the USB storage device, consumer-grade USB storage devices look like they carry more risk of failure than their industrial counterparts. Perhaps many/most will have successful use of a consumer-grade drive for a long time. That's great! Others simply invest more money in lower likelihood of drive failure. No surprises here - one typically gets what they pay for.
-
[Plugin] rclone
I have tried to install or use the rclone plug-in and also docker a few times over the past few years and keep having problems (such as directly above) and I go back to using rclone through the NerdPack plugin. Here's a way to get rclone that has worked well for me :
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
Horrible Noob-like question here, but is there a recommended set of default settings that mostly just work? Asking because I had tried cache-dirs a number of years ago, fiddled with it quite a bit based on suggestions from this forum thread, and it just never worked (actually increased my CPU usage and disk spinups). My assumption is "user error" was at fault Would be interested to revisit the plugin if there was a base-level default settings that just works. Thanks, Ari
-
PSA on SanDisk USBs
+1 this. Was happy with USB flash until two of the recommended name-brand USB drives used in Unraid failed in quick succession. Now I'm pretty happy with using a USB SSD with my Unraid. Don't know really whether it will last longer or not. But even if it does fail soon, that's a small "N" so will also be anecdotal and won't power anything statistically relevant. That said, to each their own on hardware choices. Recommendations based on prior success are just that. And useful as such. But glad people are testing out various options and posting here for the rest of the community to read.
-
PSA on SanDisk USBs
Sounds fancy! How was the unraid activation, and how is its performance? 4GB seems like enough storage (I'm using 1.15GB with a lot installed and running).
- PSA on SanDisk USBs
-
[Plugin] rclone
Rclone is a good tool for that purpose. I used Nerd Tools, and within that enabled it's version of rclone. You can see my post above with recent instructions for how I was able to make rclone work.
-
PSA on SanDisk USBs
Evidence posted here to the contrary. Whether this issue's origin is with cost savings, post-COVID supply chains, counterfeit drive sales, or something else, it remains an issue for users to find drives suitable for Unraid installation.
-
[Plugin] rclone
Yes, thanks, am sure. Also pretty sure my post was clear about this, but if clarification is still wanting: The rclone plugin for unraid (which this thread pertains to) stopped working for me and I was not able to remove and reinstall it successfully, or to get it to work again. Per previous recent posts it seems I have not been alone in experiencing this. Prior to that, the plugin also did not let me update versions (though it did show an update was available). Too bad! It worked well for me for a long time. So thanks for all work put into it. Tried the BinHex's rclone docker, but realized i could get by with using the rclone package NerdTools provided. I have provided above an example of what worked for me using NerdTools' rclone CLI, the rclone GUI it can provide, and User Scripts in case that is helpful to anyone else. Thanks again Waseh. Really appreciated your plugin and it worked great for me for a number of years until just a few months ago.
-
[Plugin] rclone
This Rclone plugin stopped working for me. I've found that I can install the NerdPack plugin in Unraid and use the rclone package it installs. This way I don't need to use the full docker etc, and NerdTools allows me to update rclone versions if I want to. In my use case, I need to periodically back up a remote FTP folder to my Unraid array. To do so, I install the NerdTools plugin for Unraid, ensure the Rclone library is installed through it. Then, set up web GUI for Rclone so you can use it to make config files. Run following command from Unraid: rclone rcd --rc-web-gui --rc-user=test --rc-pass=test --rc-addr http://[your unraid local ip]:11903 Then point browser to the URL the command's output gives you, or to http:[your unraid local ip]:11903 The rclone config should be for an FTP, on port 21, with the given username and password, and select "no" for both the implicit and explicit ftp options (or configure as you wish) Then use the User Scripts plugin to set up a script to run the following: #!/bin/bash echo "<div style=' width: 40%; -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0; border: solid 1px #cccccc; background-color: #ffe88a; padding-left: 10px;'><br><b><font color='black' size='2'>Copyingremote FTP to local Unraid shared folder</font><b><br> </div>" #echo "=======================" #echo "Backing-up from:" #echo " <b><font color='blue'>[insert your FTP description here]"</b></font>" #echo "to:" #echo " <b><font color='blue'>"Local [insert unraid shared folder name here] folder</b></font>" echo "<div style='width: 40%; -webkit-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px; background-color: #ebebeb; margin-top: -14px; padding-left: 10px; padding-top: 6px;border: solid 1px #cccccc; '>Backing-up from: <br><b><font color='blue' size='2'>"[insert your FTP description here]"</b></font> <br>to:<br><b><font color='blue' size='2'>"[insert unraid shared folder name here]"</b></font><br> </div>" rclone copy "[the name you gave the profile in rclone]:/" "/mnt/user/[the unraid share folder to back up to]" echo "" echo "<div style='padding-left: 10px; margin-top: -14px; '><font color='green' size='4'><b>Done!</b></font></div>" ----------------------------------- Set the desired cron options for that user script so it runs in the background when you want it to. Done. Good luck.
-
PSA on SanDisk USBs
So far I've run USB3 drives. I also bought the Samsung Bar based on recommendations here in post #1, but it failed after a couple years. Probably just my own experience, though. (or maybe being USB3 broke it? I don't know) Either way, just keep good backups - somewhere other that server.
-
PSA on SanDisk USBs
@SpaceGator - agree. I was also interested in same so I reached out to SwissBit tech support. Unfortunately they told me that those do not have a unique GUID: ("No unique GUID for each drive" seems to be the most likely interpretation of what they told me. The reply could really be interpreted either as that, or as "Each individual drive has a unique GUID, but it is not unique to every model number." Perhaps that clarity and resulting specificity was lost in translation.)
-
PSA on SanDisk USBs
I just received ONE of the following devices: https://www.amazon.com/dp/B092DDRRRQ Unraid thought it was a unique GUID. I've moved an existing Unraid install and license key to it without problem. However, just as above, let the buyer beware. I only purchased one of them, and I cannot be sure that others will be unique (who knows? maybe I was simply the first to try to move Unraid onto one of these?).
-
PSA on SanDisk USBs
I had assumed that because the poster was listed as an "administrator" on the forum and posting that "we've been internally testing and vetting" the devices that it was advice coming from Unraid's internal team and the device would work. Add this user to the list who bought the recommended device and found the GUID had already been blacklisted (used). Overall not too much $ lost I suppose, just $30 on Amazon for the device (plus $11 for a (really nice) enclosure for it). Unraid has been worth that and more, IMO. The post now says "caveat emptor". I would humbly suggest the admin team "caveat postor" to prevent similar in future.
-
PSA on SanDisk USBs
@Miss_Sissy your .stl file worked perfectly to house the referenced parts. Just arrived. Thanks for sharing.
-
PSA on SanDisk USBs
Too bad - that's exactly what I just purchased as well as got case printed for.
-
PSA on SanDisk USBs
Downloaded the .stl files from Thiniverse, ordered them for printing from Craftcloud, total only $11 after production and shipping. Thank you Missy. Will donate to a local charity per your suggestion. Ari
-
PSA on SanDisk USBs
@JonathanM Are you willing to share the .stl file for this? Perfect timing as my Samsung Bar 64GB USB stick just died after two years' use.
-
[SUPPORT] blakeblackshear - Frigate
Yes! That's exactly it. I had only seen how to assign different models to different TPUs in the coral docs. Glad this was in the docs for Frigate. detectors: coral1: type: edgetpu device: pci:0 coral2: type: edgetpu device: pci:1 After saving this in the config.yml a d rebooting, Frigate shows both TPUs and a faster inference. Thanks for pointing me in the right direction.
-
[SUPPORT] blakeblackshear - Frigate
I have just moved from the Coral USB accelerator to the Dual TPU using the Magic Smoke pci-e adapter plugged into a pcie x16 port on my motherboard. How do I ensure I'm using both TPUs in the Unraid Frigate docker? My Frigate Docker config has: Coral TPU Mapping: /dev/apex_0 My appdata/frigate config.yml file has: detectors: coral: type: edgetpu device: pci Using the ich777's Coral Accelerator Module Drivers, I can see both TPUs listed. How do I ensure (or configure) Frigate to use both TPUs? Thanks in advance, Ari