mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 00:06:39 +08:00
shell/file_and_directory.rst: Correct mkdos command.
This commit is contained in:
parent
f3dbb02b9d
commit
b8a76545d6
@ -1090,6 +1090,7 @@ NONE
|
|||||||
**EXAMPLES:**
|
**EXAMPLES:**
|
||||||
|
|
||||||
The following is an example of how to use ``df``:
|
The following is an example of how to use ``df``:
|
||||||
|
|
||||||
.. code:: c
|
.. code:: c
|
||||||
|
|
||||||
SHLL [/] $ df -B 4K
|
SHLL [/] $ df -B 4K
|
||||||
@ -1848,17 +1849,23 @@ mkdos - DOSFS file system format
|
|||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
mkdir [-V label] [-s sectors/cluster] [-r size] [-v] path
|
mkdos [-V label] [-s sectors/cluster] [-r size] [-v] path
|
||||||
|
|
||||||
**DESCRIPTION:**
|
**DESCRIPTION:**
|
||||||
|
|
||||||
This command formats a block device entry with the DOSFS file system.
|
This command formats a block device entry with the DOSFS file system.
|
||||||
|
|
||||||
*-V label*
|
*-V label*
|
||||||
|
Specify the volume label.
|
||||||
|
|
||||||
*-s sectors/cluster*
|
*-s sectors/cluster*
|
||||||
|
Specify the number of sectors per cluster.
|
||||||
|
|
||||||
*-r size*
|
*-r size*
|
||||||
|
Specify the number of entries in the root directory.
|
||||||
|
|
||||||
|
*-v*
|
||||||
|
Enable verbose output mode.
|
||||||
|
|
||||||
**EXIT STATUS:**
|
**EXIT STATUS:**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user