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

  • Author
1 minute ago, Alex.vision said:

 

OK, I tried again and got the same error.  I was able to manually download the .tgz from your github page, so Im assuming its something on my end.  When I get home and can stop my containers, I will remove the plugin reboot and reinstall.

How long did it take to fail?  You got 8% of the file and then it failed.

 

What version of Unraid are you using?

  • 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

1 minute ago, dlandon said:

How long did it take to fail?  You got 8% of the file and then it failed.

 

What version of Unraid are you using?

 

Never mind I figured it out. I am an idiot, my flash drive was full.

 

I saw another post about memory and it made me look at my flash utilization.  Nvidia driver update filled my tiny flash drive up and I forgot to clear out the older version.  

 

Thanks for the help. Sometimes its just the simplest things.

20 hours ago, dlandon said:

Why would you want to unmount and remount a partition?  There hasn’t been any request for this.  Leave it mounted.

Why have an Unmount button on the partition then if you're not supposed to use it?

 

OP's post is likely the result of clicking the wrong unmount button by mistake, not intentionally wanting to unmount the single partition. Then you can't remount it without unmounting the whole disk first.

Edited by Kilrah

Hi All,

Wanted to let @dlandon know that the latest update of UD killed my samba server in version 6.11.3.

So today before upgrading from 6.11.2 i updated UD from ....10a to ....11. Did my upgrade check which told me everything was OK and then i upgraded to 6.11.3. After the upgrade i couldnt access any of my shares. turns out that smbd would start then stop right away.

 

After a good few hours of troubleshooting i uninstalled UD and ran smdb from the terminal and the service started and has remained running ever since.

 

I see you made some smb changes in the last update so perhaps this is what caused it. Anyway, thought i should let you know so others dont spend time troubleshooting this issue and hopefully you can fix it as i love UD and would love it back up and running again 🙂

  • Author
11 minutes ago, Titan84 said:

Hi All,

Wanted to let @dlandon know that the latest update of UD killed my samba server in version 6.11.3.

So today before upgrading from 6.11.2 i updated UD from ....10a to ....11. Did my upgrade check which told me everything was OK and then i upgraded to 6.11.3. After the upgrade i couldnt access any of my shares. turns out that smbd would start then stop right away.

 

After a good few hours of troubleshooting i uninstalled UD and ran smdb from the terminal and the service started and has remained running ever since.

 

I see you made some smb changes in the last update so perhaps this is what caused it. Anyway, thought i should let you know so others dont spend time troubleshooting this issue and hopefully you can fix it as i love UD and would love it back up and running again 🙂

Post the contents of your smb-extra.conf file.

I did grab multiple diags through the process and the file is empty. see attached.

smb-extra.conf

I havent tried to re-install the plugin again now that everything is working. but if nobody else has reported the issue then i dont know but i didnt do anything out of the ordinary  when upgrading the plugin and unraid. its pretty standard stuff that i have done lots of times before.

  • Author
9 minutes ago, Titan84 said:

I havent tried to re-install the plugin again now that everything is working. but if nobody else has reported the issue then i dont know but i didnt do anything out of the ordinary  when upgrading the plugin and unraid. its pretty standard stuff that i have done lots of times before.

I have an idea.  I'll have a new release for you to try.

 

Yeah cool. Do you have an idea of what the cause was?

  • Author
Just now, Titan84 said:

Yeah cool. Do you have an idea of what the cause was?

Try the update.  I think it was some manipulation of the smb.conf file I was doing that caused the problem.

sweet! ok ill give it a try in a bit and will let you know how i go.

Thanks for such a quick reply and update 🙂

@dlandon just installed the update and same deal. smbd keeps on dying and i lose all access to my shares

  • Author
9 minutes ago, Titan84 said:

@dlandon just installed the update and same deal. smbd keeps on dying and i lose all access to my shares

Post the output of this command:

cat /etc/samba/smb.conf

with UD installed.

root@Server:~# cat /etc/samba/smb.conf
[global]
        # configurable identification
        include = /etc/samba/smb-names.conf

        # log stuff only to syslog
        logging = syslog@0

        # we don't do printers
        show add printer wizard = No
        disable spoolss = Yes
        load printers = No
        printing = bsd
        printcap name = /dev/null

        # disable aio by default
        aio read size = 0
        aio write size = 0

        # misc.
        invalid users = root
        unix extensions = No
        wide links = Yes
        use sendfile = Yes

        # ease upgrades from Samba 3.6
        acl allow execute always = Yes
        # permit NTLMv1 authentication
        ntlm auth = Yes

        # default global fruit settings:
        #fruit:aapl = Yes
        #fruit:nfs_aces = Yes
        fruit:nfs_aces = No
        #fruit:copyfile = No
        #fruit:model = MacSamba

        # hook for user-defined samba config
        include = /boot/config/smb-extra.conf

[global]
        # hook for unassigned devices shares
        include = /etc/samba/smb-unassigned.conf

        # auto-configured shares
        include = /etc/samba/smb-shares.conf

ill leave UD installed for you untill you tell me otherwise :) im keen to figure out what is going on here too.

root@Server:~# testparm
Load smb config files from /etc/samba/smb.conf
lpcfg_do_global_parameter: WARNING: The "null passwords" option is deprecated
set_variable_helper(Yes[global]): value is not boolean!
Error loading services.
root@Server:~# 

 

  • Author
4 minutes ago, Titan84 said:

root@Server:~# testparm
Load smb config files from /etc/samba/smb.conf
lpcfg_do_global_parameter: WARNING: The "null passwords" option is deprecated
set_variable_helper(Yes[global]): value is not boolean!
Error loading services.
root@Server:~# 

 

I think your smb-extra.conf file is corrupted.  Tyoe this command:

echo "" > /boot/config/smb-extra.conf

at a command prompt.

 

then restart samba:

/etc/rc.d/rc.samba restart

 and see if testparm gives errors.

root@Server:~# echo "" > /boot/config/smb-extra.conf
root@Server:~# /etc/rc.d/rc.samba restart
Starting Samba:  /usr/sbin/smbd -D
                 /usr/sbin/nmbd -D
                 /usr/sbin/wsdd2 -d 
                 /usr/sbin/winbindd -D
root@Server:~# testparm
Load smb config files from /etc/samba/smb.conf
lpcfg_do_global_parameter: WARNING: The "null passwords" option is deprecated
set_variable_helper(Yes[global]): value is not boolean!
Error loading services.
root@Server:~# 

i still get those errors :( 

yeah of course. let me install teamviewer quick

  • Author
2 minutes ago, Titan84 said:

yeah of course. let me install teamviewer quick

PM me the code.

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.