Popular Articles
Reasons For and Against Human Cloning
Globalization of the USA
The Pros and Cons of Capital Punishment
World's Stupidest Game
Latest Articles
How to Help Humanity
Why Economists Miss the Mark
Daylight Saving Time
Natural Log Proof
Subscribe to 
Main Menu
HOME
SAVE HUMANITY
(42)
HELP THE WORLD
(96)
IMPROVE GOVERNMENTS
(87)
PERSONAL DEVELOPMENT
(238)
COMPUTER HELP
(125)
ARCHIVE (all articles)
SEARCH THIS SITE
CONTACT US
DISCLAIMER
PLEASE HELP: DONATE
|
ClearCase Support: How to Mount and Unmount a VOB
Here is this simple command mount a single VOB (/vob/tools) on UNIX.
cleartool mount /vob/tools
|
Alternatively, this is how to mount the same VOB (\tools) on Windows.
If you want the VOB to stay mounted even after rebooting the computer, then use the same commands but with this extra argument.
cleartool mount -persistent /vob/tools
cleartool mount -persistent \tools
|
To mount all VOBs, then use this command.
Finally, to unmount a VOB, use this command.
cleartool umount /vob/tools
cleartool umount \tools
|
by Phil B.
|