I have an win98 OS on my system, and I recently installed Redhat 8.0 on my system. I created a partition of 3GB using fdisk and then used the diskdruid which comes along with Redhat 8.0 to created the linux file system EXT2. After logging in I found I couldn't access the other partitions,which I could with Win98. So after a lot of searching and help from friends I finally was able to mount my other partitions. I added the following lines...
/dev/hdb1 /mnt/win98c vfat defaults 0 0
/dev/hdb5 /mnt/win98d vfat defaults 0 0
/dev/hdb6 /mnt/win98e vfat defaults 0 0
/dev/hdb7 /mnt/win98f vfat defaults 0 0
in etc/fstab file
and then saved it.
I was able to acess my other partitions from /mnt.
I can save data in these partitions as an administrator but not as a user. Can anybody help me here?????