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[] = {
|
||||
{ "mount", do_mufs_mount },
|
||||
{ "unmount", do_mufs_unmount },
|
||||
{ "format", do_mufs_format },
|
||||
{ "mkdir", do_mufs_mkdir },
|
||||
{ "rmdir", do_mufs_rmdir },
|
||||
|
|
Loading…
Add table
Reference in a new issue