> Doug Sampson wrote: > > This is dumb but here it goes... > > > > Much earlier this year I set up a router using Bering > uClibc 2.3.1 booting > > off /dev/hda1 instead of a floppy. It has worked flawlessly > since then. > > > > I have since then made some changes to our DNS records and > I wanted to back > > up these changes to /dev/hda1. I'm using dnsmasq so I went > to the backup > > menu and tried backing up dnsmasq. It failed. Ok, so /dev/hda1 isn't > > mounted. So I typed in the following and this is what I got: > > > > firewall# mount -t msdos /dev/hda0 /mnt > > mount: Mounting /dev/hda0 on /mnt failed: No such file or directory > > firewall# mount -t msdos /dev/hda1 /mnt > > mount: Mounting /dev/hda1 on /mnt failed: Invalid argument > > firewall# mount -t msdos /dev/hda2 /mnt > > mount: Mounting /dev/hda2 on /mnt failed: Invalid argument > > firewall# df > > Filesystem 1k-blocks Used Available Use% Mounted on > > /dev/root 98304 7960 90344 8% / > > tmpfs 128620 0 128620 0% /tmp > > tmpfs 32768 1144 31624 3% /var/log > > firewall# > > I've seen this when forgetting to load the ide drivers. Do > you have the > module for your IDE drive loaded? You can check with lsmod. >
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] Seems to be loaded, no? ~D ------------------------------------------------------------------------- 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/
