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.

[SOLVED] Rename "flash" share under unRAID 5?

Featured Replies

It is possible/practical/not too terrible of an idea to rename the "flash" share as "boot" under unRAID 5?

 

I ask only because when I bounce back and forth between administrative and development tasks via SSH and SMB, I'm forever getting "\flash\" vs. "/boot/" wrong on one side of the fence or the other.

 

I know better, but apparently my fingers don't ;)

 

Thanks for any thoughts on this.

 

B

Train your fingers better  :)

 

... As far as I know you can't change the flash share name.

 

You can change it, but every time you stop and start the array it will be put back.

 

I've never done it, however, you can try and make a secondary pointer to it by copying the FLASH block in /etc/samba/smb-shares.conf to a BOOT block in /boot/config/smb-extra.conf

 

 

root@unRAID:/etc/samba# more smb.conf 
...
        # configurable identification
        include = /etc/samba/smb-names.conf

        # log stuff only to syslog
        log level = 0
        syslog = 0
        syslog only = Yes

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

        # misc.
        max protocol = SMB2
        invalid users = root
        unix extensions = No
        wide links = Yes
        use sendfile = Yes
        aio read size = 0
        aio write size = 0

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

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

 

here's the top of the /etc/samba/smb-shares.conf I cannot use the square brackets named FLASH here due to the forum specifics, but take a look at the file and perhaps put a chunk in the include file. 
        path = /boot
        comment = Flash share
        browseable = yes
        # Public
        public = yes
        writeable = yes
        map archive = no
        map system = no
        map hidden = no
        map readonly = yes
        create mask = 0777
        directory mask = 0777

 

 

 

 

  • Author

Thanks, gentlemen!  I agree that better finger (or brain?) training is probably the best answer...but now I'm very curious about whether the smb-extra.conf approach will do the trick.

 

I'll try it and report back...

  • Author

Figured I'd have to reboot the box or restart a service or some such thing, but not needed...WeeboTech's suggestion worked perfectly (under admittedly limited testing) and immediately.  Slick!  Thank you.

 

Edit: For future visitors, I'll point out that nothing has been renamed--instead a SMB "boot" alias has been created that also points to the boot drive.

Archived

This topic is now archived and is closed to further replies.

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.