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 know I partitioned /dev/hda1 and /dev/hdb1 when I set up this router early this year using msdos as the filetype. I believe the partition size is no more than 32 MB each. I've looked into http://leaf.sourceforge.net/doc/bk02ch11s03.html and cannot figure out what I'm doing wrong. I can reboot and get it working just fine. Typing 'man mount' at the command prompt doesn't work. I don't quite understand this- I do not use Linux regularly. Like I said, this is quite dumb... ~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/
