dlandon

Community Developer
  • Posts

    10153
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by dlandon

  1. If I remove the id from: $hdd_serial .= "{$preclear_link}<span id='preclear_{$disk['serial_short']}' style='display:block;'></span>"; It does not blink on and off, but it does not display either. Could preclear be changing the span id and clearing it? When the brush icon is showing, there is no blinking.
  2. Not sure. I did a little troubleshooting and didn't come up with anything. What's odd, every other refresh, there appears to be no preclear info.
  3. Preclear is not a part of UD, but UD picks up the preclear plugin script information and displays it in UD. Because of the recent changes to UD, @gfjardim will have to look at updating the preclear plugin and/or do a PR and change UD. Uninstalling and re-installing a plugin is not necessary if you have run the plugin update and don't see an update. Generally uninstalling and re-installing a plugin doesn't fix anything.
  4. Major new release of UD: "Where are the switches?" The "Pass Through", "Read Only", "Automount", and "Share" switches have been moved to a new Edit Settings dialog. This is also where the script is modified. This saves some real estate on the UD page and keeps the page refresh smooth. A "Show Partitions" switch has been added to set showing all partitions by specific hard drive device and not generically as before. The option to show all partitions has been removed from the UD Settings. Read and Writes and all other status is updated every 3 seconds. You don't have to refresh the page with the browser to get an update. Mounts, unmounts, disk spin, and read and write status updates are much smoother. This is the same as the array pages. The values just update in place. You can see the current status of the device switches in a tool tip by hovering your mouse over the settings icon. Automount of remote shares and ISO files is off now by default. If you previously had a remote share that automounted and is not now, just edit the settings and turn on the Automount switch. I've been trying to achieve this for a long time, and I think I finally got there.
  5. Not for me and the documentation for 10.6 refers to apps-external for external apps, not apps/external.
  6. You actually entered a '?' in the mount point? Is it a physical disk or a remote share mount? Can you show a screen shot of UD?
  7. It's an unassigned slot in the array. I've made an update that will ignore a non-existent disk.
  8. Looks to me like UD is working fine. The information you are showing comes from he drive, not Unraid. This is an issue UD cannot get around.
  9. You need Unraid 6.9RC2 or later to spin down disks.
  10. Probably not. So it seems that you had the Elements disk installed then pulled it out when it wouldn't unmount, then installed the AW11? The AW11 got the sdb designation when it was installed, that was originally the Elements disk? It looks like you are completely messed up and a reboot might be he only answer.
  11. If a disk won't unmount, the answer is not to just yank it out of the system. Find out why it won't unmount and clear it up. Linux is a lot more particular about unmounting devices.
  12. Try: unmount /dev/sdb1 at the command line and see if it will unmount. Let me know if it does and I will try to come up with an answer for UD to handle this situation.
  13. Correct, it only works currently on cache. It will need to be upgraded and I'll have a look at that.
  14. It looks like the disk went off-line or was unplugged. You attempted several times to re-connect it, or the port went off-line and back on-line. I don't know how to clear this up without a re-boot.
  15. Looks like it was recognized by UD: Dec 23 00:37:59 iNAS kernel: usb 3-9: new high-speed USB device number 6 using xhci_hcd Dec 23 00:37:59 iNAS kernel: usb-storage 3-9:1.0: USB Mass Storage device detected Dec 23 00:37:59 iNAS kernel: scsi host7: usb-storage 3-9:1.0 Dec 23 00:38:00 iNAS kernel: scsi 7:0:0:0: Direct-Access PNY USB 2.0 FD 1100 PQ: 0 ANSI: 4 Dec 23 00:38:00 iNAS kernel: sd 7:0:0:0: Attached scsi generic sg6 type 0 Dec 23 00:38:00 iNAS kernel: sd 7:0:0:0: [sdg] 15950592 512-byte logical blocks: (8.17 GB/7.61 GiB) Dec 23 00:38:00 iNAS kernel: sd 7:0:0:0: [sdg] Write Protect is off Dec 23 00:38:00 iNAS kernel: sd 7:0:0:0: [sdg] Mode Sense: 43 00 00 00 Dec 23 00:38:00 iNAS kernel: sd 7:0:0:0: [sdg] No Caching mode page found Dec 23 00:38:00 iNAS kernel: sd 7:0:0:0: [sdg] Assuming drive cache: write through Dec 23 00:38:00 iNAS kernel: sdg: sdg1 Dec 23 00:38:00 iNAS kernel: sd 7:0:0:0: [sdg] Attached SCSI removable disk Dec 23 00:38:00 iNAS unassigned.devices: Disk with serial 'USB_2.0_FD_AD6AHE03000000194', mountpoint 'PNY_USB_2.0_FD' is not set to auto mount. Dec 23 00:38:00 iNAS unassigned.devices: Issue spin down timer for device '/dev/sdg'. Does it not show up in the UD page?
  16. The Recycle Bin has the same permissions as the share they were deleted from. If a user has read and write permissions on the share, then they have read and write permissions on the Recycle Bin.
  17. If you had the disk as a UD disk at any time, UD will show it as missing because it is in the array now. Just remove the historical configuration and UD will forget it.
  18. The size of the drive is based on Linux and the HFS+ support. UD only reads the size that Linux and HFS+ report. Do this command and see what Linux reports: df /mnt/disks/{mountpoint of disk}