Simple network: Windows 7 file server & several Macs and Linux machines- SAMBA bombing out?

Hi guys, i know this is really more of a windows support question, but here goes:
Windows 7 Ultimate 64bit acting as a file server, turned off all the usual MS authentication stuff so Macs and Linux systems connect with password without issues..
except when i start copying certain files/file types/names to the system, it will break the network connection, then refuse any more connections, all macs and linux machines on the network are booted, from the PC however i can still access the Macs shares volumes.. (the macs still see the windows machine & pinging is still there, but if i try to connect i get 'check the name/ip address' error
im no expert, but its as if the Samba service on the windows machine gets killed and im not sure what to do to get it to re-connect other then restarting the system, but as the system is also a terminal server users always have apps/documents open and its 'never a good time' to do it..
if there was an alternate Samba to install, or a buffer patch, or even a 'goto this service, stop and restart' etc.
Trying to get help from the 'windows' community comes down to 'well your on a mac what do expect etc etc' *sigh*
any help is appreciated
Richard

Hi, just thought id update my finding regarding this, and it maybe directly affected by my only system, but in case anyone else has this issue?
I thought it may be due to the file name thats causing the lockups, but I found while trying to backup my collection of install images and updates that sure enough a simple named file 'osx10.6.3.DMG' going to the server, 850MB in it stalls and fails, now im not able to connect.
but form the PC, without changing the name or location etc, i copied the SAME from the Macs hard drive through to the windows system, all 5.7GB.
so it is something to do with my windows 7 system, but maybe more related to the size of the file then the name or non-standard characters as first thought.
as suggested by Grant above i will check on the server boards as well.
thanks

Similar Messages

  • Locked files using a Windows 2003 File Server with Mac 10.6 clients running CS5

    We migrated 40 Mac users from OS X 10.5/CS3 to OS X 10.6/CS5 back in November. Our InDesign files are kept on a Windows 2003 file server.
    We have had fairly constant complaints of InDesign and Photoshop files being reported as locked when users try to save their work back to the server. This did not occur as frequently with CS3.
    Has anyone else had this issue?

    I'd suggest starting with iFelix's Sharing files between a Windows XP PC and a Mac running OS 10.4.x

  • File transfer between mac and windows 7

    Is it possible to transfer files between my Mac and a windows 7 machine via bluetooth?
    MacBook Pro OS X 10.6.4
    Thanks

    It will be slow, but there's no reason it shouldn't work as long as the Bluetooth hardware on both computers has the File Transfer Profile (all Macs do), and *Bluetooth Sharing* is checked in the Sharing system preferences pane on the Mac.
    If the computers are close enough to send files via Bluetooth, you'd be much better off just networking them together. You can then "mount" the PC hard disk on the Mac like any other disk and move files around easily. It will be hundreds of times faster too.

  • On startup my G4 "Connect to file server "G5 mac" as...

    I have switched off all the extensions on the G4 but when it loads the desktop it opens the window "On startup my G4 "Connect to file server "G5 mac" as..." It won't let me type any login so I can't remove it or connect to the G5.
    How do I stop this appearing?

    My G5 (OS 10.3.9) decided to do this today too. I can't launch the Finder without it wanting to connect to another machine in the office, and the Finder locks up as soon as it displays the Connect to file server dialog.
    I have SSHed in and removed the com.apple.finder.plist file but that didn't help. The only thing I can do is boot with the ethernet cable disconnected.
    I am anxious to know how to stop this.

  • OS X Leopard and Windows 2008 file server mount_smbfs

    Hello
    I am unable to use the command mount_smbfs to mount a share on a Windows 2008 file server in OS X 10.5.8 Leopard.
    Here is what I am trying to do:
    I have a Mac Mini running OS X 10.5.8 that is joined to a Windows 2003 Active Directory domain. I also have a stand alone Windows file server running Windows Server 2008.
    I want to mount a share on the Windows 2008 file Server using the command line and not Finder. I do have a reason for wanting to do this which I wont bore you with.
    On the Mac Mini, I log in with an Domain account that has permission to access the file shares on the Windows 2008 file server. In Terminal I do the following:
    cd /Users/username
    mkdir mountpoint
    mount_smbfs //windows2008server/fileshare /Users/username/mountpoint
    This command should mount the share "fileshare" hosted on server "windows2008server" in the folder "mountpoint" on the Mac Mini.
    Here is the problem:
    When I execute this command, I get:
    Password: so I put in my password
    then I get:
    mount_smbfs: mount error: /Users/username/mountpoint: Broken pipe
    Analysis of the problem:
    I tried exactly the same commands to mount a share on a Windows 2003 file server. I am not asked for my password and the share mounts perfectly. I also tried the same command in OS X 10.6 to mount a share on a Windows 2008 file server, again, I was not asked for my password and the share mounted perfectly.
    So the problem is only mounting Windows 2008 file shares using mount_smbfs in OS X 10.5.8. I am not sure quite what is going wrong here, as the Mac is joined to the domain, it is granted a Kerberos ticket so should not be asking for my password. Is this a known bug in OS X 10.5? Is there a fix/workaround for it?
    Many thanks
    Richard.

    Not sure what user the mount command defaults to. You may want to specify your user name in the mount command (you can also specify the password). Try using this:
    mount_smbfs //username@windows2008server/fileshare /User/username/mountpoint
    Of course substituting the Windows 2008 account name you are mounting with for the username.
    Cheers,
    Dave

  • Sending XML file from SAP to Windows Based file server with FTP function

    Hi Gurus,
    We are using SAP BW 3.0B version.
    I need to convert data in ODS to XML format and send this XML file to remote server which  is not a SAP application server, it is just a Window Based file server with FTP function..
    By writing some ABAP code I have converted ODS data into XML format (which gets saved in my local system)
    (Is that I need to put this file in Application Server to send it to the other servers? )
    Now the thing is how I can send this file to that Windows Based file server.
    plz suggest me.... what can be done......
    Thanks in Advance
    Madhusudhan
    Edited by: Madhusudhan Raju on Dec 3, 2009 4:25 AM

    I dont think the above code support windows OS. Because I always execute this script via UNIX.
    I think you can try this option, go to command prompt, goto the destination path where you have an XML file using cd....
    ftp (destination servername), specify the username and password.
    afterthat, use the command put and filename.
    check whether the file had reached destination successfully or not.
    For automation purpose, you can use the following script like
    ftp: -s: test.txt  (servername)
    In test.txt,
    UserName
    Password
    bin
    cd /files
    put file.xml
    bye
    Also, you can check in SM69, there will be some SAP external commands to automate the file transfer.
    Thanks
    Sat
    http://support.microsoft.com/?kbid=96269

  • Hey guys, how can i password protect my files in external hard drive? I want to access those files both from mac and windows PC!

    Hey guys, how can i password protect my files in external hard drive? I want to access those files both from mac and windows PC!

    If you want a cross-platform solution that doesn't require the use of third-party software, use an external drive with hardware encryption. The device will have either a physical key or a numeric keypad. I don't have a specific recommendation.

  • Is it safe to open a Windows Captivate file on a Mac?

    We have Captivate installed on a PC and a Mac and I was wondering if it's safe to open a windows cptx file on a mac. I tried opening a project file created on a PC on the Mac and noticed that the font size changed (bigger) after publishing even if it looked fine when i opened it. Anyone else experienced this?

    Ron,
    is my old Pro Keyboard from my bondi blue imac.
    If I open it, will there be any crazy carcinogenic clouds of poison (exaggeration)?
    Do you think its safe? I don't have the box, are there any warnings on it?
    The original keyboard with the Bondi was the Apple USB Keboard.
    A Pro Keyboard is the larger one, white. I've had one of these apart to repair it.
    I like that keyboard and there's part of me that doesn't want to see one of those taken apart.
    However I didn't see anything dangerous in there and I wouldn't expect there to be anything in the Bondi one.
    Richard
    Message was edited by: spudnuty

  • Can't connect to Windows shared file server

    I'm trying to connect to our Windows shared file server. I can add the drive and see it, however, when I open the folders nothing is there. I called Apple Support who said that it was most likely a Windows-related issue and that I may need to install some Windows driver on the PC the file server is on to get this to work (he wasn't exactly sure what the fix was for this). Has anyone experienced anything similar? And if so, what's the fix???

    Reinfire,
    sorry to horn in on this question, but i am having a similar problem, but in reverse. I am trying to connect from Win 8.1 to my mavericks iMac but it will not connect. I am sure that it's related to SMB but the fix you have posted did nothing for it.
    Any ideas?

  • WIndows Help files on a mac

    Hi there,
    I've recently switched from windows to mac. I've a number of reference books that I had got set up as windows help files - easy to search and all the rest of it. Is there any way that those can be made to run on a mac, other than using virtual PC?
    Is there some sort of standard format to help files?
    Cheers
    Mark

    627/3073
    Hi Mark,
    I don't know about the Windows application that is used to open your help files,
    but first idea that comes to mind:
    - Is it possible to convert them as .pdf files?
    .pdf is the most common format that can be used on both platforms.
    You'd have to do that on your Windows machine, using a file format converter (can be part of your OS, can be a freeware, part of the "Help program", or by other means that Windows users most probably know).
    See also with Graphic Converter, if by chance the format can be converted from your Mac.
    - http://www.lemkesoft.com/en/graphcon.htm
    HTH
    Axl

  • Windows hidden files on a Mac

    Hi.. i have a question on windows hidden files on a mac.. I know i can see them temporarily through finder using "file visibilty", but does anyone have any idea on how to change the files attributes to be permanently visible ? Pls help !

    What is your reason to change these Hidden System files and folder to Non Hidden. IMHO it is a very foolish thing to do. Using ther T Command you were given displays all of them and if for some reason that command doesn't then use this one.
    defaults write com.apple.finder AppleShowAllFiles -bool true (Replace true with false to turn off
    killall Finder to implement either)
    So with them displayed changing the hidden attribute may only cause you troubles.
    jbalawi wrote:
    Thnx Wjosten.. That makes me able to view them.. But they are still transparent compared to other visible files.. So is there any way where we can change their preferences or settings to make the transparent files look like the normal visible files ?

  • "file server is running on your machine" message

    OK, this seems very weird & I can't figure out if the issue is in my new (simultaneous dual band) Airport Extreme or the Mac (iMac G5) I use to administer it.
    When I try to connect to a USB drive connected to the Extreme from my iMac, & the iMac is connected to the Extreme by ethernet, I see the Extreme in the sidebar of Finder, but when I click on it to access the drive, I get a "connection failed" bar across the top of the Finer window. If I click on the "Connect" button at the end of that bar, I get the following message:
    "This file server is running on your machine. Please access the volumes and files locally."
    The volumes (the drive is partitioned into two volumes) are not showing up as local ones (in the "Devices" section of the sidebar), so I can't access them "locally."
    BUT, if I turn on Airport on the iMac, I get the normal "Connected as ..." bar & the volumes appear as expected in the Finder.
    The really weird part is if do not turn on Airport & I use the "Connect to server..." Go menu option & enter "afp://Extreme's_name.local" it connects & either or both volumes mount on the desktop as expected. ("Extreme's_name" is the actual name I have given the device.)
    Weirder still, if I have one of these volumed opened in the Finder & click on the Extreme in the sidebar again, I still see the "Connection Failed" bar across the top +yet the volumes are there in the Finder window+, can be opened, & otherwise behave normally.
    This behavior persists until I click the eject button in the sidebar, at which point the "Connection Failed" bar reappears & the volumes are no longer listed or accessible. Waaaaa?
    FWIW, my MacBook has none of these symptoms. Whether connected by ethernet cable or wirelessly, clicking on the Extreme in the sidebar results in the expected "Connected as ..." behavior.
    I tried researching the "running on your machine" message on the web & found some references the problem in connection with Windows (smb) sharing. Sure enough, looking in my keychain access file, I saw several passwords for the Extreme with the "where" info as smb://Extreme's_name. However, deleting these (& even all Extreme-related entries) had no effect.
    I'm stumped. Any help or even just a clue would be appreciated greatly.

    I seem to have eliminated the 'connection failed' problem & its accompanying 'file server is running on your machine' message as follows:
    My Extreme was set up for its DHCP server to assign local IP addresses in the 192.168.2.100 to 192.168.2.199 range. This matched how my old SMC router had been set up for years. The SMC's DHCP server was set up to always assign 192.168.2.100 to my iMac's Ethernet MAC address. I did this because my iMac was set up as a webDAV server to publish an iCal calendar on my local network, using the address "webcal://192.168.2.100/ical/MyCalendar.ics." This worked fine with both the SMC & the Extreme.
    I'm not sure why I decided to try it, but I changed the Extreme's DHCP server to assign local IP addresses in the 10.0.2.100 to 10.0.2.200 range. Obviously, this invalidated the address for the published calendar, but the iMac now connects to the Extreme's drive without any problems. (For those who care, changing the calendar's published address to "webcal://MyMac.local/ical/MyCalendar.ics." fixed that issue -- IOW, substitute the computer name for its local IP address. I probably should have done that to begin with, but hindsight is always 20/20, right?)
    So my problem is solved, but I still would like to know why this worked. AFAIK, either IP range is equally valid for private networks. Any comments would be appreciated.

  • How do you file share between mac and pc?

    i need to know how one can share files between a mac and a pc. my MBP is running os x 10.5.2 and my PC is running vista.
    thanks!

    Mac/Windows Networking in Leopard
    The following articles outline how to set up networking between Macs using Leopard and Windows PCs:
    Setting up a Windows computer to share files with Mac users
    Setting up a Mac computer to share files with Windows users
    Sharing with Windows computers
    If you can’t connect to your Mac from a Windows computer
    Sharing your computer with others on your network
    More information is also available by selecting Mac Help from the Finder's Help menu and searching for the relevant terms such as "windows", "networking", "sharing", etc.
    Also read:
    Simple guide to Leopard/Windows Home Networking
    Written by Intercepter121 and originally posted on the Apple Discussions here.
    If your network complies to the minimum requirements described below you should be able to share resources without any need to enter commands in the terminal to modify configuration files in your mac.
    Requirements
    1. A decent router
    2. Mac Os x 10.5.1 installed on your macs
    3. Windows XP or Vista
    4. Number of network devices <10
    5. Some network printers or drives (NAS)
    6. A decent ISP offering a good DNS service
    <u>General Settings
    If your router offers DHCP and any of the device has power saving features there is a risk that the IP addresses are renewed. This can be problematic as the devices keep changing IP addresses. As this is your network is strongly recommended to reserve IP addresses to the MAC (Machine Address Code) of the various devices so that they can power on and off and still keep the same IP.This simple suggestion will greatly improve the browsing of the local network.
    Accessing Windows Resources from Leopard with no authentication
    Windows
    1. Check the settings of the PC and ensure the IP addresses on the local LAN are trusted
    2. Activate sharing on the desired devices ensuring the shares are read and write. If you use Vista ensure password protected sharing is disabled.
    3. Try to access the windows share from another windows computer if available to confirm no authentication is required
    MAC
    1. Go into system preferences->security-Firewall check that the setting is not on allow only essential services. Recommended settings is allow access to specific
    2. Go back into system preferences network. On the tab location click edit locations. Duplicate Automatic and call the new location Home. Now select the Home location and go into Advanced-WINS. In the workgroup field enter the same value that is on the other windows computers for example HOME. Now press enter then go back to the main screen. Select Edit locations and delete the location automatic. Now edit your location Home and rename it Automatic. This workaround is a leopard bug described here.
    3. Give 5 minutes to allow all the other machines to broadcast their IP address and the other computers should appear on the left side of your finder window. You can now select the shares you want to connect. As no authentication is active if you are prompted with a user name just press OK.
    The procedure to access a NAS is the same as above, just ensure permissions are set to files are read/write for anyone to avoid confusion.
    NOTE: There is no need to activate SMB sharing if you don't want to allow the PC to read folders on your MAC
    Troubleshooting
    After you have followed all the steps you don't see any windows PC.
    Identify the IP address of the machine you want to connect. In finder select Option+K and enter SMB://IPADDRESS. If you can connect you have a name resolution problem. Go into your router configuration and ensure that the option DNS assigned by ISP is selected and you don't have services like Open DNS in use and fixed IP addresses in that field. Apply the changes and reboot the router. You should start seeing windows PC in finder shortly after.
    Your ISP DNS service is poor and you must use Open DNS or similar
    If you are forced to use services like open dns you have the risk that the router propagates the DNS servers to your machines. As the implementation of SAMBA in Leopard effectively blocks the MAC to be a master browser for performance reasons you end in a situation in which tiger machines connect and leopard ones don't see a single share. Let's fix it.
    1. Go into System Preferences->Network then advanced DNS if you see here the IP addresses of the open dns servers this is the case. Unfortunately you will be forced to change the hosts file.
    2.Ensure you have reserved IP addresses to all your machines so that they always get the same IP.
    3. Now login into your mac as administrator and go into utilities=>terminal.
    4. Issue the following command sudo pico /etc/hosts
    5. Now scroll down and enter all the IP addresses and computer names of any device you want to browse
    6. Reboot your MAC
    The windows devices will now appear in finder and you will be able to connect with Option+K.
    You cannot access shares even entering the IP address
    You have not reserved IP addresses to each machine. Go into your router LAN set up and make sure that is the case.
    Accessing Leopard resources from Windows
    1. Go into system preferences->security-Firewall check that the setting is not on allow only essential services. Recommended settings is allow access to specific
    2. Go into System preferences->accounts and click on Guest flag the option Enable guest account to access shared folders
    3. Now into System preferences->sharing select file sharing and then options here flag SMB and select the user that has to be logged into the computer when the share has to be accessed. Ensure that the folder you want to share has read/write or whatever permissions you like it to have set for Everyone
    You should now be able to see your MAC in the windows network resources and access the shared folder with a double click without any password request.
    Troubleshooting
    You don't see any MACs from Windows
    Check the firewall settings at the start of this post. Then go back to the Network configuration hit advanced and then TCPIP check is using DHCP and not a fixed address. Then check the sharing is set as above with SMB clicked. If SMB is not set you won't even see your mac from windows.
    You see the MAC and the shared folders but you can't read or write on it
    Ensure you have set the guest account to access shared folders. Then check on the sharing preferences that there is at least one folder with read permission for everyone. The classic case here is Dropbox that leopard sets as read and write for the user of the MAC but no access for other users. You try to click on drop box and receive an error but when you actually try to write a file you can do it. Check the permissions on the subfolders of the share as those permissions will prevail on the home shared folders
    FAQ
    You may want to do more complicated things, but first ensure you can actually share files without security in place so you can identify the root cause of your possible problems
    I want to password protect my windows shares: once you have done the relative set up in windows vista and ensured you can connect from another windows machine you will need to use user name and password of the Vista user to connect.
    I want to password protect my MAC shared folders: Go into user account and disable guest access to shared folders is no shared folder has to be accessed without password otherwise leave it checked. Create a new user for sharing (better than giving away your password) so that this user only accesses the folders you want to share. In System preferences network select file sharing SMB and flag only the new user you have defined. Then go back to the folder section and set the permissions you like on the folder you want to share for this newly defined user.
    Good Luck

  • Creating network between Mac and Linux

    Hello guys! I need to set up network between my iMac and Ubuntu linux. iMac is connected in internet by Airport and Fon Wifi Router witch is connected in router which is connected to adsl -modem. My pc is connected directly to router. Both computers have access to internet. Is there any easy solutions to share files with mac and linux? I don't need any webservers etc, I just want to share files.
    Other question related to this, why is my mac's ip address like 192.168... and linux ip addrress is 84.250...?
    Thanks allready!

    Though I'm not newbie with computers, I'm really confused becouse I haven't set up network like this never before.
    Not a problem, no worry... we all know something somebody else doesn't and vice versa.
    My linux says that my DHCP -IP is 193.210.18.18, is that related to this in any way?
    Yes, if the Mac had an IP of 193.210.18.x, (but not 18 for x), then connection would be simple, but I think we must have two devices passing out IPs. What is the Mac's IP again?
    http://www.helpdesk.umd.edu/topics/communication/ethernet/office/winxp/2882/
    Do you have any advice where I could start looking from the right IP of my linux?
    http://www.webmasterforums.com/networks-clusters/1804-find-ip-address-my-linux-b ox.html
    I'm not sure if its even configurable.
    http://tinyurl.com/2gug9s

  • I had made a copy of the main revel file on my mac, and then i put it in my google drive folder for safety. I accidentally deleted one of the two libraries form my iPhone. I opened it up and panicked and thankfully I guess I had a backup of the other libr

    I had made a copy of the main revel file on my mac, and then i put it in my google drive folder for safety. I accidentally deleted one of the two libraries form my iPhone. I opened it up and panicked and thankfully I guess I had a backup of the other library in my spouses phone... but mine is still gone. I don't have them saved to my computer... the pictures are important and I really really need them back.  Is there a way for me to get the pictures back from what I believed at the time was a smart way to backup when i made a duplicate of that main mac file to my google drive? The best way to let me know is my email... [email protected]  I am really relying on you guys if there is a way?

    Hi meghage,
    From your code, it is a WebForm project.
    This forum is to discuss problems of Windows Forms. Your question is not related to the topic of this forum.
    You can consider posting it in asp.net forum for supports . Thanks.
    ASP.NET: http://forums.asp.net
    Regards,
    Youjun Tang
    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.

Maybe you are looking for

  • Hd 1920 by 1080

    i got footage shot on a canon HD and the properties is H.264 Decoder, 1920 x 1080, Millions 16-bit Integer (Little Endian), Stereo (L R), 48.000 kHz with 29 fps i exported that footage using mpegstreamclip to change it to apple pro res 422 and change

  • Size and rotate a background image

    I would like to have a background image that rotates different images when the page is refreshed and sizes with my page. I believe I have a handle on the sizing part but I can't figure out how to make the images rotate. I would like the images to go

  • Bmp loader and filters

    hy! I really need some help. I have this class ConvolveApp that makes some picture filtering and I whant to combine it with a BMPloader, but it only works for jpeg. How should I change loadImage() in order o do that? if I make it like this: public vo

  • New instance of an ANE

    Is it possible to have more than one instance of an ane running? It seems that ExtensionContext.createExtensionContext just links to the first initialized extension. Is it possible to have it not do that?

  • Migrating Information in Target Disk Mode Wiped out hard drive

    I just helped a friend install Leopard on her new MacBook (it came with a drop in disk of Leopard). After the install, I started her previous 3-year old MacBook in target disk mode to migrate over old system settings. During the migration, the new Ma