Windows Users losing mapped share

OS X 10.4.8 Dual G5 Xserve connected to Xserve RAID
We have a problem with our Windows Clients losing a SMB share after a period of time. Basically the mapped drive just disappears. Hoping someone might have some ideas. I don't notice anything odd in the logs.
-dustin

We've got the same problem (in a mixed Mac/Windows environment) -- the Xserve disappears from the local Windows Workgroup on a seemingly random basis.
One workaround we're currently trying is to not rely on the Xserve's spotty presence in the Workgroup at all, and instead on each Windows client manually set up a Network Place with the server's IP address and SMB-enabled folder (which will always mount regardless of the Workgroup invisibility problem), then map the volume to a drive again. Then the drive will always appear, even if the server is invisible in the Workgroup.

Similar Messages

  • Mac user locks files for Windows users on NFS shares

    Hi Everyone,
    We run a mostly Windows environment here at my school and have two AD servers which also do our file shares for AD users. Every user has a network drive mapped to L on Windows, and this is mounted on the dock of our Mac users (all Macs are bound to the AD for auth and the OD for management). We also have shared folders for different groups of people, such as admissions or art (where the issue is). Most of these divisions are only Windows, so file sharing isn't and issue - but this is not the case in our Art department.
    We have a shared folder (T on Windows) setup for users of the Art department with mostly Office docs in it. Windows users can write to the share just fine, just as the Mac users can. The issue comes up once a Mac user edits and saves the file (all to the share) - Windows users are now locked out of the file because the permissions are reset. What can we do to fix this issue? It's obnoxious having to go and reset the permissions after every edit from a Mac user.
    Thanks,
    -MRCUR

    We also have that same problem. We don't actually solved the issue but we what we do did is just unlock the files once and even they are edited or opened in windows or mac, it does not lock the file. We use windows pc and connect to the drives and just simply right clicking the file then properties a button will show in the properties window saying "unlock". After we did that, those files was never locked out again.

  • Windows Users can access shares but Macs Can't

    Running 10.8 on the server and here is the below problem I am having
    1. Windows users can access the file shares read/write (even though they create permissions wrong, another day to takle that since I already tried ACL)
    2. Macs running 10.8 and Mavericks
         Open the server in finder on a user machine. Can sometimes see the two share folders. Other times just get the spinning wheel.
         Now if you are so brave to click on the folder then finder will spin forever.
         It locks finder up so hard that you can't shut down the machine without holding the power button. Other programs will run just fine, it only affects finder.
    I tried connecting from the mac with smb:// to see if it is an AFP issue but it just sits on connecting forever.
    I looked through the logs and don't see anything. But my knowledge of logs is terrible.
    Any help would be great.
    Thanks
    Thom

    Running 10.8 on the server and here is the below problem I am having
    1. Windows users can access the file shares read/write (even though they create permissions wrong, another day to takle that since I already tried ACL)
    2. Macs running 10.8 and Mavericks
         Open the server in finder on a user machine. Can sometimes see the two share folders. Other times just get the spinning wheel.
         Now if you are so brave to click on the folder then finder will spin forever.
         It locks finder up so hard that you can't shut down the machine without holding the power button. Other programs will run just fine, it only affects finder.
    I tried connecting from the mac with smb:// to see if it is an AFP issue but it just sits on connecting forever.
    I looked through the logs and don't see anything. But my knowledge of logs is terrible.
    Any help would be great.
    Thanks
    Thom

  • Windows rename on SMB share ignores ACLs

    We're getting ready to put ACLs on our file server into production use, and I was checking to make sure that the file sharing experience for Windows users via SMB mounts would match what OS X users see via AFP mounts to the same shared folders and files.
    I've discovered that when Windows users rename files and folders via SMB mounts, the permissions are controlled by the POSIX privileges of the enclosing folder, and ACLs privileges appear to be completely ignored. I have a simple test case where I prepare a shared test folder that grants a particular user full access via an ACL, but no access via POSIX (this is deliberate). Via AFP on an OS X system, the user can do whatever they want on the share, as you'd expect. They have no problems renaming or deleting items; their ACL privileges are properly observed. However, when the same user logs onto a Windows system and access the share via SMB, if they create a folder or file, they won't be able to rename it. The only way to get around that appears to be to grant them POSIX read/write privileges on the enclosing folder (not on the item itself). For this one operation, it would appear that POSIX privileges are observed, but ACLs are being ignored. [This has been submitted to Apple as a Bug Report (Problem ID 6143881).]
    We're running OS X Server 10.5.2, but plan to upgrade to OS X Server 10.5.4 once our ACLs are running in a production setting. I wonder if other folks see the same problem with renaming files or folders in Windows with SMB shares in OS X Server 10.5.4.
    On my server, on an AFP+SMB share, I create a test folder with the following privileges:
    ls -led path/to/testfolder # Show POSIX settings & ACLs for test folder
    drwx------+ 2 root wheel 68 Aug 12 11:25 testfolder
    0: user:myuser allow list,addfile,search,delete,add_subdirectory,delete_child,readattr,writeattr,readextattr, writeextattr,readsecurity,writesecurity,chown,file_inherit,directoryinherit
    These privileges can be set via the following commands. Within an AFP+SMB share, create a test folder as follows:
    sudo mkdir -p /path/to/testfolder
    cd /path/to/testfolder
    sudo chmod -R -N . # Remove any inherited ACLs from testfolder
    sudo chmod u=rw+X,go= . # Set POSIX privileges to octal 700
    sudo chown root:wheel . # Set POSIX owner & group
    sudo chmod +a "user:myuser allow list,addfile,search,delete,add_subdirectory,delete_child,readattr,writeattr,readextattr, writeextattr,readsecurity,writesecurity,chown,file_inherit,directoryinherit"
    From Windows, navigate to the testfolder on the SMB share. You can do this as a Network Place, Mapped Network Drive, or by explicitly navigating to
    \\myserver\myshare\path\to\testfolder
    Create a new folder in Windows Explorer. It will come up by default named "New Folder". Try to rename it and you'll get a Windows error: "Error Renaming File or Folder. Cannot rename New Folder: Access is denied. Make sure the disk is not full or write-protected and that the file is not currently in use."
    Run the Note Pad accessory. Create a file in the testfolder named "Foo.txt". Try to rename it in Windows Explorer. Same problem.
    If you perform equivalent operations on an OS X System via AFP mount to the same test folder, you won't have any problems; the ACL privileges will be correctly granted.
    The only workaround I've been able to come up with to grant Windows users "rename" privileges on our SMB mounts is to do so by enabling read/write POSIX privileges on the enclosing folder ("testfolder"). You can either:
    1) Make the user the POSIX owner of the enclosing folder, and grant the owner read/write access, or
    2) Set the POSIX group to a group the user is a member in, grant that group read/write access, or
    3) Enable POSIX world read/write access (careful!).
    Without POSIX read/write privileges to the enclosing folder, it would appear that Windows users on SMB shares can't rename files or folders. Interestingly, they can upload folder hierarchies with arbitrarily named files and folders and won't run into problems; it's specifically when items are renamed when they already exist that you may run into problems.

    Just an FYI: I received a response to my bug report. Apple reports that this problem has probably already been addressed in OS X Server 10.5.3, so it's likely this issue will disappear when I update my server from 10.5.2 to 10.5.4.
    If you look at http://support.apple.com/kb/HT1142, there's this item:
    File Services
    The smb.conf file is updated to include the line "acl check permissions = no" in order to provide expected permissions behavior for Windows clients connecting to the SMB service.

  • HT1203 iTunes: How to share music between different accounts on a single computer - I tried to use the instructions to configure 2 different windows users sharing the same iTunes library.  I could not get this to work per the instructions.

    I tried to configure 2 windows users accounts using a single library per the instructions in HT1203.  My iTunes library is on an external drive.  I cannot get this to work.  Any suggestions?

    To give other users read-only access to your iTunes library, use the Sharing features of iTunes. Sharing works over the local network as well as on the same computer. See the built-in help for details.
    If you want to give full read/write access to more than one user, see the support article linked below.
    iTunes: How to share music between different accounts on a single computer
    There is a way to share the library without moving it to a secondary volume. If you really need to do that, ask for instructions.

  • I am trying to allow guests on windows to connect to shares on my Lion server but it keeps asking for a password for guest. I have allow guest users to access this share enabled but it still does not work.

    I am trying to allow guests on windows to connect to shares on my Lion server but it keeps asking for a password for guest. I have allow guest users to access this share enabled but it still does not work.

    Ditto. Guest accounts shouldn't have a password. No way to enter one in System Prefs...

  • How can I share my a public calendar from iCal (through iCloud) with Outlook for Windows users?

    I have a public work calendar that I wish to share with colleagues in the office. No issues for those having a Mac or an iPhone, but how can I share the calendar with Outlook for Windows users?
    Thanks for the help!

    Hello ramirofromstrockholm,
    The steps detailed below explain how to go about publicly share a calendar (which doesn't require that one be an iCloud user to accept).
    Click the Share button to the right of the calendar you want to share, then select Public Calendar.
    Note:   You can also share the same calendar privately. For instructions, see the previous task, “Share a calendar privately.”
    To invite people to view the calendar, click Email Link.
    Type one or more email addresses in the To field, then click Send.
    The people you specify automatically receive an invitation email that includes the calendar’s URL. An invitee doesn’t need to be an iCloud user to accept an invitation to view a shared public calendar.
    In the sidebar, a shared calendar has a dark Share button.
    You can also resend invitations to one or more invited participants at any time.
    iCloud: Share a calendar with others
    http://support.apple.com/kb/PH2690
    Regards,
    Allen

  • Share Specific Volumes for Windows Users to Access!

    Dear Mac Gurus:
    What is the easiest way to use command/GUI to share specific volumes on OSX v.10.4 client machine, so as to let Windows Client to access?
    Windows user account has been create on OSX.
    Help, Please! Thanks!
    Max NYC
    G4, G5   Mac OS X (10.4.9)  

    With Sharepoints...
    http://www.hornware.com/sharepoints/
    GUI to give you precise control over NetInfo Shares, Permissions, Users, Groups, etc..

  • Problem mapping share drives

    Hi everyone:
    One of my user have problem with mapping share drives.  He was able to map the drives before; but one day it started failing.  When manually run a script to map it (on the client side), it have no problem and work fine.  I updated the
    NIC driver, tried to clean up all the mapped drives every time it logon (put a delete command in the logon script) and postpone the mapping for 30 second to wait for the windows fully function (put timeout command in the logon script). 
    All does not work.  Anyone have any idea or suggestion?  Thank you in advance.

    If the password protected sharing is OFF, please edit the ACL of these drive you want to share, then give everyone group read permission and test the results.
    Also, specify the exact error.
    Arnav Sharma | Facebook |
    Twitter Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members
    reading the thread.

  • Permissions for file sharing to Windows users

    Greetings, I would be very pleased if someone could help me with file sharing permissions for Windows users of a Mac mini file server running Snow Leopard 10.6.1 (not server).
    I have a folder in my root directory, lets call it Project, that holds a series of 10 sub folders, say 1 through 10. Some of my users I wish to have read/write access to the whole Project directory, and, having enabled file sharing in System Preferences (and SMB for Windows), I did cmd to get info on the Project folder, ticked sharing, added the users (whose user accounts I had replicated on the Mac from their Windows machines), gave them read/write access, and then was able to map a drive to Project in their machines. All good so far, notwithstanding an hour tussle with a Vista laptop . The other user 'groups' were set the following permissions: me - read/write; Admin - read/write; Everyone - no access; which seemed sensible.
    Then, when I wanted to only share say sub folders 4, 5 and 6 with other users, who will not have access to the whole Project directory, things were not as straight forward. I followed the same procedure as above, but for the particular sub folders. However, I think they are only able to see them if I provide read or read/write access for Everyone to the parent Project directory. This of course then lets them at least see all the other folders I do not want to share with them. I don't seem to be able to remove the Everyone group from the Project directory, which occurred to me might resolve this.
    Any thoughts? Thanks.

    "On the way down, it seems to me that you still can prevent that user from using folders that he or she is not supposed to use by setting appropriate permissions."
    I don't think this is the case. If I allow someone read & write access to a folder because they need to have read & write access to two of three subfolders, I cannot deny them (at least) read access to the third folder.
    In respect of a particular folder:
    1. You can only assign read; read & write; or write (drop box) to an individual user; and
    2. You can only assign No Access to everyone.
    Do I need to use Snow Leopard Server to be able to assign No Access to a particular folder for an individual user?

  • How to prevent a rdp user from mapping drives on the server ?

    Hi,
    User A from Domain A (using Win7 pro) is able to rdp to Server Z (Windows Server 2008) which is in Domain Z and is able to map drive.
    My question is : How do I prevent User A from mapping any drive in Server Z ?
    Please advise. TIA !

    Hi,
    if a user has access to the other share there is no way to prevent that user from mapping a drive.
    However, you can remove the "map Network drive" functionality via policy, please see
    http://msdn.microsoft.com/en-us/library/ms812045.aspx
    That does not prevent users from mapping  their drive manually using the "net use ..." command from a shell. While it is possible to restrict running of the net command, I do not recommend that (see
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/b5012142-cfe9-4b24-99b9-d7ff3b84f0f4/what-security-policy-blocks-use-of-the-net-command-for-nonadmin-users?forum=winserverGP).
    ( What you may consider when having Shares cross-forest, you can remove that authorized users permission from the share replacing it by DOMAIN\Domain users groups, etc. So access to the share is limited instead of using a share that a user has access to.
    Please Keep in mind that even when you remove the Network drives a user can still Access the resource via UNC. )
    Regards,
    Martin

  • Windows users - "Access Account" gets disabled by server every night?!?

    I have an OS X Server 10.4.7 on a new Mac Pro in our office. All of my windows users connect to a basic Windows fileshare using the server's IP, then I map the network drives, so they should auto connect. I connect the users, verify the connection, log out, log back in, the drives re-connect like normal. However, TWICE now, I verify that thye all work, then the next morning (or over the weekend), it's like the OS X Server disabled everyone's accounts, except mine (i'm an adminstrator account). Nobody can get to their shares, and all the "Access Account" checkboxes on all my users are unchecked.
    I have Open Directory set as an OD Master, with default policies.
    Under Windows I have it set as a PDC (I'll migrate my old domain accounts once I have the server working, unless this is my whole problem)
    I disabled the file share of "users", but I can't see why that would be my problem. It works until overnight, seemingly.
    Ideas?

    System.log has thousands of these:
    Sep 18 07:47:32 Genesis1 kernel [0]: (11997: ps) ftp: failed on 0:
    asl.log has a bunch of these:
    [Time 2006.09.18 17.29.48 UTC] [Facility daemon] [Sender DirectoryService] [PID 63] [Message Failed Authentication return is being delayed due to over five recent auth failures for username: anish.] [Level 1] [ UID -2] [GID -2] [Host Genesis1]
    The only thing I've set up on any machine is network drive connections, and I manually entered names and passwords. Not sure if XP is doing anything else on its own.
    - Bill

  • Export - to mapped share directory

    Hi,
    I am trying to export data to a mapped share directory.
    I have tried addressing it in its abbreviated form => V:\ and in its fuller form \\myserver\mysharedrive\ but neither way works for me, even though I have granted rights to the system user that processes run as.
    Whether I try this via Maxl or via the EAS interface the result is the same, Essbase prepends the default directory and errors that it cannot write to this address.
    I have seen hits that seem to say this is possible.
    My version is 11.1.2.2 - can anyone assist please?
    thanks,
    Robert.

    Assuming it is permissions-related, and you really can't do anything about it...
    Write a script to move the files from e.g. C:\Temp to the share as they are written.   Sort by time and move all but the last two (say) files, so there's no danger of trying to move files that are still being written.  Schedule this with Windows, to run every minute while the exports are running.
    As long as you have a few GB free on C:\ you won't run out of room.  Kludgy in the extreme, but presumably it's a one-off process.

  • ITunes setup on a NAS with multiple windows users - how?

    iTunes setup on a NAS with multiple windows users?
    I am very confused on what is the best way to handle this setup for my friends family.  Any help would be appreciated.  Sorry in advance as I know this is a long winded post - I have a feeling this will help others faced with the same issues or questions.
    CURRENT SETUP
    I have three new Windows 7 machines networked (two desktops and one laptop) that have four users on each - as busy family with children who need the computers for homework, projects, games, etc...  The goal of this setup is that any user can log onto any computer and have there documents available to them no matter computer was free to use.  I set this up using the library function in Windows 7 and seems to work pretty well.
    I have put a Buffalo Linkstation NAS on the system as well.  This was going to serve two purposes 1)  run some backup software to protect the computers and 2) consolidate the iTunes content in one place for all users.  There is also an iPad in the home that I should would be better served by accessing the content on the NAS without requiring any of the computers being on.  Dave is thinking about getting some other playback devices like Apple TV so thought a NAS would be a good way to go.
    CURRENT ITUNES SETUP - I have created a new iTunes library on the NAS by holding the SHIFT button down while starting iTunes and pointed to that folder on a Share on the NAS.  There was no music on the system at the time as we are planning to copy this over from an OLD machine that is now not being used.  I have also authorized all the computers and turned on the home sharing feature (although I am not sure what good that does).
    This “shift” button trick seesm to also point the default directory there without point to it in the advanced setup tab of iTunes.
    I then synced one of the iPods with purchased content on it and synced that to the library after asking me to do so before an update.  All the content showed up in the library and was playable - awesome.
    I then logged into each user on each machine (yikes) and installed iTunes  and used the “shift” trick to connect each users iTunes to the database on the NAS.  Everything seems to work - but I have not tested it thoroughly.
    SUMMARY
    3 new Windwos 7 networked machines
    4 identical users on each machine
    1 TB Buffalo linkstation
    iTunes setup with the folder on a SHARE
    all user’s itunes connected to the iTunes folder on the NAS
    all computers authorized with home sharing turned on.
    one iTunes user account signed in on each machine
    multiple iPods and one iPad in the system
    QUESTIONS/CONCERNS
    Is there a better way to do this on a NAS?
    Would home sharing be better in some way?
    I understand the NAS should show up under the shared section in iTunes - I assume that would mean that would mean each user has an iTunes library on their documents?
    I have read that there may be corruption issues if users on the different machines try to access iTunes at the same time.
    Will there be any issues syncing that various iPods with?
    Ugh - sorry for the long post and all the questions.  I am just trying to find the best way to do this.  I wish Apple would put out a best practices document for setups like this.  Thanks in advance.

    This is a user to user support forum. Your fellow users can offer solutions or workarounds based on their experience with the application. If you think it should work differently drop a line to iTunes Feedback.
    For reasons unknown Apple haven't chosen to allow iTunes to be suspended in one profile and active in another. My recollection is that this applies even if each profile has a different library, although it is some time since I've committed a personal test.
    I'm not sure why my suggestion make less sense that your current approach?. As I understand it currently everybody is either signed into their own account when they can do something other than work with iTunes, or they sign into the special iTunes account where they can't access any of their other stuff. You don't have to disable fast user switching. Follow exactly the same steps, but make sure everyone closes iTunes before turning the computer over to another user. Disabling fast user switching helps to enforce that action.
    tt2

  • Sharing ITunes files across multiple windows user accounts

    How can my husband and I share our music files across two windows user accounts on the same computer.  As of now, when one of us buys new music, the other cant get it in their music library.  How do we get it to show up for both of us?

    follow this link to support article. http://support.apple.com/kb/HT1203

Maybe you are looking for

  • How to change the semantic color of entire rows in a table.

    Hi, in the past I already managed to change the semantic color of a cell by a condition (for example all the cells with negative number -> I set negative semantic color) My question is how can I change the semantic color of the entire row where this

  • How to pass the data to a value attribute

    Hi, I am having a value attribute in a model node, It should have the values along with the modal attributes as its used in a table view can anyone explain me how to achieve this, It would be more helpful for me if someone gives sample code, Thanks i

  • How to play music in car from Iphone 5s

    How do I play music from 5s in my car ?  Do I need something to connect to the cigarette lighter as there is no USB.

  • Opening pages in new tabs is slow and switches to the new tab and back. How can I stop this?

    I work with a lot of tabs and most of the time, I need pages in new tabs to open fast. Recently, whenever I open a page in a new tab, Firefox goes to the new tab for a second, then back to the tab I was on previously, although I have it set to not au

  • Ridiculous charge for contract switch

    Hello, I managed to get my landlord to sign up for a phone line for me, provided that I did the £120 pay for a year in advance, which I agreed to. An extra £30 for the installation charge and that was that. All was well until I ordered broadband whic