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.

dlandon

Community Developer
  • Joined

  • Last visited

Everything posted by dlandon

  1. There is a problem with your disk: Feb 3 12:10:11 dserver unassigned.devices: Mounting partition 'sdh1' at mountpoint '/mnt/disks/Backupdp'... Feb 3 12:10:11 dserver unassigned.devices: Mount cmd: /sbin/mount -t 'xfs' -o rw,relatime '/dev/sdh1' '/mnt/disks/Backupdp' Feb 3 12:10:11 dserver kernel: XFS (sdh1): Mounting V5 Filesystem Feb 3 12:10:11 dserver kernel: XFS (sdh1): Starting recovery (logdev: internal) Feb 3 12:10:11 dserver kernel: XFS (sdh1): Ending recovery (logdev: internal) Feb 3 12:10:12 dserver unassigned.devices: Successfully mounted '/dev/sdh1' on '/mnt/disks/Backupdp'. Feb 3 12:10:12 dserver unassigned.devices: Warning: Unassigned Devices are not set to be shared with SMB. Feb 3 12:10:16 dserver kernel: usb 2-4: USB disconnect, device number 2 Feb 3 12:10:16 dserver kernel: device offline error, dev sdh, sector 10737746976 op 0x1:(WRITE) flags 0x9800 phys_seg 1 prio class 2 Feb 3 12:10:16 dserver kernel: XFS (sdh1): log I/O error -19 Feb 3 12:10:16 dserver kernel: XFS (sdh1): Filesystem has been shut down due to log error (0x2). Feb 3 12:10:16 dserver kernel: XFS (sdh1): Please unmount the filesystem and rectify the problem(s). It mounts and then shuts itself off and UD does not know that. UD does detect that the device has an issue and marks it "Reboot" because it has detected that it dropped offline. Click on the check mark by the mount point when the disk is unmounted and see if the disk can be fixed. If not, then maybe one of the disk experts can help you with the problem.
  2. Please post your complete diagnostics. It sounds like the disk is going offline and then back online. That's why it is showing 'Reboot' on the mount button. Is it USB?
  3. I encourage anyone holding back on updating UD to update to the latest version. Several things have changed that I believe are worth updating now: Cut down on the number of system command calls used to get mount status, read only status, and file system type of a disk device. Cut down on code that was redundant and being executed in the wrong places wasting time. Cached some information like mount status to make checking for mounted/unmounted status and read only a lot faster. Removed the nchan messaging to be sure UD does not interfere with core Unraid. Changed to a Java Script timer. Reworked the mount/unmount status on the 'Mount' button so it would better show mounting and unmounting status. Fixed a lot of issues with Device Settings that didn't work properly - like being able to choose a pre-existing device script and delete not deleting the proper script file. Reworked the remote share online check to verify that the SMB or NFS port is open to the server. Ping is no longer used to do this. Now you will see the online status not just on the server, but on shares. For example, a server is online and SMB is enabled but NFS is turned off, any SMB shares on that server will show online, but the NFS shares will show offline. Improved the server scan to be faster and better at finding servers on the LAN. Fixed a situation where the scan for servers would go out of control and peg CPUs in an endless scan. Added "vfs object = dirsort" to help with SMB listings in network listings. The bottom line is I believe you will find UD a lot more responsive and operation in general a lot cleaner. EDIT: Feedback encouraged as I don't hear much about things that aren't bugs.
  4. Be sure to have the latest version 2024.02.02a and that file will no longer be created. It's harmless and will go away after a reboot, or if your OCD kicks in, just do a 'rm /mnt/mounts'.
  5. I was able to reproduce the error and that's how I found it - from the log.
  6. When Unraid updated to PHP 8.0, we had to track down all the warnings in php. Php 8.0 throws warnings about everything now that it used to ignore. It should be ready soon. I've been rewriting a lot of old code that is difficult to read and maintain, and finding a few code mistakes as I do that. I have to test it all.
  7. Yes, I made a change that broke the script execution. If you go to the Tools->PHP Settings, you will see a php error. It will be fixed in the next release.
  8. After that hppens, go to the Tools->PHP Settings and see if there are any php errors.
  9. This is the troublesome Chinese character '空' and it will be turned into an underline character '_' for the GUI. The new configuration would look like this: [//UGREEN-5E37/ldt0621_存储_间4] protocol = "SMB" ip = "UGREEN-5E37" path = "ldt0621_存储空间4" domain = "" share = "ldt0621_存储空间4" and the GUI will look like this: This will be fixed in the next release of UD. You will see an invalid configurtion message when UD is updated. Just remove and then add the remote share back and it will be fixed
  10. There are no Chinese charcters in the config file. Please post the samba config file with chinese charcters as you show in an earlier post, or post the chinese name of the share so I can test.
  11. It's an alphanumeric sort, not a numeric sort. The display would have to be all numeric to sort in true size. That would not be very human readable. Not much I can do unless I can find a work around.
  12. When a disk is unassigned from the array and then used in UD, it can sometimes show a duplicate UUID and won't mount. The change UUID only shows disks that might need their UUID changed. UD is not saying it has to be changed.
  13. If an ntfs disk is not shut down properly in windows, it will mount as read only when UD mounts it. Look in the syslog and you'll see why it was mounted read only.
  14. Sounds like a php error. Go to Tools->PHP Settings and see if a php error shows.
  15. Your cach disk is staying busy: Jan 22 14:06:48 Unraid-1 emhttpd: shcmd (237): /usr/sbin/zpool export cache Jan 22 14:06:48 Unraid-1 root: cannot unmount '/mnt/cache/system': pool or dataset is busy Jan 22 14:06:48 Unraid-1 emhttpd: shcmd (237): exit status: 1 Jan 22 14:06:48 Unraid-1 emhttpd: shcmd (238): /usr/sbin/zpool export cachemirror Jan 22 14:06:49 Unraid-1 emhttpd: shcmd (239): rmdir /mnt/cachemirror Think about what is on your cache. Things like the Docker Image? Appdata? Something is keeping it busy. Boot in safe mode and see if you can stop the array. Add things back a little at a time until it breaks to find which part of your system is keeping the cache busy.
  16. @Marvin51 Sorry your post got hijacked. Did you get the answer you needed or do you need further assistance?
  17. Please keep doing that. I answer questions all the time that can be answered by reading the help. Actually, I think users could get their answers faster by reading the help and the first two posts of the UD forum.
  18. If you can't spin it down manually with the orb next to the 'Backup' text, the drive doesn't spin down. Some USB drives won't spin down. You can always detach the drive and power it down.
  19. I find very few users read the help. Most don't even know it is there. I am too. The problem is the file browsing functionlity has been off the mount point since the beginning. So everybody is used to it. UD also has an issue with GUI real estate. It is difficult to cram more onto the single line of the disk devices. I've been trying to get things off the line so the display doesn't go off the right side when a page is shrunk.
  20. They are diasbled. That's why you don't get the tooltip. Go to the disk settings (three gears icon) and create the default script. The icons will then show tool tips. You can only create a script when the device is unmounted.

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.