dlandon
Community Developer
-
Joined
-
Last visited
-
Currently
Viewing Forums Index
Everything posted by dlandon
-
Unassigned Devices Preclear - a utility to preclear disks before adding them to the array
Update UD Preclear and see if it solves your issue.
-
Unassigned Devices Preclear - a utility to preclear disks before adding them to the array
At the end of a disk, the write takes longer and the dd write may time out too soon on a very large disk. I've already extended the time out, but it might need to be even longer.
-
NFS share keeps disconnecting
-
NFS share keeps disconnecting
You are using UD to mount that disk. Go to the unassigned devices settings and enter your rule there. UD will then apply it to the exports file.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Go to a command line and run this command: ud_diagnostics Then post the /flash/logs/ud_diagnostics.zip file. There are some things I need to confirm in your setup.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Ok, it's not timing out. The issue is the NFS port (2049) on your remote server is not open.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Try this command: /usr/bin/nice /usr/bin/timeout 2 bash -c '(echo >/dev/tcp/100.67.144.43/2049) &>/dev/null'; echo $? I've adjusted the timeout. I think the command is timing out and returning a value that indicates the server is not available.
-
INTERMITTENT SMB ISSUES AFTER 6.10.2 UPGRADE
As noted on the "Active Directory Extras" page, if you change the backend database, you need to re-enter all your permissions. The default backend database in Unraid is 'hash' and if you change to 'tdb', you have to reset all your permissions.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
On the UD page, do the device settings show as 'Dev X'?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
UD no longer pings remote servers. Instead it checks that the NFS port is open on the remote server. Because of security, some servers don't respond to a ping. Run this command and post the result: /usr/bin/nice /usr/bin/timeout 1 bash -c '(echo >/dev/tcp/100.67.144.43/2049) &>/dev/null'; echo $?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Yes, but please do the refresh so the device designations show up correctly.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
New UD release: Fixed several situations where all unassigned disks don't show on the UD page. Added a diagnostics script for collecting information specific to UD that doesn't show in the Unraid diagnostics. This should make it easier to troubleshoot UD specific issues. It has gotten more difficult to shoot down some of the issues comming up now. This should help. For the moment, it is a command line tool only.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Update UD and see if the situation is fixed. After updating, click the double arrows in the upper right of the UD page to refresh the udev and hot plug info.
-
INTERMITTENT SMB ISSUES AFTER 6.10.2 UPGRADE
Try clicking on the "Clear Cache" button.
-
INTERMITTENT SMB ISSUES AFTER 6.10.2 UPGRADE
Did you make any adjustments to the settings?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Nowhere in the logs is there an attempt to mount a remote share either manually or auto mount. It doesn't indicate any remote shares added. When UD gets to the point where remote shares are to be auto mounted, it will either mount the remote share or indicate it is not set for auto mount. I see none of this.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I see several issues: Apr 21 17:18:48 Tower unassigned.devices: Mounting 'Auto Mount' Remote Shares... ... Apr 21 17:18:54 Tower unassigned.devices: Mounting Remote Share '100.67.144.43:/mnt/user/Backup-Vegard'... Apr 21 17:18:54 Tower unassigned.devices: Remote Server '100.67.144.43' is offline and remote share '/mnt/user/Backup-Vegard' cannot be mounted. Then later: Apr 21 17:25:37 Tower unassigned.devices: Warning: 'Backup-Vegard' is already added as a 'NFS' share. Things to look at: You have the default 5 seconds delay before trying to mount remote shares, but in the log I see where later you set 20 seconds. That should help. Can you mount the remote share after Unraid is fully started and running? I don't understand the "Warning: 'Backup-Vegard' is already added as a 'NFS' share.". Are you duplicating this NFS share?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Post diagnostics.
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
Cache_dirs will cache everything when you use default share settings. It will even cache UD Remote Shares, which is very inappropriate. Set up cache_dirs to only include shares you want cached. Don't set it to cache SSD disks, that's not necessary.
-
INTERMITTENT SMB ISSUES AFTER 6.10.2 UPGRADE
Please install the "Active Directory Extras" plugin from CA and make the adjustments you think you need to get AD working. If there are other settings required, let me know and I'll make adjustments to the plugin. I believe it will let you make the changes needed to get AD working.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Fixed in latest release. Update again,
-
[Support] knex666 - Nextcloud
Install the OC docker container.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
New release of UD: Fixed a case where UD could potentially cause an unclean shutdown if you have a rootshare mounted. Fixed a few issues related to remote server name lookup. Improved adding remote share to show which protocol you are working with.
-
Array drive in Unassigned Drives
I'm adding an 'Array' indicator to the mount button to indicate a possible array disk dropped offline so UD won't allow any operations on the disk. The device sdX indicates that Unraid doesn't see the disk as an unassigned disk.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Are you using a docking station or drive bay?