PrepAway - Latest Free Exam Questions & Answers

What utility would you use to do so?

CORRECT TEXT
You want to create a boot floppy using a given image file on your hard disk. What utility would you
use to do so?

PrepAway - Latest Free Exam Questions & Answers

Answer: mkbootdisk –device /dev/fd0 `uname -r`

Explanation:
mkbootdisk creates a boot floppy appropriate for the running system. The boot disk is entirely selfcontained, and includes an initial ramdisk image which loads any necessary SCSI modules for the
system. The created boot disk looks for the root filesystem on the device suggested by /etc/fstab.
The only required argument is the kernel version to put onto the boot floppy.
Syntax: mkbootdisk [options] kernel version.
Bydefault mkbootdisk creates the boot disk on first floppy device. If you want to specify the device
use the –device option. We can print the kernel version using uname -r command.


Leave a Reply