Hi troubleshooters,
I wonder if you could help me troubleshoot a problem I have with my shared network volume. I have my iMac and PC connected to each other through the ethernet. The iMac is set to read/write the shared network volumes on my PC. The Finder is used to set up the SMB connection. Everything works fine. Mac applications are able to read and write files to the PC.
However, after a day or so (during which the PC has been kept on, while the Mac has slept) problems occur. It seems as if it is possible to access the network volumes and even view the root directory. However, clicking on any directory will show a blank directory.
Attempts to read/write to the directory results in the following error message:
Attempts to eject the shared volume results in the following error message:
In terminal, I attempt to identify the open files:
and get the following result:
I try to kill the dock's connection to the open file:
The dock is relaunched but the problem remains, this time with a new process number 97642.
When I try to restart my iMac, the desktop will close, and only my wallpaper remains. There, it will remain hung until I do a cold boot.
Can anyone figure out what is wrong. It's pretty annoying to have to reboot my Mac daily.
Thanks a lot for your help!
JC
I wonder if you could help me troubleshoot a problem I have with my shared network volume. I have my iMac and PC connected to each other through the ethernet. The iMac is set to read/write the shared network volumes on my PC. The Finder is used to set up the SMB connection. Everything works fine. Mac applications are able to read and write files to the PC.
However, after a day or so (during which the PC has been kept on, while the Mac has slept) problems occur. It seems as if it is possible to access the network volumes and even view the root directory. However, clicking on any directory will show a blank directory.
Attempts to read/write to the directory results in the following error message:
Code:
Sorry, the operation could not be completed because unexpected error occurred.
(Error code - 1407)
Attempts to eject the shared volume results in the following error message:
Code:
A disk on 'pcxp' is in use and could not be ejected.
Try quitting applications and try again.
In terminal, I attempt to identify the open files:
Code:
lsof | egrep 'pcxp'
and get the following result:
Code:
lsof: WARNING: can't stat() smbfs file system /Volumes/Share
Output information may be incomplete.
assuming "dev=2f00000a" from mount table
Dock 96534 user 10r DIR 14,2 340 896612 /Users/user/Shortcuts/pcxp
I try to kill the dock's connection to the open file:
Code:
kill -9 96534
The dock is relaunched but the problem remains, this time with a new process number 97642.
When I try to restart my iMac, the desktop will close, and only my wallpaper remains. There, it will remain hung until I do a cold boot.
Can anyone figure out what is wrong. It's pretty annoying to have to reboot my Mac daily.
Thanks a lot for your help!
JC