On Wed, Mar 20, 2002 at 02:28:08PM +0100, Kjetil Tjensvold wrote:
>
> How do I copy vmlinuz to a bootable MS-dos diskette.

The best thing to do is to run the command mkbootdisk giving
the kernel number as an option.

> I run RH 7.2 and I can't find RAWRITE for writing to
> ms-dos.

rawrite is on the first CD, I believe.
That said, it's a windows program so you won't be able to use it under Linux.

> And why can I set the vfat type in mount i.e.
> 
> mount -t vfat /dev/fd0 /root

The file-system type is usually in the /etc/fstab file.
Type `man fstab` to get an explanation of the file format.

Another thing: you don't want to mount the floppy under /root .
Use an empty directory (preferably somewhere under /mnt).

Emmanuel



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

Reply via email to