Smb mounted volume eject fails - in use by finder

Recently (Maybe starting with 10.8?) it seems if I "Map a drive" from my server,
(Using the Finder -> Go menu -> Connect to Server... Then entering smb://appserv1.home.local/g$)
It seems if I double click the drive in the finder it just spins and I am not able to eject the volume.
Last night this happened, and I left the machine running overnight - this morning the fans were spinning louder than normal and I noticed one core of my 4 core CPU was at 100% with the Finder as the process.
Oddly, if I use a 3rd party tool like Pathfinder, I can view the contents of the remote volume.
Has anyone else run into this?
(the shared volume is on Windows 2008 R2 server)

That's a toughy because there could be an alias or symbolic link or an application-specific item that's causing the problem. Restart and see if that'll do it. If not, boot with your install disk, select a language (Tiger), and, when the menu bar pops up, select Utilties/Disk Utility and repair disk and permissions (if it contains a bootable installation). Restart and see if that fixes things.
Alternatively, use the Terminal command lsof to list all open files. Type this into a Terminal window to read about its options: man lsof. If you know the /dev/disk id for that HD (use df -h, then use this:
lsof /dev/diskXsY
substituting the appropriate X and Y values.

Similar Messages

  • Mounted Volumes doesn't show automatically in Finder Window

    Hi, is it a preference that allows me to have access directly to my mounted volume (like in OS 10.5) in the Finder windows? Right now, i have to drag them manually so they show next time i mount them. I would like to see the mounted volumes in the Devices section, below my Hard Drive icon.
    I know i can access them via the Shared section but thats one more click to do… yeah, i'm lazy
    Thanks
    Ben

    Let's take one more shot before we admit defeat...
    Go to Users/yourname/Library/Preferences
    com.apple.finder.plist
    com.apple.sidebarlists.plist
    Drag both files to the desktop
    Then, restart.
    (You will have to reset a few finder prefs the way you like them.)
    -mj

  • Tricky SMB mount...

    We're running approximately 35 of our 500 clients as mobile, managed - non-syncing accounts.
    They're bound to OD to be able to be managed from WorkGroup manager and bound to AD to use single login authentication and to have access to AD network resources.
    All of our accounts have their own private folder on their respective domain's DC. What I need is that when they're authenticated on the OD server to have a SMB mount for that specific user - using their login name, something like this:
    SMB://ourdomaincontroller/username$ (with the $ because it's a hidden share)
    I have written a script that can do this for me using ${USER} from env, but you cannot manage scripts for a group in workgroup manager. And when adding an SMB mount via workgroup manager you're only prompted with a browser dialog, and can't edit it once selected.
    I cannot add the script as part of the loginhook on the local machine because if they login off property (they're mobile) they'll be hit with an error - that and we're planning on adding more mobile units in the future - and will be turning them over to the user after a set period - at which point I just want to be able to unbind them - not be deleting login hooks, etc...
    So from what I can see there's 2 options:
    1) find some way to enable scripts for a managed group
    2) find a way to add an SMB mount for a managed group that accepts an environmental variable
    Neither of these I know how to do (if at all possible). Is there a way to do one of those - or another way
    Thanks

    I have the exact same issue. I'm hoping someone will shed light on this

  • The Volume can't be used & will be ejected because it is no longer avail...

    Fresh Mac Mini Server, all updates, humming along beautifully.
    Every day or two, all my AFP users get kicked off our one share point (located on an external FW800 RAID array) with this error:
    "The Volume "Work" can not be used and will be ejected because it is no longer available"
    Future attempts to connect fail until I restart AFP. I've got this excerpt in the AFP access.log:
    ** - - [18/May/2010:13:13:20 1000] "Mounted Volume ldap_bk" 6 0 0
    IP 192.168.58.19 - - [18/May/2010:13:13:21 1000] "Logout prod" 0 0 0
    IP 192.168.58.15 - - [18/May/2010:13:13:45 1000] "Logout Cassie" 0 0 0
    IP 192.168.58.12 - - [18/May/2010:13:14:05 1000] "Logout prod" 0 0 0
    IP 192.168.58.18 - - [18/May/2010:13:14:06 1000] "Logout Jo" 0 0 0
    IP 192.168.58.3 - - [18/May/2010:13:14:22 1000] "Logout jay" 0 0 0
    IP 192.168.58.13 - - [18/May/2010:13:14:28 1000] "Logout prod" 0 0 0
    IP 192.168.58.6 - - [18/May/2010:13:14:28 1000] "Logout wendy" 0 0 0
    IP 192.168.58.17 - - [18/May/2010:13:14:28 1000] "Logout prod" 0 0 0
    IP 192.168.58.21 - - [18/May/2010:13:14:28 1000] "Logout work" 0 0 0
    ** - - [18/May/2010:13:14:43 1000] "Mounted Volume Server HD" 0 0 0
    ** - - [18/May/2010:13:14:43 1000] "Mounted Volume Additional HD" 1 0 0
    ** - - [18/May/2010:13:14:43 1000] "Mounted Volume Old Server" 2 0 0
    ** - - [18/May/2010:13:14:43 1000] "Mounted Volume Data HD" 3 0 0
    ** - - [18/May/2010:13:14:43 1000] "Mounted Volume Backup HD" 4 0 0
    ** - - [18/May/2010:13:14:43 1000] "Mounted Volume Time Machine Backups" 5 0 0
    ** - - [18/May/2010:13:14:43 1000] "DiskArbStart -" 0 66176 0
    I have no idea what ldap_bk is. That must be some internal share for backing up Open Directory automatically? It seems that whenever it happens, all my users get kicked off immediately, there's some remounting of all my drives, but AFP never recovers. Where is that job managed? Anyone know which launchd.plist? Is this even the problem? Any other ideas?

    I definitely think it's related to some automated backup that I'm not aware of. I found this directory:
    bash-3.2# ls -al /var/log/server_backup/
    total 904
    drwxrwx--- 7 root wheel 238 Apr 30 15:31 .
    drwxr-xr-x 159 root wheel 5406 May 18 13:32 ..
    -rw-r--r-- 1 root wheel 216848 May 18 13:13 iChatServer_backup.log
    -rw-r--r-- 1 root wheel 230502 May 18 13:13 mailServer_backup.log
    -rw-r--r-- 1 root wheel 0 Apr 30 15:31 mailServer_restore.log
    -rw-r--r-- 1 root wheel 3519 May 18 13:13 openDirectory_backup.log
    -rwxr-x--- 1 root wheel 7625 May 18 13:13 server_progress.log
    13:13 is exactly when everyone got booted off and coincides with the entries in AppleFileServiceAccess.log. What is firing off this backup process? I've got no third party tools in place that would be doing this.

  • OES2sp2 miggui Failed to mount volume

    Trying to migrate NW65SP8 (DS8.8.4) to OES2sp2.
    miggui is running on the OES2sp2 server which is patched up to date using rug.
    Source and target servers are in the came container in the DS.
    I can define the source and target servers and get to the point where I want to configure the migration of volumes, but then I get a failure. The log (minus the timestamps for clarity) reads:
    ERROR - FILESYSTEM:volmount.rb:Command to mount source: ruby /opt/novell/migration/sbin/volmount.rb -s 138.37.100.118 -a "cn=joshua,ou=sys,o=qmw" -c cp437 -f "/var/opt/novell/migration/cc18/fs/mnt/source" -m -t NW65
    INFO - FILESYSTEM:volmount.rb:*****************Command output start**********************************
    INFO - FILESYSTEM:volmount.rb:
    INFO - FILESYSTEM:volmount.rb:Information: ncpmount using code page 437
    INFO - FILESYSTEM:volmount.rb:Information: ncpshell command executed as: LC_ALL=en_US.UTF-8 /opt/novell/ncpserv/sbin/ncpshell --volumes --ip=138.37.100.118 --u="joshua.sys.qmw"
    INFO - FILESYSTEM:volmount.rb:Information: Mounting Volume = _ADMIN
    INFO - FILESYSTEM:volmount.rb:Information: Executing command: /opt/novell/ncl/bin/nwmap -s 138.37.100.118 -d /var/opt/novell/migration/cc18/fs/mnt/source/_ADMIN -v _ADMIN
    INFO - FILESYSTEM:volmount.rb:Fatal: Failed to mount volume _ADMIN for server 138.37.100.118
    INFO - FILESYSTEM:volmount.rb:Fatal: SystemCallError, Unknown error 1008 - Failed to mount volume _ADMIN for server 138.37.100.118 .
    I tried executing what appears to be the offending command by hand:
    ruby /opt/novell/migration/sbin/volmount.rb -s 138.37.100.118 -a "cn=joshua,ou=sys,o=qmw" -c cp437 -f "K" -m -t NW65 -p password --debug
    which produces the output:
    Information: ncpmount using code page 437
    Information: ncpshell command executed as: LC_ALL=en_US.UTF-8 /opt/novell/ncpserv/sbin/ncpshell --volumes --ip=138.37.100.118 --u="joshua.sys.qmw"
    Information: Mounting Volume = _ADMIN
    Information: Executing command: /opt/novell/ncl/bin/nwmap -s 138.37.100.118 -d K/_ADMIN -v _ADMIN
    Fatal: Failed to mount volume _ADMIN for server 138.37.100.118
    Fatal: SystemCallError, Unknown error 1008 - Failed to mount volume _ADMIN for server 138.37.100.118 .
    Information: File K/_ADMIN/Novell/Cluster/PoolConfig.xml does not exist. No cluster resources attached
    Information: Mounting Volume = SYS
    Information: Executing command: /opt/novell/ncl/bin/nwmap -s 138.37.100.118 -d K/SYS -v SYS
    Fatal: Failed to mount volume SYS for server 138.37.100.118
    Information: unmounting all mounted volumes
    Information: Executing command:/opt/novell/ncl/bin/nwlogout -f -s QMWCC18
    Cannot perform logout: Cannot connect to server:[QMWCC18]. Error:NWCCOpenConnByName:
    Information: Command Output:
    Information: Executing command: rm K/*
    rm: cannot remove `K/*': No such file or directory
    Fatal: SystemCallError, Unknown error 1008 - Failed to mount volume SYS for server 138.37.100.118 .
    SLP shows both servers, they are on the same network as each other, and the firewall is turned off.
    Does anyone have any idea what may be causing the mount failure or what error 1008 might be?
    Tim

    cgaa183 wrote:
    > Thankyou all for helpful suggestions, I'll go through them.
    >
    > 1. novfsd
    > /etc/rc.d/novfsd status
    >
    > running
    >
    > /etc/rc.d/novfsd restart
    > Stopping Novell novfs daemon...
    >
    > done
    > Starting Novell novfs daemon...
    >
    > No Config File Found - Using Defaults
    > novfsd: Novell Client for Linux Daemon
    > Copyright 1992-2005, by Novell, Inc. All rights reserved.
    > Version 3.0.1-503
    >
    > done
    >
    > Nothing changes, so I don't think that was the problem in this case.
    >
    did you restart the server after installing OES2 SP2?
    > 2. try using migfiles
    > /opt/novell/migration/sbin/migfiles -s 138.37.100.118 -v APPS -V APPS
    >
    > The result:
    > Error:
    > Error: nbackup: Unable to retrieve the Target Service Name list from
    > 138.37.100.118
    > Error:
    > Fatal: nbackup command failed to execute: nbackup: Connection denied
    >
    migfiles is not able to connect to the TSA on the source server. Either
    TSAFS is not loaded on the source server or not able to locate the TSA
    using SLP.
    > This might be informative to someone who knows a little more than me. I
    > wonder if I can call it with options to get more information. I have
    > just re-checked I can attach and mount volumes with the same username
    > from another system.
    >
    > 3. ruby version
    >
    > rpm -qa |grep ruby
    > ruby-1.8.4-17.20
    > rubygems-0.9.2-4.4
    > rubygem-needle-1.3.0-1.5
    > rubygem-net-sftp-1.1.0-1.5
    > ruby-devel-1.8.4-17.20
    > rubygem-net-ssh-1.0.9-1.5
    >
    > Doesn't appear to be an afflicted version and migfiles --help tells
    > me all about the options available.
    >
    >
    > As #2 looked interesting I thought I'd look at it a bit more. I turned
    > up TID 7001767. The reason migfiles failed for me was that SMDR and
    > TSAFS weren't loaded, at least I don't get the error and file migration
    > appears to start now they are loaded, though it does appear to have
    > ceased copying files rather prematurely....
    >
    > Going back to volmount.rb I now realise its using ncpfs, and not a
    > lightweight Novell client. So I tried mounting a volume by hand:
    >
    > qmwcc28:~ # ncpmount -S 138.37.100.118 -U joshua.sys.qmw K
    > Logging into 138.37.100.118 as JOSHUA.SYS.QMW
    > Password:
    > ncpmount: Server not found (0x8847) when trying to find 138.37.100.118
    >
    > A bit of a giveaway, but why doesn't it work?
    > It seems I need to use -A DNSname -S servername and then it works.
    > The next important bit seems to be
    > /opt/novell/ncpserv/sbin/ncpshell --volumes --ip=138.37.100.118
    > --u="joshua.sys.qmw"
    > which executed by hand lists volumes correctly with the output:
    > Please enter your password ?
    > [0] SYS
    > [1] _ADMIN
    > [2] APPS
    > 3 NCP Volumes Mounted
    >
    > "ncpshell" appears to be from Novell's client for Linux so I don't
    > understand why we'd be trying to use that if we're using ncpfs, and we
    > already know which volumes are mounted by looking in the folder in which
    > we mounted the server using ncpfs. AFAICS is used to invoke NLMs on
    > NetWare remotely using OES so its not testing anything we don't already
    > know.
    >
    > This takes me inevitably to "nwmap". "nwmap" is also from Novell's
    > client for Linux so maybe the ncpfs stuff is unnecessary.
    > /opt/novell/ncl/bin/nwmap -s 138.37.100.118 -d sys -v SYS
    > produces:
    > map: server not Found:138.37.100.118 - drive sys not mapped
    >
    ncpmount uses udp as the default. Add the option -o tcp to the ncpmount
    command then mount should work.
    > nwmap doesn't ask for a username. Maybe I'm wrong, but as far as the
    > Novell client goes I don't think it can have attached or logged into the
    > source server (ncpfs having a different connection table and ncpshell
    > asking the remote server to return the answer). I can't actually see
    > where /volmount.rb is calling nwmap at the moment but the results I get
    > my calling it at the command prompt with the same options given in the
    > log are the same.
    >
    if there is an existing connection to the same tree, nwmap does not ask
    for user name. Use the command "nwconnections" to check the existing
    connections. Use nwlogout to logout the connection. check
    /var/opt/novell/nclmnt/root/ for any stale entries.
    > I've tried logging in using nwlogin, but that fails too saying:
    > Cannot perform login: The system could not log you into the network.
    > Make sure that the name and connection information are correct, then
    > type your password again.
    >
    > ncl_scanner -T does list NDS trees but I suspect its only querying an
    > SLP server and nothing more useful. ncl_scanner -S produces:
    > INFORMATION FOR SERVER [QMWCC18] :
    > Server Name : [QMWCC18]
    > Bindery : [FALSE]
    > eDirectory Context : []
    > should it show a context?
    >
    > Looking at the files of the Novell client on the system, it looks a
    > rather cut down set with no config files. Even having introduced
    > protocol.conf the situation is not improved, but I'm now sure the
    > problem lies in this area. Possibly a full client installation is
    > required, or maybe there is something else wrong which is preventing the
    > client from working correctly. namcd is looking suspect.
    >
    >
    You do not need all files for Novel Client. If you want
    You can logout all connections using the command "nwlogout -a" and try
    the nwmap command again.
    "/opt/novell/ncl/bin/nwmap -s 138.37.100.118 -d
    /var/opt/novell/migration/cc18/fs/mnt/source/SYS -v SYS"
    Looks like the novell client is failed to resolve the IP address. You
    can do the following to configure different name resolution methods in
    the following way:
    Create a file: /etc/opt/novell/ncl/protocol.conf with data.
    Name_Resolution_Providers=NCP,SLP,DNS
    then restart rcnovfsd deamon using the command "rcnovfsd restart"
    do you see any NCP errors in the network packet trace?
    regards
    Praveen

  • Have Mac OS 10.7.4 installed on an iMac-3.1 GHz Intel Core i5...the Finder will not find file on Windows mounted volumes...what setting should we be using...tried the same settings as our iMac 10.6.8-did not work!

    Have Mac OS 10.7.4 installed on an iMac-3.1 GHz Intel Core i5...the Finder will not find files on Windows mounted volumes...what setting should we be using...tried the same/working settings as our iMac 10.6.8...did not work for 10.7.4!

    Added note: We are tring to find files on Windows 2008 Server Standard...

  • Mac OSX 10.8.3, Firefox 20.0 - Can't eject volume "because Firefox is using it". Why is firefox using my external media?

    Mac OSX 10.8.3, Firefox 20.0 - Can't eject volume "because Firefox is using it". Why is firefox using my external media?

    Did you use Firefox to download something to that external media?
    If so, try clearing the Downloads Manager.

  • HT3275 I get the message that backup failed because the volume is already in use.  Any ideas?

    My Time Machine for my iMac has suddenly developed a problem: on repeated attempts to do a backup, it returns the message that the backup failed because the volume is already in use.  The solution to the problem may well be simple and obvious, but it'll be a revelation to me and any help will be gratelfully received.

    Have a look at Pondini's excellent information here...
    http://pondini.org/TM/Time_Capsule.html
    Perhaps here...
    The Backup disk image ... sparsebundle ... is already in use.

  • TS1367 I have MacOS 10.5.8. It is not booting. It stops at the blue screen. I used the disc utility - verify disc. I get the following message - Invalid sibling link. Volume check failed. Error: Filesystem verify or repair failed. Please give a solution a

    I have MacOS 10.5.8. It is not booting. It stops at the blue screen. I used the disc utility - verify disc. I get the following message - Invalid sibling link. Volume check failed. Error: Filesystem verify or repair failed. Please give a solution anybody?

    Many times I tried to simply update from 10.5.8 without any success. It starts and after few minutes ...
    I used many different install disks (I bought ofiicial release from Mac seller), so I think this is not a problem with wrong version or bad install disk. A few days ago I've got back my computer from Apple  technical support and technician told me he had this same problem with system installation

  • HT201372 how do I "mount the volume" so I can use Numbers?  I just downloaded Maverick.

    How do I "Mount the volume" so I can use Numbers after I downloaded OS Maverick?

    Those choices are controlled via System Preferences, Trackpad.

  • Duplicate on mounted volume

    Hi all
    Im putting this script together using AS Studio, the script mounts a volume then goes to a specific folder checks to see if their are files in it that are less than 24 hours old then duplicates them to another folder then unmounts the volume.
    I cant seem to get the files in the folder "Abf:untitled folder:" which are less than 24 hours old to duplicate to folder "Abf:untitled folder 2:", can I get some pointers as to where im going wrong please?
    on clicked theObject
    if name of theObject is "get" then
    tell window "main"
    set Comp_Name to name of current menu item of popup button "COMP"
    set current menu item of popup button "COMP" to first menu item of popup button "COMP"
    end tell
    if (Comp_Name is "ABf") then
    set aDayAgo to the (current date) - 1 * days
    tell application "Finder"
    set myVolume to mount volume "afp://APf:[email protected]/APf"
    delay 5
    get every file of alias "Abf:untitled folder:"
    repeat with thisItem in the result
    if the modification date of thisItem comes after aDayAgo then
    try
    tell application "Finder" to duplicate thisItem to "Abf:untitled folder 2:"
    end try
    end if
    end repeat
    delay 5
    tell application "Finder" to eject "Abf:"
    end tell
    end if
    end if
    end clicked
    Cheers
    Budgie

    Im stumped, and a bit lost, due to my nievity with AS, ive got as far as the below and tried numerous things, but I keep getting the same result.
    AppleScript Error.
    "Finder got an error: Can't get every file of "/Volumes/Absolute Proof/untitled folder/". (-1728)"
    am Im missing the obvious?, or am I a bit thick? (be kind)
    could I get a bit of help with sorting this please?
    on clicked theObject
    if name of theObject is "get" then
    tell window "main"
    set Comp_Name to name of current menu item of popup button "COMP"
    set current menu item of popup button "COMP" to first menu item of popup button "COMP"
    end tell
    if (Comp_Name is "AB-Proof") then
    mount volume "afp://HD:[email protected]/AP"
    delay 5
    set aDayAgo to the (current date) - 1 * days
    tell application "Finder"
    --update folder "AP:untitled folder:"
    run script "Tell app \"finder\" to get every file of POSIX path of alias \"AP:untitled folder:\" "
    repeat with thisItem in the result
    if the modification date of thisItem comes after aDayAgo then
    duplicate thisItem to "AP:untitled folder 2:"
    end if
    end repeat
    end tell
    end if
    end if
    end clicked
    cheers
    Budgie

  • Finder throwing error -1401 when attempting to open files on mounted volume

    Alright, this is driving me nuts. At random, Finder will refuse to open files on a mounted volume on my server. It throws the error "The application can't be opened. -1401" and then "The operation can’t be completed. An unexpected error occurred (error code -1401)." back to back. It doesn't matter what the file type is, as far as I can tell (.jpg, .xlsx and .pdf are on there).
    From that point on, I can navigate those volumes to the point that I have navigated them since the volume was mounted at start up, but can't go any deeper into the directories or open anything. Finder also won't eject the volume. I can't open files from within applications, either.
    I have to reboot for it to work again.
    However, if I jump into Parallels I can open anything on the server. Even Acrobat files, which open in the Mac environment and not within the virtual machine.
    Does anyone have any insight to what might be causing this? I searched and can't find anything.
    Thanks,
    Brian

    Restart your computer with the Shift key held down,
    and then open the Startup Items folder inside the
    System Folder. Throw away all of the aliases you find
    in this folder and then empty the trash.
    To quit AppleWorks or another application when it
    won't respond, hold down the Option, Command, and Esc
    keys, and then click the Force Quit button. You
    should also use the Disk First Aid application in the
    Applications (Mac OS 9):Utilities folder to verify
    your hard disk, as something may have been damaged
    when you shut the machine down using that method.
    (11882)

  • Volume erase failed: Media kit reports not enough space on device

    I was having problems with the external drive where I store my Time Machine backups, so I tried plugging and unplugging the drive (per earlier advice, and something that had worked in the past), but could not mount the drive. I ran Disk Utility and tried to verify the disk, which told me the disk needed to be repaired. I tried to repair the disk only to get an error message that Disk Utility could not repair the disk and it needed to be reformatted. So I tried to erase the disk with Disk Utility only to get the error message "Volume erase failed: Media kit reports not enough space on this device for requested operation". I am not sure what else to try at this point and could not find any similar questions here.
    The drive in question is a 3TB USB Seagate Backup + Desk Media, formatted as Mac OS Extended (Journaled). It's divided into two partitions, one of which (2.2 TB) holds only Time Machine backups of my desktop and laptop and the other of which (800GB) is formatted similarly with some files stored on it. I was able to verify and repair this other partition. I'm running Disk Utility 13 on an iMac (2.8 GHz Intel Core 2 Duo) running OSX 10.8.5
    Any suggestions for what to try next would be appreciated.

    Just to let you know I appear to have the *exact* same problem, even down to the 3TB hard-drive in question.
    I read recently that a time machine backup should have its own physical hard disk, not a separate partition on an otherwise-used disk. I wish I'd known that in advance of buying the external drive, as I would not have invested in a 3TB one if I had known I could only use it for Time Machine alone.
    Dianeoforegon does make a fair point, though, in saying that all backups in one place is asking for problems down the line.
    Incidentally, this Time Machine problem first started occurring when I upgraded to Mavericks. 9 times out of 10 my Time Machine partition would go corrupt for no reason. This definitely hadn't been happening at all before Mavericks. That same upgrade also killed off my entire Boot Camp partition, which caused me major headaches and I eventually had to simply reformat that partition and start again.

  • Show mounted volumes in the Sidebar (not servers)?

    Anyone have a Leopard tweak or hack to get the side bar to show mounted volumes (i.e.; share points), rather than servers? I need to see the share points, not the server itself (especially when Kerberos is enabled - its just plain goofy)
    I like Leopard's Finder improvements for the most part, but need my sidebar to show discreet mounts like 10.4 (Tiger) did. Idont want to see the entire server thats hosting the mounted volume - thats just plain silly. I can use the "Connect to Server" app for that ( or browse the LAN)
    Dragging mounts to the sidebar will work (they show up as "devices"), but they are forgotten after a reboot. Its a temporary solution at best.
    Is this a bug? A limitation? A disaster? A feature?

    I'm not quite sure what your complaint is. You still have the same option to manually connect via the "Go" menu as with Tiger, do you not? Does this not still result in mounted volumes appearing in the devices list? (BTW, "devices" is the appropriate generic name for them in a UNIX environment -- don't blame Apple for that, it is just following a naming convention older & more established than those of either the Mac or Windows OS's.)
    If people are confused by the "Shared" section of the sidebar, which is a convenience item not essential to creating sharing connections, why not just suggest they remove it? A set of Finder preferences exists for this purpose. Deselect all three & no "Sharing" sidebar section will appear. Apple is not forcing anyone to use or see it unless they want to.
    Moreover, Apple is not the originator of SMB, which has its origins in DOS, was modified by Microsoft in ways to this day not completely documented in any open standards, & must be reverse engineered for interoperability with other OS implementations. Not surprisingly, it must be configured carefully on the server side with this in mind for it to work reliably, which is no easy task since (among other things) its performance, ease-of-use, & security can't all be maximized at the same time. This is hard enough in a pure Windows Server domain environment, much more difficult in a mixed platform one.
    Because of this, it may be premature to blame all the connection anomalies on Leopard and/or Finder's sidebar. A review of the protocols & settings used in your shop's SMB servers' implementation may turn up something helpful here, but that is probably best done by a network specialist familiar with the issues involved.
    As a side note (& by way of an example), SMB incorporates "auto-discovery" too, just in a more limited way compared to Bonjour. Typically, to maintain network security, it is configured to auto-discover only on a client's initial contact with the server, & there are sometimes reliability issues with this mechanism on large networks due to latency, which may explain some of the problems your users are having.
    So, don't be too quick to blame all this on Leopard alone -- as with all network issues, one must look at the entire network to identify causes & their remedies.

  • Mounted Volumes o Desktop can't get rid of?

    I have 2 mounted volumes on my desktop that I have tried to get rid of and can't. There is not eject option. When I drag to Trash I get an error message that says "The disk "Net" wasn't ejected because one or more programs may be using it" except there are no programs running it. When I use "get info" it says:
    Kind: Volume
    Server File: file://localhost/net
    Reboot and there still there.
    How do I get rid of these?

    net is a necessary system folder which is normally hidden. have you enabled showing hidden items in finder perhaps? run the following terminal command
    defaults write com.apple.finder AppleShowAllFiles 0; killall Finder
    does it hide "net"? and what is the other one called? is it "home"?

Maybe you are looking for

  • Officejet 7000 won't recognise cartridges

    We have an Officejet 7000 wide format inkjet which we have been using for about 1 year. All 4 cartridge lights started flashing at the same time. If I try the utilities like printhead cleaning it says no cartridges are recognised. I've removed & re-s

  • Transfer 100M XML file with XSL

    Hi, I am trying to transfer 100M XML file with XSL. Input.xml is the XML file, format.xsl is the XSL file. I type in the command line as: java org.apache.xalan.xslt.Process -IN input.xml -XSL format.xsl -OUT output.xml It got "out of memeory" error.

  • I need help doing a clean install.( keyboard shortcuts?).Macbook will not read any of the disks/ turns off

    I installed a new 'used' Logic board, im my macbook 13.3 and it turned right on!..( i was out of warrenty) Apple logo and spiing wheel, then turns off.. After reading several forums, I went into self mode, did the 2 checks within in and got an error

  • How much disk space does a typical system start up disk use?

    I am trying to partition a 640 GB hard drive for my 17" MacBook Pro. I created a partition of 30GB for the "System Start Up Disk", and after installing the original Tiger OSX software, and then doing the Leopard Upgrade Install, It says that I am out

  • File transfer from FAT disk not working properly

    Hi all, I have a MacPro with 4 HDD, one of them partitioned with a 300 GB FAT disk. Using BOOTCAMP / VISTA 64 I copied files to this disk, but I can't access these folders without errors. Reformatting of the partition didn't solve the problem, someho