|
|
|
@ -46,15 +46,15 @@ mkfsoptions |
|
|
|
|
BOOLEAN PARAMETERS |
|
|
|
|
------------------ |
|
|
|
|
force |
|
|
|
|
Normaly, this type does nothing if a filesystem is found |
|
|
|
|
on the target device. If you specify force, it's formated |
|
|
|
|
Normally, this type does nothing if a filesystem is found |
|
|
|
|
on the target device. If you specify force, it's formatted |
|
|
|
|
if the filesystem type or label differs from parameters. |
|
|
|
|
Warning: This option can easily lead into data loss! |
|
|
|
|
|
|
|
|
|
MESSAGES |
|
|
|
|
-------- |
|
|
|
|
filesystem <fstype> on <device> \: <discoverd device> created |
|
|
|
|
Filesytem was created on <discoverd device> |
|
|
|
|
Filesystem was created on <discoverd device> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EXAMPLES |
|
|
|
@ -62,7 +62,7 @@ EXAMPLES |
|
|
|
|
|
|
|
|
|
.. code-block:: sh |
|
|
|
|
|
|
|
|
|
# Ensures that device /dev/sdb is formated with xfs |
|
|
|
|
# Ensures that device /dev/sdb is formatted with xfs |
|
|
|
|
__filesystem /dev/sdb --fstype xfs --label Testdisk1 |
|
|
|
|
# The same thing with btrfs and disk spezified by pci path to disk 1:0 on vmware |
|
|
|
|
__filesystem dev_sdb --fstype btrfs --device /dev/disk/by-path/pci-0000:0b:00.0-scsi-0:0:0:0 --label Testdisk2 |
|
|
|
|