On Tue, 16 Jan 2001, Lei Ding wrote:

> mkdir /mnt/vfat
> mount -t vfat /dev/hda1 /mnt/vfat
> But linux saids incorrect major or minor number,why?
> 
What does the partition table on the drive look like?  (fdisk -l /dev/hda)
If you try and mount a partition that isn't on the disk, the minor number
will be wrong.  If you are trying to mound a ZIP disk/ try:

mount -t vfat /dev/hda4 /mnt/vfat

ZIP disks are normaly formatted on the 4th partition.

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to