Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'There is way to unmount network volumes' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
There is way to unmount network volumes
Authored by: atverd on Jul 18, '03 01:12:51PM

umount /Volumes/name
will do, so you can put it as second similar loop in your script after first pass with diskutil. But after all you'll need to run
disktool -r
to refresh internal table of mounts used by Finder and Co (to remove icons from desktop).



[ Reply to This | # ]