![]() |
|
|
|
|
|||||||
| 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 |
| rmdev - device is busy | Livio | AIX | 2 | 05-17-2006 12:58 AM |
| umount help | andrec | UNIX for Advanced & Expert Users | 4 | 11-21-2003 12:13 PM |
| [FreeBSD] ptrace( ) - Device busy | Driver | High Level Programming | 5 | 01-31-2003 07:34 AM |
| umount | rod23 | UNIX for Dummies Questions & Answers | 2 | 08-07-2001 03:25 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
||||
|
||||
|
Thx, but that doesn't work either.
And I don't have lsof. Strange problem.
__________________
regards, sTorm |
| Forum Sponsor | ||
|
|
|
#9
|
||||
|
||||
|
Are u in the filesystem /mysys when u gave the command to umount ?
U can get lsof from the net .its free . if u r using Sun they have compiled versions at sunfreeware.com DP
__________________
I haven't lost my mind.... Its backed up on tape somewhere |
|
#10
|
||||
|
||||
|
I'm using Solaris 7.
I tried fuser -ck, but umount still says the device is busy. umount -f doesn't work in Solaris 7. May be I should just pull out the cable? :/
__________________
regards, sTorm |
|
#11
|
|||
|
|||
|
Try this :
# lockfs /<mount_point> # fuser -kc /<mount_point> # umount /<mount_point> |
|||
| Google The UNIX and Linux Forums |