![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Questions involving NAS, SAN, RAID, Robotic Libraries, backups, etc go here. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Partition Permission Problem | bunky6767 | UNIX for Dummies Questions & Answers | 3 | 05-14-2008 07:58 AM |
| Problem with ext3 partition | digjam | Filesystems, Disks and Memory | 3 | 12-08-2007 07:59 AM |
| Problem re-formatting Disk Partition | jimthompson | UNIX for Dummies Questions & Answers | 1 | 01-11-2006 03:06 AM |
| Deleting an Ext3 partition... | djtrippin | UNIX for Dummies Questions & Answers | 4 | 01-04-2003 10:25 PM |
| SCO 5.05 partition problem | budrito | UNIX for Advanced & Expert Users | 3 | 09-22-2002 03:24 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
umount(ing) LVM ext3 partition problem
I am using RHEL4 OS and the problem i have is that when i try to umount an LVM implemented partition after checking the properties of the mounted folder it gives the error of device busy .
things iam not doing : iam not in the mounted woulder either by shell or by GUI. thing iam not trying do : using fuser -k or fuser --signal : because iam afraid it will kill a process used by the other process or resource. iam not even sure if its an LVM bug or other problem . iam using RHEL4 default packages. thanx in advance. |
| Forum Sponsor | ||
|
|
|
|||
|
yes "fuser /mnt" shows the process ID=3251.
and "ps -ax" reveals PID TTY STAT TIME COMMAND 3251 ? S 0:00 /usr/libexec/gam_server i dont know how to approach this problem can anyon guide me with this. Last edited by Tahir Saleh : 12-01-2007 at 12:05 AM. |