Need to restart samba to access a shared folder

So, that is what happens to me just now, i have to restart samba once the system boots up so i can access any share.
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
# For a step to step guide on installing, configuring and using samba,
# read the Samba-HOWTO-Collection. This may be obtained from:
# http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
# Many working examples of smb.conf files can be found in the
# Samba-Guide which is generated daily and can be downloaded from:
# http://www.samba.org/samba/docs/Samba-Guide.pdf
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors.
#======================= Global Settings =====================================
[global]
# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
workgroup = WORKGROUP
# server string is the equivalent of the NT Description field
server string = Samba Server
# Security mode. Defines in which mode Samba will operate. Possible
# values are share, user, server, domain and ads. Most people will want
# user level security. See the Samba-HOWTO-Collection for details.
security = share
map to guest = Bad User
# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
;hosts allow = 192.168.5. 127.
# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
load printers = yes
# you may wish to override the location of the printcap file
; printcap name = /etc/printcap
# on SystemV system setting printcap name to lpstat should allow
# you to automatically obtain a printer list from the SystemV spool
# system
; printcap name = lpstat
# It should not be necessary to specify the print system type unless
# it is non-standard. Currently supported print systems include:
# bsd, cups, sysv, plp, lprng, aix, hpux, qnx
; printing = cups
# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
guest account = nobody
# this tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/%m.log
# Put a capping on the size of the log files (in Kb).
max log size = 50
# Use password server option only with security = server
# The argument list may include:
# password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
# or to auto-locate the domain controller/s
# password server = *
; password server = <NT-Server-Name>
# Use the realm option only with security = ads
# Specifies the Active Directory realm the host is part of
; realm = MY_REALM
# Backend to store user information in. New installations should
# use either tdbsam or ldapsam. smbpasswd is available for backwards
# compatibility. tdbsam requires no further configuration.
; passdb backend = tdbsam
# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting.
# Note: Consider carefully the location in the configuration file of
# this line. The included file is read at that point.
; include = /usr/local/samba/lib/smb.conf.%m
# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
; interfaces = 192.168.12.2/24 192.168.13.2/24
# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
; local master = no
# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
; os level = 33
# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
; domain master = yes
# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
; preferred master = yes
# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
; domain logons = yes
# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
; logon script = %m.bat
# run a specific logon batch file per username
; logon script = %U.bat
# Where to store roving profiles (only for Win95 and WinNT)
# %L substitutes for this servers netbios name, %U is username
# You must uncomment the [Profiles] share below
; logon path = \\%L\Profiles\%U
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
; wins support = yes
# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
; wins server = w.x.y.z
# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one WINS Server on the network. The default is NO.
; wins proxy = yes
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The default is NO.
dns proxy = no
# These scripts are used on a domain controller or stand-alone
# machine to add or delete corresponding unix accounts
; add user script = /usr/sbin/useradd %u
; add group script = /usr/sbin/groupadd %g
; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
; delete user script = /usr/sbin/userdel %u
; delete user from group script = /usr/sbin/deluser %u %g
; delete group script = /usr/sbin/groupdel %g
#============================ Share Definitions ==============================
;[homes]
; comment = Home Directories
; browseable = no
; writable = yes
# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
; comment = Network Logon Service
; path = /usr/local/samba/lib/netlogon
; guest ok = yes
; writable = no
; share modes = no
# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
; path = /usr/local/samba/profiles
; browseable = no
; guest ok = yes
# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
;[printers]
; comment = All Printers
; path = /var/spool/samba
; browseable = no
;# Set public = yes to allow user 'guest account' to print
; guest ok = no
; writable = no
; printable = yes
# This one is useful for people to share files
;[tmp]
; comment = Temporary file space
; path = /tmp
; read only = no
; public = yes
# A publicly accessible directory, but read only, except for people in
# the "staff" group
;[public]
; comment = Public Stuff
; path = /home/samba
; public = yes
; writable = no
; printable = no
; write list = @staff
# Other examples.
# A private printer, usable only by fred. Spool data will be placed in fred's
# home directory. Note that fred must have write access to the spool directory,
# wherever it is.
;[fredsprn]
; comment = Fred's Printer
; valid users = fred
; path = /homes/fred
; printer = freds_printer
; public = no
; writable = no
; printable = yes
# A private directory, usable only by fred. Note that fred requires write
# access to the directory.
;[fredsdir]
; comment = Fred's Service
; path = /usr/somewhere/private
; valid users = fred
; public = no
; writable = yes
; printable = no
# a service which has a different directory for each machine that connects
# this allows you to tailor configurations to incoming machines. You could
# also use the %U option to tailor it by user name.
# The %m gets replaced with the machine name that is connecting.
;[pchome]
; comment = PC Directories
; path = /usr/pc/%m
; public = no
; writable = yes
# A publicly accessible directory, read/write to all users. Note that all files
# created in the directory by users will be owned by the default user, so
# any user with access can delete any other user's files. Obviously this
# directory must be writable by the default user. Another user could of course
# be specified, in which case all files would be owned by that user instead.
[Shared]
path = /home/Shared
available = yes
browsable = yes
public = yes
writable = yes
[Multimedia]
path = /home/Multimedia
available = yes
browsable = yes
public = yes
writable = yes
# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In this
# setup, the directory should be writable by both users and should have the
# sticky bit set on it to prevent abuse. Obviously this could be extended to
# as many users as required.
;[myshare]
; comment = Mary's and Fred's stuff
; path = /usr/somewhere/shared
; valid users = mary fred
; public = no
; writable = yes
; printable = no
; create mask = 0765
I use networkmanager, and samba is the last daemon to start....

