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. ------------------------------------------------------------------------- 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/
