Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array


Recommended Posts

45 minutes ago, dlandon said:

The spin down delay for UD devices is the global disk spin down delay.  Maybe you aren't giving it enough time.

I gave several days - but just the array disks are spinning down (Timeout is 30 Minutes). The unassigned disk is rotating all the time - then i tend to write here to search for help.

Link to comment
5 hours ago, skallox said:

 

Confirmed UD is the latest version, still no automount. Fresh diagnostics after reboot below.skallox-diagnostics-20210307-1211.zip 

If this is the disk, it is not marked as auto mount:

Mar  7 12:09:31 Kuroko unassigned.devices: Mounting 'Auto Mount' Devices...
Mar  7 12:09:31 Kuroko unassigned.devices: Disk with serial 'WDC_WD30EFRX-68EUZN0_WD-WMC4N2434274', mountpoint 'temp' is not set to auto mount.

 

Link to comment
41 minutes ago, dlandon said:

If this is the disk, it is not marked as auto mount:


Mar  7 12:09:31 Kuroko unassigned.devices: Mounting 'Auto Mount' Devices...
Mar  7 12:09:31 Kuroko unassigned.devices: Disk with serial 'WDC_WD30EFRX-68EUZN0_WD-WMC4N2434274', mountpoint 'temp' is not set to auto mount.

 

 

Thank you for digging into my diognostis. I linked that excerpt in my inital post with the below image showing it marked as automount. 

 

So, circling back: Am I missing something? Would using the User Scripts plugin to mount it be an appropriate way to bandaid this issue?

 

image.png.d08902b07f4747f5297ee00badae1513.png.7f7ac5ffba2ecbc27b3c8d3648523119.png

Link to comment
2 hours ago, skallox said:

 

Thank you for digging into my diognostis. I linked that excerpt in my inital post with the below image showing it marked as automount. 

 

So, circling back: Am I missing something? Would using the User Scripts plugin to mount it be an appropriate way to bandaid this issue?

 

image.png.d08902b07f4747f5297ee00badae1513.png.7f7ac5ffba2ecbc27b3c8d3648523119.png

I think the configuration file may be corrupted.  Can you remove this drive and then remove the disk from the Historical settings?  That should clear the settings and start over.

 

2 hours ago, skallox said:

Would using the User Scripts plugin to mount it be an appropriate way to bandaid this issue?

No.

 

 

 

Link to comment
On 3/6/2021 at 4:36 PM, dlandon said:

Make sure the MTU on all servers is set to default values.  1500 for Unraid.