Hi I have exactly the same problem. I'm pretty sure that somehow is related with the hardware of the computer, as only one of my computers seems to be affected by this problem. I'm I a networkmanager user. I have solved the issue by taking away samba from the daemons array in /etc/rc.conf (in fact I putted a ! in front what is the same). An the following the suggestion up. I have made a script "/etc/NetworkManager/dispatcher.d/30_samba":
#!/bin/sh
INTERFACE=$1 # The interface which is brought up or down
STATUS=$2 # The new state of the interface
case "$STATUS" in
'up') # $INTERFACE is up
exec /etc/rc.d/samba start
'down') # $INTERFACE is down
# Check for active interface and down if no one active
if [ ! `nm-tool|grep State|cut -f2 -d' '` = "connected" ]; then
exec /etc/rc.d/samba stop
fi
esac
as indicated in wiki networkmanager and pointed above.  Finally, I set the permission for "30_samba" scrip to 755 and the ownership to root:root. Now it works.
Note: If I leave the samba daemon in the array or background it I get a weird problem as only the nmbd but not smbd in up after reboot.
I hope it helps to others. Still I found very weird this behaviour. It has been going on for a long while with this computer although I was lazy to dig in the reasons until now. I will really appreciate if someone more skilful could have a look to the problem.
Last edited by hseara (2011-10-30 10:55:13)

