Jump to content

hunter6756

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by hunter6756

  1. 2 hours ago, itimpi said:

    Do you have the My Servers plugin installed?  If so you can get your key file via that. 

    It would also be included in any local backup you have made of the flash drive.

    There is also the possibility you have it attached to an email from Limetech.

     

    In the worst case you can email Limetech and they should then be able to help but that may take a bit longer to get resolved.

    Great, find the key url in the email from Limetech, thanks

  2. On 9/25/2021 at 6:23 PM, JorgeB said:

    This means the devices have all the same ID, quite common with USB devices, in this case:

     

    Sep 23 22:18:59 Tower kernel: scsi 8:0:0:0: Direct-Access     JMicron  Generic          0209 PQ: 0 ANSI: 6

     

    That won't work with Unraid, it requires each device to have a unique identification.

    Is there any chance to update the behavior to identify the devices by their address/bus/port? Like I did for pass through them into VMs?

  3. 22 minutes ago, dlandon said:

    That's correct.  You have a total of 11 disks in the system.  Five are unassigned.  Only disks not in the array are shown as unassigned.  In your case sdh, sdr, sds, sdp, and sdt are unassigned.  The other six disks are in the array.

     

    The 'Seagate2' partition is not mounted, so it will not show in /mnt/disks/.

     

    If you still think you have a total of 11 USB disks attached, they are not being recognized.  There are apparently issues with the disks:

    Sep 24 01:57:32 Tower emhttpd: device /dev/sdh problem getting id
    Sep 24 01:57:32 Tower emhttpd: device /dev/sdd problem getting id
    Sep 24 01:57:32 Tower emhttpd: device /dev/sde problem getting id
    Sep 24 01:57:32 Tower emhttpd: device /dev/sdb problem getting id
    Sep 24 01:57:32 Tower emhttpd: device /dev/sdf problem getting id
    Sep 24 01:57:32 Tower emhttpd: device /dev/sdq problem getting id
    Sep 24 01:57:32 Tower emhttpd: device /dev/sdi problem getting id
    Sep 24 01:57:32 Tower emhttpd: device /dev/sda problem getting id
    Sep 24 01:57:40 Tower kernel: sdh: sdh1
    Sep 24 01:57:40 Tower kernel: sd 7:0:0:0: [sdh] Attached SCSI disk
    Sep 24 01:57:41 Tower unassigned.devices: Disk with serial 'WDC_WD101EMAZ-11G7DA0_VCGLEWYP', mountpoint 'element1' is not set to auto mount.
    Sep 24 01:57:42 Tower emhttpd: device /dev/sdd problem getting id
    Sep 24 01:57:42 Tower emhttpd: device /dev/sde problem getting id
    Sep 24 01:57:42 Tower emhttpd: device /dev/sdb problem getting id
    Sep 24 01:57:42 Tower emhttpd: device /dev/sdf problem getting id
    Sep 24 01:57:42 Tower emhttpd: device /dev/sdq problem getting id
    Sep 24 01:57:42 Tower emhttpd: device /dev/sdi problem getting id
    Sep 24 01:57:42 Tower emhttpd: device /dev/sda problem getting id
    Sep 24 01:57:59 Tower emhttpd: device /dev/sdd problem getting id
    Sep 24 01:57:59 Tower emhttpd: device /dev/sde problem getting id
    Sep 24 01:57:59 Tower emhttpd: device /dev/sdb problem getting id
    Sep 24 01:57:59 Tower emhttpd: device /dev/sdf problem getting id
    Sep 24 01:57:59 Tower emhttpd: device /dev/sds problem getting id
    Sep 24 01:57:59 Tower emhttpd: device /dev/sdq problem getting id
    Sep 24 01:57:59 Tower emhttpd: device /dev/sdi problem getting id
    Sep 24 01:58:04 Tower emhttpd: device /dev/sdd problem getting id
    Sep 24 01:58:04 Tower emhttpd: device /dev/sde problem getting id
    Sep 24 01:58:04 Tower emhttpd: device /dev/sdb problem getting id
    Sep 24 01:58:04 Tower emhttpd: device /dev/sdf problem getting id
    Sep 24 01:58:04 Tower emhttpd: device /dev/sds problem getting id
    Sep 24 01:58:04 Tower emhttpd: device /dev/sdq problem getting id
    Sep 24 01:58:04 Tower emhttpd: device /dev/sdi problem getting id

     

     

    I got 16 disks in total.

    4 HDDs connected via Sata, 3 of them are setup in the array, 1 is pass through to Syno.

    1 SSD is used as Cache.

    Other 11 HDDs are connected via usb adapter. 

    image.thumb.png.ffc8bb5b23d7d5e10f98257967edf05c.png

     

     

    The issues is with the 11 HDDs connected via usb adapter., not all of them can be recognized.

    I can see them in the System Devices.

    image.thumb.png.6ec0e047d8b953b4ce240a4a5fd4ce97.png

     

    Also I can pass through them into VM by define the Address as below.

        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <address bus='2' device='7'/>
          </source>
          <address type='usb' bus='0' port='2'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <address bus='2' device='8'/>
          </source>
          <address type='usb' bus='0' port='3'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <address bus='2' device='9'/>
          </source>
          <address type='usb' bus='0' port='4'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <address bus='2' device='10'/>
          </source>
          <address type='usb' bus='0' port='5'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <address bus='2' device='11'/>
          </source>
          <address type='usb' bus='0' port='6'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <address bus='2' device='12'/>
          </source>
          <address type='usb' bus='0' port='7'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <address bus='2' device='13'/>
          </source>
          <address type='usb' bus='0' port='8'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <address bus='2' device='14'/>
          </source>
          <address type='usb' bus='0' port='9'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <address bus='2' device='15'/>
          </source>
          <address type='usb' bus='0' port='10'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <address bus='2' device='16'/>
          </source>
          <address type='usb' bus='0' port='11'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='yes'>
          <source>
            <address bus='2' device='17'/>
          </source>
          <address type='usb' bus='0' port='12'/>
        </hostdev>

     

    The problem is: how can I pass through them to a Docker?

    I'm not able to define the PATH in docker if UD can't recognize them properly.

  4. 23 minutes ago, dlandon said:

    They are mounted at /mnt/disks/:

    Sep 24 01:32:50 Tower unassigned.devices: Successfully mounted '/dev/sdl1' on '/mnt/disks/mybook1'.
    
    Sep 24 01:33:03 Tower unassigned.devices: Successfully mounted '/dev/sdk1' on '/mnt/disks/Elements'.
    
    Sep 24 01:33:19 Tower unassigned.devices: Successfully mounted '/dev/sdg1' on '/mnt/disks/element1'.
    
    etc.

     

    Yes, but only some of them...

     

    I got 11 HDDs connented via usb adapters, UD only recognized 5 of them, and only found 4 of them in /mnt/disks/ after 'Mounted'

    image.png.6190cf20e83b088d571a5781d629db91.png

     

    image.png.66c01af358b61676268612674856bd49.png

  5. 8 hours ago, dlandon said:

    Your disks are not all being recognized by Unraid as unassigned disks.  The 'Dev 4' disk is the only one being recognized by Unraid as unassigned.

     

    'Dev 4' you have marked as 'Passed Through'.  Not sure if you intended to do that.

     

    All physical disks are mounted at /mnt/disks/ not /mnt/remotes/.  /mnt/remotes/ is where remote shares are mounted.

     

    Post your diagnostics.

    Hi dlandon,

    Yes, I'm intended to pass through 'Dev 4' to Syno, this one is not the issue.

    The others are expected to be 'Mounted' at /mnt/disks/

     

    here are my diagnostics.

    tower-diagnostics-20210925-0517.zip

  6. I have 11 HDDs connected to Unraid via USB adapters and a USB hub. The USB adapters are from the same manufacturer. They share the same device ID and name. To pass through them to VMs, I have to define the address/bus/port manually. I have done so successfully.

    image.png.9533c91ef5fdda85565b3db66c4c82c5.png

     

     

     

    The issue is: When I try to mount them via the Unassigned Devices plug, not all the disks are displayed in the UD.

    image.png.97bd94a7ebac2bff47519dd4cb6c0a6a.png

    The disks found here seem to be random—both the number of them and which disks could have appeared.

    If I Mount them, then only those 4 or 5 disks(most times 4 disks) can be found in the /mnt/remotes

     

    Any help or ideas would be greatly appreciated!

  7. I have 11 HDDs connected to Unraid via USB adapters and a USB hub. The USB adapters are from the same manufacturer. They share the same device ID and name. To pass through them to VMs, I have to define the address/bus/port manually. I have done so successfully.

    image.png.0c1644b10d819bb7c6aa1fa8a153f7a6.png

     

     

    The issue is: When I try to mount them via the Unassigned Devices plug, not all the disks are displayed in the UD.

    image.png.8361022b49b24df20024ac1f9937f400.png

     

    The disks found here seem to be random—both the number of them and which disks could have appeared.

    If I Mount them, then only those 4 or 5 disks(most times 4 disks) can be found in the /mnt/remotes

     

    Any help or ideas would be greatly appreciated!

     

×
×
  • Create New...