Jump to content

Can't access flash share


Recommended Posts

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

Link to comment

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...