next up previous contents index
Next: 9.2.3.8 Set floppy format-Menu Up: 9.2.3 Select device for Previous: 9.2.3.6 Blockdev filesystem type

9.2.3.7 Blockdev make filesystem command

This is only of interest, if you are using the BLOCKDEV device type.

Before using any medium, KBACKUP will issue this command to make a filesystem on it. This filesystem must be the same as specified in the Blockdev filesystem type , otherwise KBACKUP cannot mount the device.

When using floppy disks, you can low-level format them and make a filesystem on them in one step, like e.g. this:

fdformat /dev/fd0H1440 && mkfs -t minix /dev/fd0H1440 1440
Instead of specifying the device name directly, you can use ``\$device'', which will get replaced by the actual device name.

For floppy disks, I recommend using the ``minix'' filesystem because it gives you the biggest capacity. If you are using superformat(1) instead of fdformat(1) , you can write up to 1.9 Mb onto a single HD floppy disk.

For other media, you should probably use the ``ext2'' filesystem which is the most advanced and secure one available under LINUX .


next up previous contents index
Next: 9.2.3.8 Set floppy format-Menu Up: 9.2.3 Select device for Previous: 9.2.3.6 Blockdev filesystem type   Contents   Index
David Frascone
2000-10-13