Re: list what is using a module

2003-08-14 Thread Kent West
matt zagrabelny wrote: hello, i would like to remove a module. when i do "rmmod " i get: : device or resource busy is there a way to list processes that are using a module? enjae[westk]:/home/westk> sudo lsmod Module Size Used byNot tainted r128 90232

Re: list what is using a module

2003-08-14 Thread Dave Carrigan
On Sat, Aug 09, 2003 at 11:53:38AM -0500, matt zagrabelny wrote: > i would like to remove a module. when i do "rmmod " i get: > > : device or resource busy > > is there a way to list processes that are using a module? If the module has a device associated with it, then you can use lsof on the d

Re: list what is using a module

2003-08-14 Thread leroyljr
On Sat, Aug 09, 2003 at 11:53:38AM -0500, matt zagrabelny wrote: > hello, > > i would like to remove a module. when i do "rmmod " i get: > > : device or resource busy > > is there a way to list processes that are using a module? > > are processes the only thing that need to be stopped before a