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.

drive usage

Featured Replies

Hello,

 

Sorry if this has been asked already. I have 3X 3TB drives... 1 parity.

I created 1 folder and assigned all drives.

unRAID started the data on 1 drive.

the drive is 60% full.

 

At what point will unRAID start writing to the second drive?  ???

 

Thank you.

At what point will unRAID start writing to the second drive?  ???
Whenever the split level of the share and allocation method you assigned tell it to. All that is user specified, so without knowing your folder structure and your relevant settings, nobody can tell you.
  • Author

So I have high water set as allocation method and disabled split level... I don't have folder/files to separate as I only have files.

 

Thanks for any insight or suggestions.

With high-water allocation it should have started writing to the 2nd drive when the 1st was half full.

 

Did you enable shares (on the Settings menu) and create a share for your data?

 

... and are you writing to that share?

 

If you simply created a folder on disk1, and are writing to that folder, UnRAID will simply write it to that folder.

 

  • Author

Yes, I did enable shares in settings and created a shared folder. I told it to use all drives. I disabled split level... yesterday but high-water allocation was set from the beginning.

 

Thanks again.

Post screen shots of Settings->Share Settings and the Share config page.

  • Author

Attached.

Config_share.PNG.48cd849dcd8b2d767d1342bf170ab961.PNG

Share_setting.PNG.9427bcc8cd784afdae27ef6395d2480d.PNG

Share_setting1.PNG.6d093a290cfef076e5f0dc4a9c85eef0.PNG

What path are you typing/using when writing to the share?

  • Author

/mnt/user/Movies

 

tail -n 40 -f /var/log/syslog

Sep 21 08:59:52 jayserv emhttp: shcmd (131): mkdir /mnt/disk1

Sep 21 08:59:52 jayserv emhttp: shcmd (132): set -o pipefail ; mount -t reiserfs -o user_xattr,acl,noatime,nodiratime /dev/md1 /mnt/disk1 |& logger

Sep 21 08:59:52 jayserv kernel: REISERFS (device md1): found reiserfs format "3.6" with standard journal

Sep 21 08:59:52 jayserv kernel: REISERFS (device md1): using ordered data mode

Sep 21 08:59:52 jayserv kernel: reiserfs: using flush barriers

Sep 21 08:59:52 jayserv kernel: REISERFS (device md1): journal params: device md1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30

Sep 21 08:59:52 jayserv kernel: REISERFS (device md1): checking transaction log (md1)

Sep 21 08:59:52 jayserv kernel: REISERFS (device md1): Using r5 hash to sort names

Sep 21 08:59:52 jayserv emhttp: shcmd (133): chmod 777 '/mnt/disk1'

Sep 21 08:59:52 jayserv emhttp: shcmd (134): chown nobody:users '/mnt/disk1'

Sep 21 08:59:52 jayserv emhttp: shcmd (135): mkdir /mnt/disk2

Sep 21 08:59:52 jayserv emhttp: shcmd (136): set -o pipefail ; mount -t reiserfs -o user_xattr,acl,noatime,nodiratime /dev/md2 /mnt/disk2 |& logger

Sep 21 08:59:52 jayserv kernel: REISERFS (device md2): found reiserfs format "3.6" with standard journal

Sep 21 08:59:52 jayserv kernel: REISERFS (device md2): using ordered data mode

Sep 21 08:59:52 jayserv kernel: reiserfs: using flush barriers

Sep 21 08:59:52 jayserv kernel: REISERFS (device md2): journal params: device md2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30

Sep 21 08:59:52 jayserv kernel: REISERFS (device md2): checking transaction log (md2)

Sep 21 08:59:52 jayserv kernel: REISERFS (device md2): Using r5 hash to sort names

Sep 21 08:59:52 jayserv emhttp: shcmd (137): chmod 777 '/mnt/disk2'

Sep 21 08:59:52 jayserv emhttp: shcmd (138): chown nobody:users '/mnt/disk2'

Sep 21 08:59:52 jayserv emhttp: shcmd (139): mkdir /mnt/user

Sep 21 08:59:52 jayserv emhttp: shcmd (140): /usr/local/sbin/shfs /mnt/user -disks 16777214 -o noatime,big_writes,allow_other -o remember=0 |& logger

Sep 21 08:59:52 jayserv emhttp: shcmd (141): /usr/local/sbin/emhttp_event disks_mounted

Sep 21 08:59:52 jayserv emhttp_event: disks_mounted

Sep 21 08:59:52 jayserv pms: Starting Plex...

Sep 21 08:59:52 jayserv su[11360]: Successful su for unraid-plex by root

Sep 21 08:59:52 jayserv su[11360]: + ??? root:unraid-plex

Sep 21 08:59:54 jayserv pms: Plex Media Server IS running

Sep 21 08:59:54 jayserv emhttp: shcmd (142): :>/etc/samba/smb-shares.conf

Sep 21 08:59:55 jayserv emhttp: get_config_idx: fopen /boot/config/shares/cache.cfg: No such file or directory - assigning defaults

Sep 21 08:59:55 jayserv emhttp: get_config_idx: fopen /boot/config/shares/plexdir.cfg: No such file or directory - assigning defaults

Sep 21 08:59:55 jayserv emhttp: Restart SMB...

Sep 21 08:59:55 jayserv emhttp: shcmd (143): killall -HUP smbd

Sep 21 08:59:55 jayserv emhttp: shcmd (144): ps axc | grep -q rpc.mountd

Sep 21 08:59:55 jayserv emhttp: _shcmd: shcmd (144): exit status: 1

Sep 21 08:59:55 jayserv emhttp: shcmd (145): /usr/local/sbin/emhttp_event svcs_restarted

Sep 21 08:59:55 jayserv emhttp_event: svcs_restarted

Sep 21 10:00:29 jayserv kernel: mdcmd (14): spindown 2

Sep 21 11:11:59 jayserv kernel: mdcmd (15): spindown 2

Sep 21 13:28:00 jayserv kernel: mdcmd (16): spindown 2

please download from the link above. There is a download button top right the txt file. Thanks.

 

If you want support you should really attach the zipped file here.  Many users won't want to go to an unknown site that could easily be hosting malware.

 

Sent from my SAMSUNG-SGH-I747 using Tapatalk 4

 

 

  • Author

Thanks for setting me straight. I didn't think about it from that perspective.

syslog-20130921-085744.zip

  • Author

OK - all the rest is good? Why no Simplefeatures?

Remove all add-ons. Start in safe mode.

  • Author

ok done, now what? What am I looking for...

  • Author

I don't know if it was a problem. I will have to add data and see if the folder grows over the 2 drives allocated to it. Thanks for checking the logs. I assume that they look ok.

With the current space utilization, you should simply be able to copy a file to the server and confirm it goes to the 2nd drive, since that should be selected based on the high-water allocation.

Archived

This topic is now archived and is closed to further replies.

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.