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.

mytime34

Members
  • Joined

  • Last visited

Everything posted by mytime34

  1. Hello, Is there any update if Unraid will support Infiniband through Mellanox Connect-x3 cards?
  2. I have tried running the tests individually and simultaneous with the same results. Bandwidth is always capped on these 2 drives. My 2 other sas ssd drives do not cap out, they run without issue.
  3. pughhome-diagnostics-20211118-0649.zip
  4. To All, I am running 4ea 7.68tb Enterprise SAS 12gb SSD drives and when I run Disk speed, I get the following message. Bandwidth was capped on the folloiwng drives: Cache (sdm), Cache 2 (sdn), test (sdo), test2 (sdp) 2 of these drives are hitting 700mbps, but the other 2 are only hitting 350mbps. Is there a way to uncap the bandwidth? These drives are capable of 900-1100mbps each, and has been tested on a windows machine. Any thought or fixes would be great. Thanks
  5. I am running into an issue with accessing the ZFS share from windows. I am able to see the path to the ZFS share, but it says I do not have permission to create/delete, etc I get the following error when I try to enable SMB share root@Pughhome:~# zfs set sharesmb=on dumpster cannot share 'dumpster': smb add share failed cannot share 'dumpster/test': smb add share failed Here is my SMB script global] ... usershare path = /dumpster usershare max shares = 100 usershare allow guests = yes usershare owner only = no [data] path = /dumpster browseable = yes guest ok = yes writeable = yes writelist = read only = no
  6. Process to use ZFS in Unraid (Thanks to Wendell from Level1 techs for the baseline) Unraid needs to be running with at least 1 data drive, pref 1 parity and 1 data drive. Install Unraid options and set it up how you want Backup the data from Unraid. All following processes have to be installed using the GUI (monitor connected to the Unraid server, do not try to do it over remote operation) Install ZFS Unraid Plugin (Done via the Unraid Install plugin option) https://raw.githubusercontent.com/Steini1984/unRAID6-ZFS/master/unRAID6-ZFS.plg Check the drives you have available “Unassigned Devices” that are not parity, data or cache drives In my case I am using 9 drives /dev/sdb-/dev/sdj Using terminal in unraid use the following commands: (list drives) lsblk This will list all harddrives in your system. (Create Zpool) Zpool create dumpster raidz(1,2,3,x,x,x) /dev/sdb /dev/sdc /dev/sdd /dev/sde depending on how many drives you have, this may take a few seconds (View Zpool Status) zpool status pool: dumpster state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM dumpster ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 sdb ONLINE 0 0 0 sdc ONLINE 0 0 0 sdd ONLINE 0 0 0 sde ONLINE 0 0 0 errors: No known data errors Your Zpool is setup Using the GUI goto https://slackware.pkgs.org/14.2/slackonly-x86_64/fio-3.7-x86_64-1_slonly.txz.html scroll down and click on Binary Package fio-3.7-x86_64-1_slonly.txz Make sure you save this file to the ROOT folder (no other folder will work) Using terminal run the following command upgradepkg –install-new ./fio-3.7-x86_64-1_slonly.txz Now onto setting up the ZFS dataset (file system and folder creation) Using terminal (ZFS Dataset) zfs create dumpster/test -o casesensitivity=insensitive -o compression=off -o atime=off -o sync=standard (ZFS verification) ZFS list NAME USED AVAIL REFER MOUNTPOINT dumpster 32.0G 7.65T 140K /dumpster dumpster/test 32.0G 7.65T 32.0G /dumpster/test Now onto the testing of the Zpool array Using terminal (FIO Disk / pool testing) fio --direct=1 --name=test --bs=256k --filename=/dumpster/test/whatever.tmp --thread --size=32G --iodepth=64 --readwrite=randrw --sync=1
  7. Threadripper 2920x (12core/24thread) 32GB ram 10TB NMVE Cache 33TB spinners (24 drive array and SAS HBA, 8ea 3tb, 6ea 2tb) 10GB Ethernet Watercooled CPU (and soon video cards) Soon to be added (2ea GTX1070 FTW cards for VMs and rendering)

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.