shell: mufs: add unmount command
This commit is contained in:
parent
7ae378ddba
commit
84468fd761
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ static void do_mufs_ls(const char *s);
|
||||||
|
|
||||||
static struct cmd mufs_cmds[] = {
|
static struct cmd mufs_cmds[] = {
|
||||||
{ "mount", do_mufs_mount },
|
{ "mount", do_mufs_mount },
|
||||||
|
{ "unmount", do_mufs_unmount },
|
||||||
{ "format", do_mufs_format },
|
{ "format", do_mufs_format },
|
||||||
{ "mkdir", do_mufs_mkdir },
|
{ "mkdir", do_mufs_mkdir },
|
||||||
{ "rmdir", do_mufs_rmdir },
|
{ "rmdir", do_mufs_rmdir },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue