[wplug] Enough RAM?

Jack vze24938 at verizon.net
Thu Mar 28 20:28:24 EST 2002


On Thu, 28 Mar 2002 19:05:30 -0500
"Chris" <vze2f6h6 at verizon.net> wrote:

--snip--

> #mount /dev/hdb
> mount: wrong fs type, bad option, bad superblock on /dev/hdb, or too many
> mounted file systems

--snip--

Your problem is right there.  /dev/hdb is the whole drive.  Even if you only have one big partition on that drive, that partition would be referred to as /dev/hdb1.  What you need to do is find out which partition number the partition you want to mount is, and then use that number.  If it's 4, then you do mount /dev/hdb4.  You get the idea.  As far as how to determine that number, you can check dmesg.  Repost if that doesn't work.



More information about the wplug mailing list