Well, both of my Unraid installations are 1500.  My router is a Google/Nest Wifi, which is difficult to find documentation for, and which does NOT have adjustable settings :(

 

Additionally, I have removed and redone the mounts in Unassigned Devices.  It doesn't make a difference.  Also, the other mounts are dropping out randomly now also, not limited to a single mount.

Edited by mikesp18
Link to comment
6 hours ago, mikesp18 said:

Well, both of my Unraid installations are 1500.  My router is a Google/Nest Wifi, which is difficult to find documentation for, and which does NOT have adjustable settings :(

 

Additionally, I have removed and redone the mounts in Unassigned Devices.  It doesn't make a difference.  Also, the other mounts are dropping out randomly now also, not limited to a single mount.

Are you using cache dirs?  If so, remove it and see if it fixes your issues.

Link to comment

Does anyone know why my VM using 'Unassigned devices' will no longer work after the most recent 6.9.1 update?

 

Disk is pushed using:  /dev/disk/by-id/

The error is keeps referring to /dev/sda2, even though the unassigned disk is /dev/sdc.

 

Running fsck states /dev/sda2 is not existent

 

Error.PNG.9f803adc329b6a6005d3cb25cc289adf.PNG

Link to comment
1 hour ago, DaFr0n said:

Does anyone know why my VM using 'Unassigned devices' will no longer work after the most recent 6.9.1 update?

 

Disk is pushed using:  /dev/disk/by-id/

The error is keeps referring to /dev/sda2, even though the unassigned disk is /dev/sdc.

 

Running fsck states /dev/sda2 is not existent

 

Error.PNG.9f803adc329b6a6005d3cb25cc289adf.PNG

It's very difficult to help you with this limited information.  Please post diagnostics.

Link to comment
1 hour ago, DaFr0n said:

Does anyone know why my VM using 'Unassigned devices' will no longer work after the most recent 6.9.1 update?

 

Disk is pushed using:  /dev/disk/by-id/

The error is keeps referring to /dev/sda2, even though the unassigned disk is /dev/sdc.

 

Running fsck states /dev/sda2 is not existent

 

Error.PNG.9f803adc329b6a6005d3cb25cc289adf.PNG

That disk has errors:

Mar 10 09:07:57 unRAID unassigned.devices: Mount drive command: /sbin/mount -t vfat -o rw,auto,async,noatime,nodiratime,nodev,nosuid,iocharset=utf8,umask=000 '/dev/sdc1' '/mnt/disks/ST1000DM003-1CH162_S1DETV80-part1'
Mar 10 09:07:57 unRAID kernel: FAT-fs (sdc1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
Mar 10 09:07:57 unRAID unassigned.devices: Successfully mounted '/dev/sdc1' on '/mnt/disks/ST1000DM003-1CH162_S1DETV80-part1'.
Mar 10 09:07:57 unRAID unassigned.devices: Adding disk '/dev/sdc2'...
Mar 10 09:07:57 unRAID unassigned.devices: Mount drive command: /sbin/mount -t ext4 -o rw,auto,noatime,nodiratime,async,nodev,nosuid '/dev/sdc2' '/mnt/disks/ST1000DM003-1CH162_S1DETV80-part2'
Mar 10 09:07:58 unRAID kernel: EXT4-fs (sdc2): warning: mounting fs with errors, running e2fsck is recommended

Click on the check mark when the disk is unmounted and UD will check the disk and fix the error.

 

Why are you using a VFAT file system for a VM?  It would be better to use BTRFS, or XFS.

Link to comment
21 minutes ago, dlandon said:

That disk has errors:


Mar 10 09:07:57 unRAID unassigned.devices: Mount drive command: /sbin/mount -t vfat -o rw,auto,async,noatime,nodiratime,nodev,nosuid,iocharset=utf8,umask=000 '/dev/sdc1' '/mnt/disks/ST1000DM003-1CH162_S1DETV80-part1'
Mar 10 09:07:57 unRAID kernel: FAT-fs (sdc1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
Mar 10 09:07:57 unRAID unassigned.devices: Successfully mounted '/dev/sdc1' on '/mnt/disks/ST1000DM003-1CH162_S1DETV80-part1'.
Mar 10 09:07:57 unRAID unassigned.devices: Adding disk '/dev/sdc2'...
Mar 10 09:07:57 unRAID unassigned.devices: Mount drive command: /sbin/mount -t ext4 -o rw,auto,noatime,nodiratime,async,nodev,nosuid '/dev/sdc2' '/mnt/disks/ST1000DM003-1CH162_S1DETV80-part2'
Mar 10 09:07:58 unRAID kernel: EXT4-fs (sdc2): warning: mounting fs with errors, running e2fsck is recommended

Click on the check mark when the disk is unmounted and UD will check the disk and fix the error.

 

Why are you using a VFAT file system for a VM?  It would be better to use BTRFS, or XFS.

 

Sill get the same issue:

 

FS: ext4

/sbin/fsck.ext4 -v -f -p /dev/sdc2 2>&1



/dev/sdc2: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
 

 

I only use this VM for Lancache, if i need to reformate due to the above error i will correct, i cant remember setting this originally.

Link to comment
18 minutes ago, dlandon said:

VFAT is not a good choice.  I would reformat the disk.

Ok, will do. Cheers.

Is there anyway to pull the data first so i dont lose all the cached downloads?

 

Edit....

Got it sorted with:

cp -avr /mnt/disks/ST1000DM003-1CH162_S1DETV80-part2/home/david/lancache /mnt/user/LANCACHE

 

Once complete i will format to XFS and resetup the VM & Lancache

 

Cheers for the quick advise

Edited by DaFr0n
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.