Similar Messages

  • Need help! how to open a shared folder thru web browser

    Hi to all LV'ers,
    as the subject implies, i am trying to find a way to view the shared folder w/in the company network thru web browser. is this possible? is there a much easy way?? i never been used FTP vi's before or any other vi's to deal with this situation but i successfully used web publishing tool to make an access of LV front panel remotely using "web publishing tool". btw, im using LV 8.5.1.
    my purpose for this is to let our boss to have a quick access of the data from excel files (w/ "s" because many excel file report is generated everyday for data updates) resided in remote computer (this computer runs the LV program and we can view its front panel remotely thru web publishing tool but i also need to view the folder of this computer that contains files). that is why im finding a way to have an access not only a specific excel file but a specific folder. ofcourse, we can access the shared folder thru "my network places>>entire network>>microsoft windows network" if the folder is shared but our boss is far more convenient if we LV programmers can create a button to automatically lead them to the folder containing files they needed.
    I hope anyone already done dealing with this can shared their solutions.
    deeply appreciate your help!!
    regards,
    ivel
    Ivel R. | CLAD
    Solved!
    Go to Solution.

    i think what i told in my 1st msg makes things more complicated than what i really need, sorry for that.. but for sure, i need this to be done in LV because the data from excel files was generated by LV program and this LV program is displayed in our web (thru web publishing tool), see picture below.
    what i want to do is to add a button here in front panel that when pushed, will show the folder consisting of several excel files. with this, i can choose what particular excel file to be opened. sorry guys i make you confused in my situation. here i attached i simple VI to let me open the excel file but unfortunately when i select the desired excel file, the dialog says "path not found". when i browse and open the excel file manually using "entire network>>microsoft windows network>>remote computer name>> shared folder>>excelfile", i can successfully opened it.
    i dont know why i cannot make a valid path using my attached vi. maybe there's something wrong with my program,please let me know. the attached vi is LV 8.5.1. i will used this vi as a subvi later in the front panel shown above.
    thanks in advanced for help..!
    Ivel R. | CLAD
    Attachments:
    Untitled 2.vi ‏44 KB

  • "There are currently no logon servers available to service the logon request." when trying to access a shared folder in domain environment.

    Hi,
    I already have a windows server 2003 working as a Primary Domain Controller (PDC) and now I created another windows server 2012 to work as an Additional Domain Controller (ADC).
    - PDC is doing (Active directory domain services + DNS + DHCP)
    - ADC is doing (Active directory domain services + DNS)
    For testing purposes, I shutdown the PDC and let the ADC up and running. Now, Whenever I try to access a shared folder on any server in the domain, I got this message "\\x.x.x.x is not accessible. You might not have permission to use this network resource.
    Contact the administrator of this server to find out if you have access permissions.
    There are currently no logon servers available to service the logon request."
    Actually, the replication of AD objects and DNS records between the PDC and ADC is done successfully.  I also can resolve names using the ADC's DNS. Also, I can ping servers hosting the files I want to access. 
    Appreciate your help.

    The PDCe is required for a lot of services, to include DFS.
    Turn the PDC back on and try again.  If it's still not working, ensure the file server has the correct DNS entries on the NIC.
    I think I see what you were trying to test.  The issue is that not all DCs are equal.  Yes, they hold the same information, but some DCs do extra work.  That is why FSMOs exist.
    Let me know how it goes.
    - Chris Ream -
    **Remember, if you find a post that is helpful, or is the answer, please mark it appropriately.**

  • Restrict workgroup computers in accessing my shared folder

    How to restrict workgroup computers in accessing my shared folder.
    And only allow a specific system in the workgroup to have full control access to that shared folder.
    Operating System :Windows Server 2003

    Hi Tiju,
    You cannot restrict access to a folder using computer accounts. The access to the share folder can only giving to everyone or local accounts if the network environment is
    Workgroup.
    Because the computer account never tries to access the shared folders. The access attempt is made by the user account; and if the user account isn't in the ACL of the file, he won't get access.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/57739cb5-ec63-403d-b2c5-3949d440a845/restrict-access-to-network-folder-in-workgroup?forum=w7itpronetworking
    Regards,
    Rafic
    If you found this post helpful, please give it a "Helpful" vote.
    If it answered your question, remember to mark it as an "Answer".
    This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

  • Problem accessing smb shared folder

    Hi,
    I have Linux Ubuntu server in which i have shared folder. Now the problem is from my home (internet) I have connected to vpn connection and trying to access shared folder but it gives an error saying
    "Connection Failed - The Server "my hostname" may not exist or it is unavailable at this time. Check the server name of ip address, check your network connection and then try again.
    But when access same shared folder from any cyber centre (internet cafe) it works fine.
    Please help
    Thanks,
    Gulab Pasha

    I'm not sure how that's better than Get Info and clicking the Locked checkbox.
    In any case, there are a bunch of these. We use a source control system that is not available for the Mac. All the source code that we have to work on is going to be locked.
    What I'd really like to know is whether this is a bug in SL, or is there some setting that I can make that would make SL work like Leopard.

  • Cannot access a shared folder Error code: 0x80070035

    Hello Experts,
    I have been working on this issue for like three days without a solution. I am truly desperate.
    My company just purchased a new Cloud Server that we will use as our development environment for a software project. In order for all the developers (which are all over the US) to access the development environment, we need to have a few shared folders on
    that new server.
    As soon as we got the server I did the following:
    1) Installed Active Directory
    2) Created a directory and made it shared - yes IT IS shared.
    3) I created a few new users on the new active directory domain
    THE PROBLEM:
    I can't access the shared directory.
    Other developers have been successful in connecting to the shared folder (so the share is working) - all except me.
    when I open explorer and type \\IPADDRESS\SHAREDFOLDER instead I get this error (I am not even asked for credentials)
    Network Error
    Windows cannot access \\IPADDRESS\SHAREDFOLDER
    Error code: 0x80070035
    The network path was not found.
    Things I have already tried:
    a) Enable NetBIOS over TCP/IP - on all adapters - still did not help
    b) Disable IPv6 - I am not sure how to check if it truly disabled
    c) Turned off all firewalls - did not help
    d) Mapping a Drive using different credentials - I just get asked for credentials over and over
    e) Ping - yes I can see the server
    f) My credentials are correct because I can Remote Desktop with the credentials with no problem ( I am administrator)
    My Machine:
    Brand New Asus G Series
    Windows 7 Home Edition
    Any ideas?
    Sorcerdon

    In my case it was that the OU that my system was in did not have firewall rules for network file and printer sharing enabled. I enabled all of the rules for Domain policy and that fixed it.
    I noticed a lot of comments about turning off the firewall not working. I can't be 100% sure, but in my experience with Server 2008 and Windows 7, if you want to configure a service that uses the network the base filter engine and the firewall HAVE to be
    turned on while you configure. You can turn the firewall off after configuration, but they have to be active during configuration.
    Good luck!

  • How can a Win2K/XP user access my Shared folder as Guest?

    Well, it's all in the question, guys. I don't want them to be able to log into my machine. All they need to do is send me some files or take some of mine from \Users\Shared. Surely it shouldn't be too difficult, right?
    We're in an office wired LAN and I'm the only Mac among many incarnations of Windoze. Right now they all have to log in as 'Administrator' (just the accoune name, not the kind of account, of course...) but it means that I have to fiddle with the permissions of the shared dir in that user account so I can access it from my regular account ('Alex') and I would prefer something more straight forward. Such as a Guest User log-in option.
    Many thanks.

    Try Sharepoints. I'm not certain about this, but I think the only way to get access to a Mac over the network is to have an account on the Mac. So, you could set up "guest" as an account and let them log in as that, but it wouldn't give them access to the Shared folder. Sharepoints will let you "share" it out.
    1.8 SP G5/iMac G4 FP/PB G3 Pismo   Mac OS X (10.4.4)   XLR8 G4 Upgrade for Pismo

  • Access Linux shared folder from Windows OS

    Hi,
    From the web based Java application I need to copy a XML file from Windows OS to Linux OS in a shared folder.
    For that we had used sambha and had mounted the shared directory in Linux OS and now we can access the folder by a user id guest with password guest.
    Now from JSP web application how do I pass by default the user id and password so that when linux shared folder is acccessed it does not prompt for user id and password.
    Thanks..

    Thanks...
    The folder is currently mounted. Currently what I need is how do I set my default user id and passowrd to the machine such that when the mounted drive is accessed it does not prompt me for the user id and password.
    Currently The server and folder name is specified in a property file, Can we configure the user id and password too by default such that when its accessed it does not prompt for user is and password..
    Thanks....

  • Access local shared folder through Sharepoint 2013

    Before we installed Sharepoint 2013 everyone within the company was sharing files and folders through a shared drive that is mapped to all the workstations. This shared folder on the server is very large, roughly 250gb in size. 
    I created a Sharepoint site called Document center using a Sharepoint template. Is there an easy way to either upload all those files and directories int sharepoint?
    Or even easier, create a link on the sharepoint site that can connect to this shared drive so users can access these files.

    You can use a data migration tool from a 3rd party, such as Metalogix, Metavis, AvePoint, or ShareGate to migrate file share content into SharePoint with the metadata (created by, last modified, etc.) intact. You can also use WebDAV (\\sharepointsite\) and
    copy them in, but the metadata will be lost.
    As far as integrating the file share into SharePoint, take a look at AvePoint's File Share Integration tool (http://www.avepoint.com/assets/pdf/doc6/DocAve_Connector_for_SharePoint_File_Share_Integration.pdf). This is the only one I'm aware of.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Cannot access a shared folder in TC with Windows XP

    I have a Windows XP machine that has a network share to the time capsule. Basically, when I click on it, the folder opens as expected and displays the same contents that I see on my mac. But when I click on a shared folder within the TC folder, there are no contents in the folder - but actually there are hundreds of files within that folder.
    I installed Bonjour on the XP machine, but it appears to be a printing application or something? plz help - it will save me headache.

    How did you put this shared folder onto the TC?
    If you copy a file/folder to the TC manually (drag&drop), any computer with access to the TC will be able to read it. I don't think an XP machine will be able to use a folder that was backed up to the TC using Time Machine.
    If you manually copied the file/folder, and still can't access it from the XP machine, make sure that you've set the "workgroup" in the TC setup to be the same as the workgroup on the XP PC. Default for XP is Mshome. Also make sure that sharing is set to "read/write".
    Have you tried connecting to the TC by clicking my computer/my network places/windows network/workgroup/time capsule, rather than using a network share?

  • [HELP!] Can't access shared folder from Azure Web Role on same Azure Virtual Network

    I have an Azure Virtual Network that has a virtual machine acting like an app server running some legacy applications that is writing some files to a folder that is shared.
    This shared folder is accessible from other virtual machines within that virtual network without issue.
    The problem I am having is that I have an Azure Web Role that is also attached to the above
    Azure Virtual Network that is unable to access the shared folder. I know the web role can see the app server as it is able to ping the IP of the machine.
    There is some code that needs access to the shared folder to process some of the files that is stored there, but the code won't run because it can not access these files. I used Remote Desktop to see if I could ping the machine, and I can, but I cannot navigate
    to the path in file explorer due to access being denied.
    Can anyone offer any advice or tips to point me in the right direction to gain access to this shared folder from my Azure Web Role?

    Hi Robert,
    Thanks for your posting!
    Form your descirpiton, I suggest you can refer to Tom Zhang's solution via this
    link:
    1. Enable Remote Desktop. (You have done this step)
        2. RDP to one instance of your service. Open up IIS Manager and set the application pool identity to use the account that we used for RDP.
        3. On on-premise local machine, right click "My Computer' and select "Manage". Add a new account with the same account name and password as we specified for Remote Desktop.
        4. Give the new account necessary permissions to write file to the shared folder. (I think you have done this step too)
        5. Try running the code again and see if it works.
        6. If it still says "access to path <folder path located on local machine> is denied". Please check the permission of the shared folder again.
        7. If it works, then the next step is to configure the application pool identity using Startup Task instead of using Remote Desktop (See the suggestion inhttp://social.technet.microsoft.com/Forums/en-US/windowsazuresecurity/thread/247ba75e-87d9-497c-9ec6-1fd4e2c7ff90).
    But I still recommend you enable Remote Desktop for your web role to check if the Startup Task has successfully configured the application pool identity or not.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Shared folder access in NW J2EE

    Hi,
    we are facing a problem while running a j2ee appl which requires access to a shared folder. we are unable to access the folder. But when we run from some other servcers like tomcat, we can access. This looks like an issue in the user rights.
    We start the NW services under logon id as .\SAPServiceJ2E account. Do we need to run this service as a domain account?. If so how to do this, or is there some other way.

    If the shared folder is on the same server as NW then using a local user is fine.  Make sure the SAPServiceJ2E user has proper permissions to access the shared folder. 
    If the shared folder is elsewhere on the domain, then you should run the NW services as a domain user, and make sure that domain user has permission for the shared folder.
    To run the service as a domain user, create the service user in the domain's Active Directory (e.g. SAPServiceJ2E).  Then make sure that domain user is added to all the groups that the local service user is in on the NW server.  Then run services.msc and choose the domain user for the "run as" user for the SAP services.  MAKE SURE THE DOMAIN USER'S PASSWORD IS THE SAME AS THE LOCAL SERVICE USER'S PASSWORD.

  • How do I change permissions to access a shared file?

    My computer has 2 accounts, mine and my wife. She has a folder with photos. When logged in as my wife, I duplicated that folder and moved the copy to the User>Shared folder. When I log in as myself and access the Shared folder I see the copied folder with the photos but I can't open the photos. Get Info shows that I don't have any permissions. How do I change that? Thanks for any help.
    Owen

    Sometimes, if you highlight an item and use Get Info (or keyboard
    command to generate same item) you can see what user permissions
    on a file are; and as the author or superuser of a computer, you may
    be able to unlock them or give them a different level of general access.
    Since I don't save my images to a specific user account (though my
    own computers have two accounts each) these do not have the same
    permission issues when used between the accounts; and they are
    saved to a file on the hard disk drive accessible to both users directly.
    {This is what the Shared folder is supposed to do; but I don't use iPhoto
    and so this never comes up as a problem in sharing images or exporting.}
    If a user or Admin creates a folder for images, and saves them to the
    hard disk drive location, the other user can see and use them; but
    when there are different user permissions involved, the files have to
    be changed so other users can open them. There should be a way
    to make the change on more than one item at a time.
    Here is a link to another Apple Discussions thread with some information
    which may be of use to you to more streamline the shared folder issue:
    Read/Write Permissions for all users...
    http://discussions.apple.com/thread.jspa?messageID=7944908
    Hopefully this helps; if not, consider each person contributing to folders
    in a generic folder on the hard disk drive you create yourself; so it will
    not be in a Users folder in the first place. You can connect to these by
    putting an alias folder on each of the user's desktops or in their Dock.
    {You could also work around the issue by making more work for yourself,
    in that you can Archive images (save as .zip) images in a folder and
    under one user, those tend to not be user-protected from sharing.}
    Another look at how to: "Share an iPhoto Library in Tiger using ACL's"
    http://ad.hominem.org/log/2005/07/acl.php
    Good luck & happy computing!
    edited.

  • When accessing shared folder - 'You might not have permission to use this network resource" .. A device attached to the system is not functioning

    On a Windows 2008 R2 server that had been working fine, all of a sudden some shared folders became inaccessible.  Clicking on them returned the following: "<Folder> is not accessible.  You might not have permission to use this network
    resource.  A device attached to the system is not functioning."
    If I create another share with a different name for that same folder, it works fine.  If I delete the original share then recreate it with the same name, I get the same error.  However, if I right click on the problematic share and select 'map
    network drive' that works.  So this would not appear to be a permission issue.
    I discovered this problem because the path for mapping the home folder as a property of their AD account stopped working.
    I have tried most of the common things found on the internet.  I've tried accessing via IP, same issue.  While I only have a couple 2003 servers, those can access this resource.
    At this point, I'm pretty much out of ideas.  Any help would be appreciated.  I also have some reports of potential issues with some printer mappings too which I will have to investigate in the morning.
    If anyone has a solution to this I would be extremely grateful.  Thank you.

    Hi,
    Can you access the shard folder locally? Is a specific server cannot access the shared folder? Please try to Boot your server in Clean Mode to check if some third-party software cause the issue.
    How to perform a clean boot in Windows
    http://support.microsoft.com/kb/929135
    Best Regards,
    Mandy
    If you have any feedback on our support, please click
    here .
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Getting Error ID 4625 when one service tries to access a shared path on another machine

    Hi guys .. I have a scenario where there are two machines involved, both of which are using
    Windows Server 2008 Standard. One is called the IS Server (has IP 10.1.1.89 and machine name bxtwmistv1) and the other is called the
    MWS Server (has IP 10.1.1.88 and machine name bxtwmmwstv1). They are both part of the
    infosix.root domain. Their users are also part of this domain. On the IS server, there is a drive, R:\, which is shared on the network through the UNC path
    \\bxtwmistv1\R. On MWS server, there is a service called
    MWS Service, which is supposed to access that shared folder \\bxtwmistv1\R. The MWS service is running using a domain username to start itself:
    [email protected] On the IS server, I have given Full Control rights for the domain user [email protected], for the shared drive.
    However despite doing all the above, MWS service is unable to access the shared folder, and when it tries to access it, I get the following error on IS Server's Event Viewer:
    An account failed to log on.
    Subject:
    Security ID:
    NULL SID
    Account Name:
    Account Domain:
    Logon ID:
    0x0
    Logon Type: 3
    Account For Which Logon Failed:
    Security ID:
    NULL SID
    Account Name:
    svcWebDev
    Account Domain:
    bxt1
    Failure Information:
    Failure Reason:
    Unknown user name or bad password.
    Status:
    0xc000006d
    Sub Status:
    0xc000006a
    Process Information:
    Caller Process ID:
    0x0
    Caller Process Name:
    Network Information:
    Workstation Name:
    BXTWMMWSTV1
    Source Network Address:
    10.1.1.88
    Source Port:
    55768
    Detailed Authentication Information:
    Logon Process:
    NtLmSsp 
    Authentication Package:
    NTLM
    Transited Services:
    Package Name (NTLM only):
    Key Length:
    0
    I've tried my best to try and figure out what's wrong here, but I can't. Can someone tell me what might be the problem ?
    Also, I tried logging into the MWS Server using the [email protected] domain user account (which the MWS service is using to start itself), and I was able to access the shared folder, and write to it as well.

    According to the post of the error, the wrong domain name is specified for the service:
    Account For Which Logon Failed:
    Security ID:
     NULL SID
    Account Name:
     svcWebDev
    Account Domain:bxt1
    But you said the accounts were: "They
    are both part of the infosix.root domain"
    Mark B. Cooper, President and Founder of PKI Solutions Inc., former Microsoft Senior Engineer and subject matter expert for Microsoft Active Directory Certificate Services (ADCS). Known as “The PKI Guy” at Microsoft for 10 years.

Maybe you are looking for

  • Regarding : Creation of child nodes in a outlinefield

    Hi, I am facing a few problems in creating a child node. I read elements from an array to populate the outline field. The array has exact definitions as to what should be a parent and child respectively. While I am able to create nodes at the parent

  • Hw to pass parameter from report to forms

    Dear Friends, I m working on Forms n Reports 6i, I m running report n passing parameter from the forms now the requirement is that if report run successfully it shuld give the msg otherwise give an user define error msg. Hw do i pass any parameter fr

  • Upgrade to 12.0.6 issue

    Hi We had Oracle applications R12 on unix, multinode install we upgraded from 12.0.4 to 12.0.6 We have had an issue that buttons and fonts in HTML appear so weird since ever. few buttons are stretched from left to tight. very strange did anybody face

  • Cp4 - create a random passcode within the swf

    Hello all I have a situation where I need to collect completion info on a particular project - but without an LMS, without email, without acrobat.com, without a server.In short, there'll be no connection between the content and any kind of tracking s

  • Sales Order invoice number

    Hello Friends, When We create a sales order in VA01, for the corresponding order where can we get the invoice number. Thanks in Advance, Shejal Shetty.