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.

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

Featured Replies

6 minutes ago, GilbertJames said:

I setup Unassigned Devices to share a drive from my drobo unit.  When I go to access the share, it asks for a username/password.

 

How do I go about changing it so, no username/password are required.

 

Thanks.

 

 

That is controlled at the Diogo end.

  • Replies 11.9k
  • Views 2.1m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • It's that self healing feature I built into UD.  It just fixes itself.

  • New release of UD.  Changes: When changing the mount point (which is also the share name), the mount point is checked for a duplicate of a user share or another UD device.  Samba cannot handle

  • 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 sc

Posted Images

4 hours ago, dlandon said:

If it's smb, enter the credentials when you set it up with ud.  The quickest way to do that is to setup the smb share again and it will over write the original one.

There wasn't a place to setup the username/password.

4 minutes ago, GilbertJames said:

There wasn't a place to setup the username/password.

You must have overlooked it. Try again

  • Author
11 minutes ago, GilbertJames said:

There wasn't a place to setup the username/password.

SMB setup always asks for the user name and password.  You don't need credentials when setting up a NFS share because Linux permissions are used for access control.

29 minutes ago, trurl said:

You must have overlooked it. Try again

I don't see any place in Unassigned Devices to set a username and password.

 

image.png.95d1aeb2dfa6364ddd5344913de1e127.png

image.thumb.png.d4d74e5a470f779b7aefa3bfa34fe190.png

image.thumb.png.bec5625ca1745ffcec5da808e9856030.png

 

It’s in the process for adding the share. You select the type of share (SMB), enter the IP, enter the user name and then enter the password.

  • Author

Click on add SMB/NFS share button and select either SMB (Windows icon), or NFS (Linux icon).  Click next and follow the prompts.  I do recommend letting UD find the server and selecting it by name and not IP address.

9 minutes ago, dlandon said:

Click on add SMB/NFS share button and select either SMB (Windows icon), or NFS (Linux icon).  Click next and follow the prompts.  I do recommend letting UD find the server and selecting it by name and not IP address.

So, I dont use the share under Unassigned Devices i used it und SMB Shares| NFS Shares?

  • Author
26 minutes ago, GilbertJames said:

So, I dont use the share under Unassigned Devices i used it und SMB Shares| NFS Shares?

I'm very confused.  You show a disk mounted in UD.  That's not a remote share.

 

SMB Shares | NFS Shares is what we are talking about.  That is remote shares and when you add a SMB share you enter credentials.

1 minute ago, dlandon said:

I'm very confused.  You show a disk mounted in UD.  That's not a remote share.

 

SMB Shares | NFS Shares is what we are talking about.  That is remote shares and when you add a SMB share you enter credentials.

 

So I mounted the disk, can cleared the share under the settings icon.  The  share shows up when i browse the network, but asks for a username password, none of my other shares do that, only when I make the shares via Unassigned Devices.

  • Author
Just now, GilbertJames said:

 

So I mounted the disk, can cleared the share under the settings icon.  The  share shows up when i browse the network, but asks for a username password, none of my other shares do that, only when I make the shares via Unassigned Devices.

I think what you need to do is go to UD settings (click the gear icon in the upper right) and look at the section on "SMB Security".  You control user acces there.

7 minutes ago, dlandon said:

I think what you need to do is go to UD settings (click the gear icon in the upper right) and look at the section on "SMB Security".  You control user acces there.

Here are my settings.

 

image.png.6461378f4f0758013d473acbfa1181f4.png

  • Author
Just now, GilbertJames said:

Here are my settings.

 

image.png.6461378f4f0758013d473acbfa1181f4.png

You have no users.  Set it to no and see if that is what you are looking for.

1 minute ago, dlandon said:

You have no users.  Set it to no and see if that is what you are looking for.

That was it, thank you so much for your help!

On 1/16/2022 at 8:51 PM, dlandon said:

Update to 2022.01.15a.

Notice disk displaying order now sort by "Dev X", before use "IDENTIFICATION" ....... but "Dev X" seems not meaningful , would you consider change back to IDENTIFICATION or sdX.

  • Author

I'm working on a new feature that will allow you to set an alias name for each disk that replaces the 'Dev X' and will be used to sort the disks.  See several posts up to see the new layout.  This way you can set alias names that will sort in the order you want.

  • Author

Release 2022.01.19.

 

New UD feature - Disk naming:
You can now name your disks with a unique alias name.  On 6.9 and 6.10 the disk names will default to the unassigned devices 'devX' designations.  This can be up to 8 characters, upper and lower case, no spaces (spaces are converted to "_"), and minimal special character use.  The name is case sensitive.  One feature of the naming is that the disks will show on the UD page in alphabetic name order.  You can also mount, unmount, and spin down disks with the rc.unassigned command using the disk name:

 

/usr/local/sbin/rc.unassigned mount name=diskname
/usr/local/sbin/rc.unassigned umount name=diskname
/usr/local/sbin/rc.unassigned spindown name=diskname

 

You set the disk name by clicking on the three gears icon to edit the disk settings.  If you want to remove your disk name, just clear the disk name in the edit settings and click 'Save'.  The default 'Dev X' will be assigned.  The 'Dev X' designation in the disk name will show as 'devX'.

 

