LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mass storage Class Driver (https://www.linuxquestions.org/questions/linux-newbie-8/mass-storage-class-driver-776665/)

jasivkumar 12-18-2009 07:09 AM

Mass storage Class Driver
 
Hi all ,

For Testing Purposes , I want to detach/Unregister my existing Mass Storage Class Driver and include the Driver of mine , Can u please suggest me some methods , i can do so .

Please donot point to me to add a patch or recompile.

Thanks ,
Siva

evo2 12-18-2009 07:24 AM

If you are talking about usb mass storage, and have a modular kernel (almost all are):
Code:

modprobe -r usb_storage
However, if you are writing drivers of your own, surely you would know that. Perhaps I've misunderstood something here.

Evo2.


All times are GMT -5. The time now is 03:37 PM.