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.

Can't access flash share

Featured Replies

I'm having a similar issue to this older post...

 

I can access all the shares except for the flash. When I try to access it through Windows explorer, I get the following error:

 

captureqf.png

 

Basically, I can see it listed, but when I try to open it, it can't find the path.

 

This was an upgrade from 4.7 to 5.0-rc10. I removed all the extra stuff, so it's basically a clean install, but with my existing disk/share configuration. I did run the new permissions util. I'll be running it again while I wait for a response on this issue.

 

ls -l /boot

total 35608

drwxrwxrwx  3 root root    16384 1969-12-31 19:00 ./

drwxr-xr-x 16 root root        0 2013-01-10 18:31 ../

-rwxrwxrwx  1 root root      256 2009-04-18 12:55 Pro.key*

-rwxrwxrwx  1 root root  2231664 2013-01-11 12:46 bzimage*

-rwxrwxrwx  1 root root 33793728 2013-01-11 12:54 bzroot*

drwxrwxrwx  3 root root    8192 2013-02-02 03:39 config/

-rwxrwxrwx  1 root root    32768 2013-02-01 22:09 ldlinux.sys*

-rwxrwxrwx  1 root root    5162 2013-01-11 12:54 license.txt*

-rwxrwxrwx  1 root root      781 2013-01-11 12:54 make_bootable.bat*

-rwxrwxrwx  1 root root  164504 2013-01-11 12:54 memtest*

-rwxrwxrwx  1 root root    60928 2013-01-11 12:54 menu.c32*

-rwxrwxrwx  1 root root    19398 2013-01-11 12:54 readme.txt*

-rwxrwxrwx  1 root root      183 2013-01-11 12:54 syslinux.cfg*

-rwxrwxrwx  1 root root    72192 2013-01-11 12:54 syslinux.exe*

 

mount

proc on /proc type proc (rw)

sysfs on /sys type sysfs (rw)

/dev/sda1 on /boot type vfat (rw,noatime,nodiratime,umask=0,shortname=mixed)

/dev/md1 on /mnt/disk1 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md2 on /mnt/disk2 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md3 on /mnt/disk3 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md4 on /mnt/disk4 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md5 on /mnt/disk5 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md6 on /mnt/disk6 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md7 on /mnt/disk7 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md8 on /mnt/disk8 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md9 on /mnt/disk9 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md10 on /mnt/disk10 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md11 on /mnt/disk11 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md12 on /mnt/disk12 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md13 on /mnt/disk13 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

/dev/md14 on /mnt/disk14 type reiserfs (rw,noatime,nodiratime,user_xattr,acl)

shfs on /mnt/user type fuse.shfs (rw,nosuid,nodev,noatime,allow_other)

 

testparm -s

Load smb config files from /etc/samba/smb.conf

rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)

WARNING: The "null passwords" option is deprecated

Can't find include file /boot/config/smb-extra.conf

Processing section ""

Processing section "[disk1]"

Processing section "[disk2]"

Processing section "[disk3]"

Processing section "[disk4]"

Processing section "[disk5]"

Processing section "[disk6]"

Processing section "[disk7]"

Processing section "[disk8]"

Processing section "[disk9]"

Processing section "[disk10]"

Processing section "[disk11]"

Processing section "[disk12]"

Processing section "[disk13]"

Processing section "[disk14]"

Processing section "[backup]"

Processing section "[Downloads]"

Processing section "[Games]"

Processing section "[Media]"

Processing section "[Movies]"

Processing section "[software]"

Processing section "[TV Shows]"

Processing section "[Videos]"

Loaded services file OK.

Server role: ROLE_STANDALONE

[global]

        server string = Media server

        map to guest = Bad User

        null passwords = Yes

        passdb backend = smbpasswd

        syslog = 0

        syslog only = Yes

        max protocol = SMB2

        unix extensions = No

        load printers = No

        printcap name = /dev/null

        disable spoolss = Yes

        show add printer wizard = No

        local master = No

        idmap config * : backend = tdb

        invalid users = root

        create mask = 0777

        directory mask = 0777

        use sendfile = Yes

        map archive = No

        wide links = Yes

 

 

        comment = Flash share

        path = /boot

        read only = No

        guest ok = Yes

 

[disk1]

        comment = Disk share

        path = /mnt/disk1

        read only = No

        guest ok = Yes

 

[disk2]

        comment = Disk share

        path = /mnt/disk2

        read only = No

        guest ok = Yes

 

[disk3]

        comment = Disk share

        path = /mnt/disk3

        read only = No

        guest ok = Yes

 

[disk4]

        comment = Disk share

        path = /mnt/disk4

        read only = No

        guest ok = Yes

 

[disk5]

        comment = Disk share

        path = /mnt/disk5

        read only = No

        guest ok = Yes

 

[disk6]

        comment = Disk share

        path = /mnt/disk6

        read only = No

        guest ok = Yes

 

[disk7]

        comment = Disk share

        path = /mnt/disk7

        read only = No

        guest ok = Yes

 

[disk8]

        comment = Disk share

        path = /mnt/disk8

        read only = No

        guest ok = Yes

 

[disk9]

        comment = Disk share

        path = /mnt/disk9

        read only = No

        guest ok = Yes

 

[disk10]

        comment = Disk share

        path = /mnt/disk10

        read only = No

        guest ok = Yes

 

[disk11]

        comment = Disk share

        path = /mnt/disk11

        read only = No

        guest ok = Yes

 

[disk12]

        comment = Disk share

        path = /mnt/disk12

        read only = No

        guest ok = Yes

 

[disk13]

        comment = Disk share

        path = /mnt/disk13

        read only = No

        guest ok = Yes

 

[disk14]

        comment = Disk share

        path = /mnt/disk14

        read only = No

        guest ok = Yes

 

[backup]

        path = /mnt/user/Backup

        read only = No

        guest ok = Yes

 

[Downloads]

        path = /mnt/user/Downloads

        read only = No

        guest ok = Yes

 

[Games]

        path = /mnt/user/Games

        read only = No

        guest ok = Yes

 

[Media]

        path = /mnt/user/Media

        read only = No

        guest ok = Yes

 

[Movies]

        path = /mnt/user/Movies

        read only = No

        guest ok = Yes

 

[software]

        path = /mnt/user/Software

        read only = No

        guest ok = Yes

 

[TV Shows]

        path = /mnt/user/TV Shows

        read only = No

        guest ok = Yes

 

[Videos]

        path = /mnt/user/Videos

        read only = No

        guest ok = Yes

 

 

Thank you,

Adrian

syslog.txt

reboot your window's PC.

  • Author
reboot your window's PC.

 

wow, that actually worked....I hadn't bothered to restart because I was having the same issue from the other 2  computers that I tried from. Do you know what causes this issue? How can Windows access all the other shares, but not this one?

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.