type df and see if there is something mounted that is called windows or dos
if there isn't note if your / is /hda or /hdb
your other hard drive will be the one that doesn't appear there, provided they are both on IDE 1. (if they both appear cd into where they claim to be mounted and see if your files are there)
if one or the other doesn't appear. become root, mkdir /mnt/windows
and mount /dev/hdWhateverain'tthere /mnt/windows
if you want to mount that drive regularly google fstab and how to alter it.
Win98 is Fat32, so if you don't have the vfat module in there somewhere, it might not work, though being fedora i image both the mountpoint and the module are there
so it will be a simple matter of cd to the appropriate dir
One thing. If your system automatically mounts the partition Root will own the directory, which causes access problems. There are ways around that, one would be not to automount it during bootup, and mount it via a login script. That said, i'd be in favour of manual logging.
|