2.6.4 initrd umount problem workaround (resend)

2004-04-03 Thread David Baron
I am sending this again for the benefit of others seeing this problem: It is apparently a timing problem for whatever reason. I changed /etc/rcS.d/S05initrd-tools.sh to do a "lazy" umount and it seems OK. After bootup, there is no /initrd in /etc/mtab. The line will read, for now: umount -l /in

2.6.4 initrd umount problem workaround

2004-03-18 Thread David Baron
It is apparently a timing problem for whatever reason. I changed /etc/rcS.d/S05initrd-tools.sh to do a "lazy" umount and it seems OK. After bootup, there is no /initrd in /etc/mtab. The line will read, for now: umount -l /initrd || exit -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

umount problem

2002-06-25 Thread macio
I received a lot of quick feedback on this problem that really helped. I had too many processes open that I had not accounted for. On both tty1 and tty2 I repeatedly entered the command "exit" until I was able to identify jobs that had been stopped. After terminating these I was able to umount

Re: Umount problem!!

2001-05-09 Thread Noah L. Meyerhans
On Tue, May 08, 2001 at 11:54:11PM +0200, Angel Parra wrote: > If somebody has left a process with an open file on a mount filesystem > or a shell with the pwd on it... how can I (root) discover the process > to get the filesystem unmounted without the > > "umount: /filesystem: device is busy" Fr

Re: Umount problem!!

2001-05-09 Thread Kevin Ross
Try lsof +D /somedir Note the use of uppercase "D". Lowercase "D" won't search subdirs of the directory. Note that on a large filesystem, this can take a long time! -- Kevin

Re: Umount problem!!

2001-05-09 Thread Karsten M. Self
on Wed, May 09, 2001 at 10:05:56AM +0200, Krzysztof Mazurczyk ([EMAIL PROTECTED]) wrote: > From: "Angel Parra" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, May 08, 2001 11:54 PM > Subject: Umount problem!! > > > > I think that it can be a sily question

Re: Umount problem!!

2001-05-09 Thread Krzysztof Mazurczyk
Unmounting is also impossible if your current directory is somewhere in mounted file system. Chris - Original Message - From: "Angel Parra" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 08, 2001 11:54 PM Subject: Umount problem!! > I think that it can be a sily ques

Re: Umount problem!!

2001-05-08 Thread Dimitri Maziuk
On Tue, May 08, 2001 at 11:54:11PM +0200, Angel Parra wrote: > I think that it can be a sily question .. but I can't remember howto do > it > > If somebody has left a process with an open file on a mount filesystem > or a shell with the pwd on it... how can I (root) discover the process > to get t

Umount problem!!

2001-05-08 Thread Angel Parra
I think that it can be a sily question .. but I can't remember howto do it If somebody has left a process with an open file on a mount filesystem or a shell with the pwd on it... how can I (root) discover the process to get the filesystem unmounted without the "umount: /filesystem: device is busy