You are not logged in.
Pls tell me how can I disable the usb-storage devices in slitaz.
I just need to disable only usb-storage devices(not usb devices such as mouse and key boards).
In OSs like ubuntu, I can done it easily by adding "blacklist usb-storage" text to
"/etc/modprobe.d/blacklist.conf" file
But this method did't works on Slitaz...
Offline
# cd /sys/bus/usb/drivers/usb-storage
# for i in *:*; do echo -n "$i" > unbind; done
Offline
Thanks, I'll try that,
Can i do this when I'm building the iso externally without booting from slitaz and using tazlito.
I mean by extracting the iso and remastering.
Thanks in advance.
Offline
Dear Bellard,
I tried your steps, But no better results for me,that means usb storage devices are still working. I also fount that usb storages can be disabled using "modprobe -r usb_storage" command. But it gives error
modprobe: module usb_storage not found
modprobe: failed to remove module usb_storage: No such file or directory
So pls help me to sort out this....
Offline
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]