TestDisk: add /cmd device advanced,list parameter
This commit is contained in:
parent
b2e6b6f55f
commit
a6c66ab40b
1 changed files with 5 additions and 0 deletions
|
@ -317,6 +317,11 @@ void interface_adv(disk_t *disk_car, const int verbose,const int dump_ind, const
|
|||
(*current_cmd)+=4;
|
||||
command='c';
|
||||
}
|
||||
else if(strncmp(*current_cmd,"list",4)==0)
|
||||
{
|
||||
(*current_cmd)+=4;
|
||||
command='l';
|
||||
}
|
||||
else if(strncmp(*current_cmd,"superblock",10)==0)
|
||||
{
|
||||
(*current_cmd)+=10;
|
||||
|
|
Loading…
Reference in a new issue