next up previous contents index
Next: Set floppy format Up: Select device for Previous: Blockdev filesystem type

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: Set floppy format Up: Select device for Previous: Blockdev filesystem type



KBackup development
Mon Jan 15 22:16:37 MET 1996