yes i tried mount -t msdos /dev/hdb2 /mnt/hd
i executed:
depmod -a
and when it finished retried to mount but got the same problem. BTW, when I
went back into rh80 i noticed that cat /proc/filessystems failed to reveal
the vfat and msdos again so I executed /sbin/modprobe vfat and msdos both to
get me back to where I was. So. the sequence was:
cat /proc/filesystems (no devices)
/sbin/modprobe vfat
cat /proc/filesystems (devices exist)
/sbin/depmod -a
mount -t vfat /dev/hdb2 /mnt/hd
NO LUCK..still getting fs type message.
> > OK, I executed:
> > #/sbin/modprobe vfat ( no success or error message )
> > I then executed:
> > #cat /proc filesystems ( saw vfat and msdos in the listing this time )
> > I executed the mount command again:
> > #mount -t /dev/hdb2 /mnt/hd
> What happened to the msdos?
> mount -t msdos /dev/hdb2 /mnt/hd
> > and got the same message as before "wrong fs type or ....... too many
files
> > sytems mounted" I also took out the "-t" which some suggested and of
course
> > it failed, manpages says it is required.
> > Something else has to be up ... I think we are getting closer.
> If you've added any new modules lately, then first do: depmod -a