> > Something you might want to try is to rmmod the IDE modules > > and insmod > > them again - since they're unused according to lsmod, that > > should work > > (and who knows, you might be able to gain access to your hd > > that way again). > > > > Just an idea - I have no clue if that will help or not. > > > firewall# lsmod Module Size Used by Not tainted tun 2944 3 softdog 1360 1 ipt_physdev 580 0 ipt_recent 6608 5 ipt_ipp2p 5624 1 ipt_state 272 30 ipt_helper 400 0 (unused) ipt_conntrack 692 0 ipt_REDIRECT 480 1 ipt_MASQUERADE 1024 2 ip_nat_irc 1704 0 (unused) ip_nat_ftp 2152 0 (unused) iptable_nat 14452 3 [ipt_REDIRECT ipt_MASQUERADE ip_nat_irc ip_nat_ftp] ip_conntrack_irc 2484 1 ip_conntrack_ftp 3132 1 ip_conntrack 16516 2 [ipt_state ipt_helper ipt_conntrack ipt_REDIRECT ipt_MASQUERADE ip_nat_irc ip_nat_ftp iptable_nat ip_conntrack_irc ip_conntrack_ftp] 3c59x 23768 2 eepro100 16844 1 mii 1820 0 [eepro100] crc32 2620 0 (unused) isofs 15700 0 ide-detect 132 0 (unused) ide-cd 26748 0 ide-disk 11308 0 ide-core 80476 0 [ide-detect ide-cd ide-disk] cdrom 25344 0 [ide-cd] firewall# insmod ide-disk insmod: ide-disk.o: no module by that name found firewall# insmod /lib/modules/ide-disk insmod: ide-disk.o: no module by that name found firewall# find / | grep ide- /boot/lib/modules/ide-core.o /boot/lib/modules/ide-disk.o /boot/lib/modules/ide-detect.o /boot/lib/modules/ide-cd.o firewall# insmod /boot/lib/modules/ide-disk insmod: ide-disk.o: no module by that name found firewall# insmod /boot/lib/modules/ide-disk.o Using /boot/lib/modules/ide-disk.o insmod: A module named ide-disk already exists firewall# rmmod /boot/lib/modules/ide-disk.o rmmod: /boot/lib/modules/ide-disk.o: No such file or directory firewall# rmmod /boot/lib/modules/ide-disk rmmod: /boot/lib/modules/ide-disk: No such file or directory firewall# find / | grep ide- /boot/lib/modules/ide-core.o /boot/lib/modules/ide-disk.o /boot/lib/modules/ide-detect.o /boot/lib/modules/ide-cd.o firewall#
Can someone tell me whether this is normal behavior? ~Doug ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
