Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

pjneder

Members
  • Joined

  • Last visited

Everything posted by pjneder

  1. Ok. I got it working. I was really confused by the bind path I was seeing in the unraid docker ui. Previous reading on this topic indicated that the internal nextcloud name would be "/mnt/ncdata/local" so seeing Docker say /mnt/user/Paperless<->/mnt/user/Paperless really threw me off. Getting the local setting in nextcloud was also not quite what I expected. In my readings I thought the mount point was the starting directory. So if I did a mount for /mnt/user/Paperless then all I would put in the configuration was "consume" but this is not how it worked for me. Create a new variable in the nextcloud-aio-mastercontainer docker. name: NEXTCLOUD_MOUNT value: /mnt/user/Paperless stop the containers via the AIO UI. restart the mastercontainer start all of the containers via the AIO UI (or if this doesn't work you might have to tear down and rebuild the whole AIO bundle) In NC config, enable external storage from the admin->applications->disabled apps section In External storage add a new entry Folder name = paperless-consume (or whatever you want) External storage = Local Auth = none Configuration = /mnt/user/Paperless/consume (if you are using default paperless values) Apply it via the check box and watch for the green check on the left And it works!
  2. I found this thread while trying to solve the problem of local mount to nextcloud, primarily for paperless consume function. I have followed all of these instructions and AI, etc.. The problem I have is that the NEXTCLOUD_MOUNT variable is resulting in what looks to be incorrect binding on the child container. The mastercontainer contains: "Env": [ "NEXTCLOUD_DATADIR=/mnt/user/nextcloud/", "NEXTCLOUD_MOUNT=/mnt/user/Paperless/", "SKIP_DOMAIN_VALIDATION=false", But the nextcloud-aio-nextcloud child container contains this in the binds config, which clearly won't work as it not what we want there: "HostConfig": { "Binds": [ "nextcloud_aio_nextcloud:/var/www/html:rw", "/mnt/user/nextcloud/:/mnt/ncdata:rw", "/mnt/user/Paperless/:/mnt/user/Paperless/:rw" ], I cannot figure out how this is happening or how to fix it. Any help from users or @SpaceInvaderOne is greatly appreciated. Cheers!
  3. +1 vote on this. Keeping the topic alive. I am a Plus license and would happily pay more for this feature!
  4. I got this fixed. It was due to repeating UUIDs, as I had not wiped the signature from the disks and they were in unassigned but conflicted with pool disks. All sorted now. Thanks!
  5. I should have noted, I tried multiple settings. My first path was to just have it zero the drive without the pre/post tests. Agreed it is already known to be good, reliable and nominal SMART stats. Regardless, the preclear should work, so my question about the warning and behavior still stands. Your support is much appreciated! Added: Actually, I see a different but related issue in the array. I decided to start writing some media files and I notice that Disk 2&3 are greenballed yet the parity disk is not showing as spun up. That should not be possible. Something seems to be fishy in the enumeration at this time.
  6. Got what is hopefully an easy question. Probably answered but not found while searching the forums. In the process of upgrading my parity drive to larger and adding a disk, now I have the former 3T parity drive sitting in Unassigned devices. All good and as expected. Array is started and nominal. Therefore I wanted to do a preclear on the 3T parity, currently sitting on sde1. If I start preclear with default options the UI says "starting" but no stats appear and it does not appear to be working the disk. Checking the disk log I see: May 4 17:10:58 Floater emhttpd: WDC_WD30EFRX-68AX9N0_WD-WMC1T2998971 (sde) 512 5860533168 May 5 05:41:22 Floater emhttpd: WDC_WD30EFRX-68AX9N0_WD-WMC1T2998971 (sde) 512 5860533168 May 5 05:41:51 Floater root: WARNING: adding device /dev/sdi1 gen 225 but found an existing device /dev/sde1 gen 234 May 5 05:41:56 Floater emhttpd: shcmd (10913): /sbin/btrfs device delete /dev/sdi1 gen 224 but found an existing device /dev/sde1 gen 234 /mnt/cache & Not sure what I should do here. Any hints? Thanks!
  7. [sOLVED]! OK, I figured out what the problem was. I had selected "Other (32b)" as the type of Linux. Hence ESXi would never allow me to assign a VMXNET3. Once I switched that to "Ubuntu (32b)" I got that choice in the drop down and unRAID (with http://lime-technology.com/forum/index.php?topic=11449.0 installed) found the interface just fine. Now I'm working all sweet like. P.S. FWIW pfSense is another story. Figured out how to do the necessary custom install of VMWare tools, but traffic shaping is acting all fussy so I've dropped back to E1000 until I can sort that out.
  8. Thanks for the response. I follow everything you are saying and I'm pretty familiar with how that works. Attached are a few snips from the VM summary tabs. I understand how *nix generally enumerates interfaces. In the case of pfSense and unRaid both it will automatically find the interfaces, even if it does renumber them. For me, I must still be missing something simple because the VMXNET3 don't show up at all on unRAID or pfSense. I have an Ubuntu appliance VM from Bitnami running Wordpress and in that VM it does show up as VMXNET3. On that VM the tools show as "Installed (current)" and not as 3rd party. Same in my Win7 VM running apcupsd. Therefore the real question is: How have folks gotten VMXNET3 adapters to work on unRAID? thanks!
  9. I wonder if I got the *right* non-standard driver. Both of the interfaces work fine, as E1000's, but I haven't gotten VMXNET3 to work on any VM so far...
  10. Check. Check. Still no joy.
  11. I am not getting the option to assign a VMXNET3 NIC to my unRAID VM. Furthermore, although not unRAID related directly, if I assign VMXNET3 NICS to my pfSense VM they do not show up. For reference the NICs on this mobo are both Intel. 82574L and 82579LM When I look in the vSwitch properties under Network Adapters tab I see that the driver is listed a e1000e. Curious if anyone has thoughts on what I need to fix. Thanks!
  12. Joe, Handy advise that... In my structure, under "Media" is only directories. You have to go another level deeper to see files and thumbs. I'm wondering what could be getting accessed? Thanks!
  13. I'm new to cache_dirs. Don't know why I didn't use it before except that I was lame... Anyway, running it under the plug-in interface on 5.0-rc12a. This is all on a VM. When I open my "Media" share in Windows, disk #2 always spins up. Media is spread across several disks. I'm using pure default config on the plug-in interface. root@Floater:~# free -l total used free shared buffers cached Mem: 2074512 739824 1334688 0 334304 211760 Low: 890824 511788 379036 High: 1183688 228036 955652 -/+ buffers/cache: 193760 1880752 Swap: 0 0 0 Doesn't look like I'm running into memory limits. ESXi also shows way below the 2GB commit limit for the VM. Where can I look for more debug data? Thanks, Paul
  14. Here is a handy site that tells you that stuff. http://ark.intel.com/search/advanced/?s=t&FamilyText=Intel%C2%AE%20Core%E2%84%A22%20Quad%20Desktop%20Processor&VTD=true That's what I used when hunting for a Core i3/5/7 that would do what I needed.
  15. Thanks jangjong! I will consider this strongly and possibly go for the M1015. I was restricted to x4, but now I will use a different mobo, so x8 cards are an option again. Thanks!
  16. Can someone comment on the performance gain or not between the M1015 and SASLP-MV8 controllers? The M1015 use x8 PCIx and a faster chip which allows for SATAIII ratings. However, with 7200rpm HDD's are going to see a big difference? Thanks!
  17. Thanks mrow and helmonder for the votes of confidence. I have 1 on the way from Newegg along with the cables. Sometime next week I'll have my VT-d capable i5 cpu, the card, cables and new drives. I'll be able to start benching and testing then! Quite excited to get this going. Thanks!
  18. Beta, have you or anyone seen the SASLP-MV8 working on ESXi. Some googling around seems to indicate that it is not well supported on ESXi 5.1. I noticed that your Orion build was originally going to have the MV8. For me, I need something that is x4 PCI-X. The mobo I have and want to use does not have an x8 slot. Thanks.
  19. Here's a question for you guys. For anyone having built a VM unraid, have you migrated disks from one working array into the VM on passthrough interfaces? I've got several steps I will need to accomplish and I'm trying to sort out which way I proceed. These are not in order yet: [*]Make an unraid 5.0 based VM [*]migrate from an AMD based HW w/ 6 disks, plus license to VM on different HW with passthrough controller [*]upgrade the parity disk and at least 1 storage disk to 3TB WD Reds [*]re-structure my shares to remove the split-level stuff I was doing which has become a real PITA From a previous post, I ordered a used i5-3470S which has VT-d. On my DQ77KB it will work fine. I will probably add a SASLP-MV8, but I'm not sure if that comes in phase 1 or phase 2. Hints? Thanks.
  20. I'm all cleared up now. A bit sad because I didn't do all of the research I needed to do last fall, but I know what the deal is now. For clarification, the old P5Q and Q6600 were purely test rig parts. I'm trying to lower my machine count and lower the operating costs. Which is why I don't want 24x7 spinning disks. I'm not worried about the disks failing nearly as much as the power/heat/noise component. I have some pieces in place, but not the whole build for what I want to do. The board I got for my router, with thoughts of eventually going virtualized will work fine. It is a DQ77KB mini-itx. VT-d will work fine on that chipset http://www.intel.com/support/motherboards/desktop/sb/CS-030922.htm?wapkw=%28vt-d%29 Of course I screwed up when I put the i3-3225 on there as it does NOT support VT-d. Sigh... :'( That board with a SLSVP-MV8 would be great for the virtualization needs I imagine. However, this is now turning into an expensive project. I think I'll keep the boxes separate for a while longer as I contemplate what I want to do. Thanks for all the great info on this thread!
  21. Lots of good info here, except that it's not what I want to hear... I really want to consolidate my pfSense router, unraid, and then maybe VM a few other handy things. I guess maybe I didn't plan well enough when I was spec'ing my router box. It is based on an Intel DQ77 board with an i3. Way overkill for pfSense, but I was thinking about future needs. I'm going to look more into the cards you mentioned. Actually, the IBM card is a x8 connector and the supermicro only needs x4. Does everyone else using ESXi really tolerate their drives spinning 24/7? Is there no other way? Thanks!
  22. That is the same as I used. I changed the controller in ESXi to be pvscsi, but I did not re-issue the vmkfstools commands. I get no smart info and no spin control. Somehow I gotta fix that or the whole virtualized unraid deal flys out the window. I'm sure I will get there. More tips are greatly appreciated! Thanks!
  23. I followed the instructions in here http://lime-technology.com/forum/index.php?topic=7914.0 to map disks directly to the UnRAID VM. It seems to be working. However, the SMART status is not coming through and I'm getting blinking green balls so it doesn't even seem them as spun up. What is the preferred method of mapping disks to UnRAID on ESXi 5.1? Thanks.
  24. To answer your question, the default which is a LSI SCSI. UPDATE! I completely deleted my datastore, reformated and recreated. This time is was as VMFS-5 (I didn't realize there were different versions until I started down the clean-n-clear path.) So I started with a 100% clean slate and this time it found the unRAID.vmdk file (which is 1KB). I'm not sure what the 1GB "flat" file is even for.... Another tidbit which is probably documented a zillion times it that you need the network adapter to be E1000, as the Flexible option results in no eth0 interface. Now I will attempt to map the 2 rotated HDD's into the VM. They exist on the same SATA ICH10 controller as the SSD datastore. I hope that works ok. Thanks!
  25. OK, I am still stuck on not being able to add the pre-built .vmdk file. I've got ESXi 5.1 running on my Asus P5Q Deluxe mobo. I put the .vmdk files in my "datastore1" in the VM-unraid directory after creating the VM using the Typical template and Ubuntu 32b. Attached are snips from showing the file attrs in the datastore and showing me trying to add the vmdk and it not showing up in the chooser. Pulling my hair out on what should be pretty straighforward.... Thanks!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.