Click to See Complete Forum and Search --> : Can not mount had in Red Hat Linux 7.0...


Thanh Trung
04-02-2001, 04:58 AM
Here is my hda.

hda1 1482 MB Win95 FAT32
hda2 1066 MB Linux native
hda4 164 MB Linux swap
hda5 6079 MB Win95 FAT32
hda6 101 MB DOS 16-bit >=32MB

I only can mount CD-ROM and floppy disk by using ‘mount /dev/cd’ and ‘mount /dev/fd0’ commands. I can’t mount hda. Do ‘mount /dev/hda1’ command, I always get one error message:
mount: can’t find /dev/hda1 in /ect/fstab or ect/mtab

Can you tell me the commands to mount hda1,hda5,hda6 sothat I can exchange data between Linux and FAT32|16bit?

Thanks a lot.

Mail to me if you’re possible. My email is thanhtrung2020@yahoo.com :)

bdg1983
04-02-2001, 05:29 AM
mount -t vfat /dev/hda1 /mnt/win95

mount -t vfat /dev/hda5 /mnt/win95

mount -t msdos /dev/hda6 /mnt/msdos

The mountpoints are entirely up to you. ie /mnt/up_to_you

This subject is also covered in the NHF's and the FAQ's here.