![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot umount - device busy | keelba | HP-UX | 2 | 04-11-2008 12:16 PM |
| force umount in solaris 2.6 | bkleong | SUN Solaris | 3 | 04-07-2008 02:44 AM |
| umount is failing | suntac | SUN Solaris | 3 | 04-06-2007 01:45 AM |
| umount help | andrec | UNIX for Advanced & Expert Users | 4 | 11-21-2003 11:13 AM |
| umount error | fresh | UNIX for Dummies Questions & Answers | 1 | 09-30-2003 02:48 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
umount
1) When attempting to use the umount command I get a message stating that the partition that I want to unmount is busy. Is there another command that I need to use prior to the umount command to clear the partition of activity????? Also I am looking as using the "fsck" command for file maintainence (open/broken files, etc.) Is there a better command/utility that I should be using for this task???? Thanking you in advance. rod23 |
| Forum Sponsor | ||
|
|
|
||||
|
Check processes
To the umount:
Check any running processes on that mounted file system (including sub directories). A great tool for checking this is lsof (list open files). To kill user processes you can user the utility fuser (-ku) (but be careful with this). You might have to run fuser several times to get rid of all (stuck) processes. To the fsck: Depens on your OS and disk software. fsck is the standard and best tool for Linux.
__________________
Patrick Van der Veken - UNIX consultant (c) 2001 - 2001 http://www.baanboard.com - http://www.ux-core.com 'True strength lies in gentleness' - Irish proverb |
||||
| Google The UNIX and Linux Forums |