Occasionally I run into the error message that a volume can’t be ejected because it is in use. Even though I don’t actively have anything being used on the share. Today I got fed up with the error and decided to find a solution.
- Application: lsof – list open files
- Usage: lsof | grep sharename
- Example lsof | grep files
This will return a list of open files on that share. You can then close the application that is holding the file open by either using the “Activity Monitor” or issuing a kill -9 PID.
Credit: http://www.macosxhints.com/article.php?story=20080615071312194
I am constantly configuring firewalls and wireless access points for clients. It has always been a pain to have to go offline for a while, while I switch the computer to use a different IP address while I’m configuring the device. Today I was put in the same situation, except this time I’m using a Mac, and have a solution!
Its very simple, this is how its done:
- Go to System Preferences, Network
- Click the + symbol at the bottom of the device list to create a new interface
- On the interface selection, choose ethernet
- In the Service Name section, enter whatever you want to call the second interface, in my case Ethernet 2
Thats it! Your done. You can now configure the new interface to use whatever IP address you want and configure your device without leaving your native network. Of course, this can also be done using your wireless interface as well.
Here is a good site that describes how to slipstream SP3 into your Windows XP install CD
http://www.winsupersite.com/showcase/xpsp3_slipstream.asp