Ok... here is my fdisk listing:
Disk /dev/hda: 255 heads, 63 sectors, 525 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Begin Start End Blocks Id System
/dev/hda1 * 1 1 261 2096451 b Win95 FAT32
/dev/hda2 262 262 453 1542240 5 Extended
/dev/hda3 454 454 517 514080 83 Linux native
/dev/hda4 518 518 525 64260 82 Linux swap
/dev/hda5 262 262 453 1542208+ 6 DOS 16-bit >=32M
And here is my fstab:
# /etc/fstab
#
# You should be using fstool (control-panel) to edit this!
#
# <device> <mountpoint> <filesystemtype> <options> <dump> <fsckorder>
/dev/hda3 / ext2 defaults 1 1
/dev/hda5 /DOS vfat defaults 0 0
/dev/scd0 /mnt/cdrom iso9660 noauto,ro 0 0
/dev/scd1 /mnt/cdrom2 iso9660 noauto,ro 0 0
/dev/fd0 /mnt/floppy auto noauto 0 0
/dev/hda1 none ignore 0 0 0
/dev/hda2 none ignore 0 0 0
none /proc proc defaults
/dev/hda4 none swap sw
I am using RedHat 5.0 (I guess I should update it)
And I canīt mount hda1 using: mount -t vfat /dev/hda1 /WIN98
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.