The disk names of installed and historical devices are checked for a duplicate name when you try to change the name, so you cannot name a disk the same as a historical disk.  Historical disks are sorted by "Serial Number" and not device.

Is it possible for me to unencrypt an encrypted XFS (LUKS) disk in the Unraid GUI (or via CLI) using unassigned drives and then pass through the unencrypted partition to a vm?

 

I've tried /dev/disk/by-id/xxxxxxxxxxxx.part1 and it seems the encryption is reapplied (or is never taken off) before it gets to the VM.

 

I need the VM to have access to the whole partition, as I'm attempting to recover accidentally deleted files and folders from the encrypted drive. I would just allow the recovery software to manage the decryption, but it cannot handle LUKS without paying for professional version @ $500. Hence, I'd like to unlock the partition and then pass it through.

 

Any help gratefully received!

 

Jay

Edited by jabajames

  • Author
31 minutes ago, jabajames said:

Is it possible for me to unencrypt an encrypted XFS (LUKS) disk in the Unraid GUI (or via CLI) using unassigned drives and then pass through the unencrypted partition to a vm?

 

I've tried /dev/disk/by-id/xxxxxxxxxxxx.part1 and it seems the encryption is reapplied (or is never taken off) before it gets to the VM.

 

I need the VM to have access to the whole partition, as I'm attempting to recover accidentally deleted files and folders from the encrypted drive. I would just allow the recovery software to manage the decryption, but it cannot handle LUKS without paying for professional version @ $500. Hence, I'd like to unlock the partition and then pass it through.

 

Any help gratefully received!

 

Jay

You can mount the disk with UD and then share it using SMB.  The VM could browse the disk share.  I don't know if this will solve your problem though using recovery software.  I don't think you'll be successful passing through a mounted partition like you want to a VM.

 

UD must have the password.  Go to UD settings and enter the password for the disk, then you'll be able to mount it,

Edited by dlandon

Appreciate for the new add feature, but the change not positive for pool disk.

Due to alias is unique, so for a pool's member disk will be name something like pool1 pool2 pool3 .... if I want they sorting in better outlook. For spindown, I need perform one by one.

If alias exist, then sort by it and remain were sort by identification or sdX will be great. Thanks 

  • Author

There is no issue with Pools.  The alias name is only a reference and has nothing to do with the Pool operation.

1755238331_UDPool.thumb.png.c7c1904d7971aab7249889e324883d33.png

You unmount the Pool by this command:
 

/usr/local/sbin/rc.unassigned umount name=Pool_1

 

You have to unmount the prmary disk.

 

To spin down the disks use these commands:

/usr/local/sbin/rc.unassigned spindown name=Pool_1
/usr/local/sbin/rc.unassigned spindown name=Pool_2
/usr/local/sbin/rc.unassigned spindown name=Pool_3

 

39 minutes ago, dlandon said:

There is no issue with Pools.

Of course, anyway just name all disk if I want better outlook, i.e. by their physical bay no.

 

For spindown, really want have some advance feature, i.e. alias in SAS, SAS_1, SAS_2, once spindown SAS then SAS_1 & SAS_2 will spindown too.

Edited by Vr2Io

Got below problem, I power-on external enclosure, increase from 9 disk to 21 disk ( UD ). Then GUI would as below, if click UD refresh button, it will show one more disk, but still no device info. behind 1st row green circle.

 

image.png.12c0ae13cd462bc1fb84ea6afffd636c.png

 

Try enable debug, got "ool www" message and no other error observe. 

 

image.png.9c817c854f1ce1b785f7bbf31b8cafe7.png

 

Also try delete unassigned.devices.cfg or reboot couldn't help, if remove UD, then it will show all unassigned device in official form.

 

image.png.24e9cca1a347000a042e385adbc2f327.png

 

 

 

Edited by Vr2Io

On 12/6/2020 at 3:23 AM, dlandon said:

The latest version of UD maps the remote shares to /mnt/remotes/.  You are encouraged to change your Docker Container and VM mappings to the new mount point.

 

If you can't do that, go the UD settings and set 'Legacy Mount Point Compatibility?' to 'Yes'.  Then unmount and re-mount the remote shares.  There will be symlinks created at /mnt/disks/ to the remote shares mounted at /mnt/remotes/.  You won't have to change any Docker Container or VM mappings.

 

Oooooohh.. It took me a while, but i get it now :)

Local UDs:  /mnt/disks/

Remote UDs:  /mnt/remote

 

The help text wording was confusing to me, it doesn't make a distinction between local UDs and remote UDs. It implies that all UD mappings should be set to /mnt/remotes:

 

Quote

 

Legacy Mount Point Compatibility?

 

Set to Yes to create symlinks for /mnt/remotes/ at /mnt/disks/.

This is for backwards compatibility of VM and Docker Container mappings to the /mnt/disks/ mount point. You are encouraged to change your mappings to the /mnt/remotes/ mount point.

If you do not need the backwards compatibility, leave it set to No.

 

 

 

  • Author

Stop your array and then restart the array.  I think the Dev devices are mis-configured and this would possibly straignten it out.

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...

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.