Show list of authorized fstypes with error
This commit is contained in:
parent
19dcc87950
commit
646e1a3764
1 changed files with 3 additions and 0 deletions
|
|
@ -123,6 +123,9 @@ def dest_safety_check(source, dest):
|
||||||
print_error(
|
print_error(
|
||||||
'Destination filesystem "{}" is not a recommended type.'.format(
|
'Destination filesystem "{}" is not a recommended type.'.format(
|
||||||
dest['Filesystem']))
|
dest['Filesystem']))
|
||||||
|
print_info('Authorized types are: {}'.format(
|
||||||
|
' / '.join(AUTHORIZED_DEST_FSTYPES).upper()))
|
||||||
|
print_standard(' ')
|
||||||
if not ask('Proceed anyways? (Strongly discouraged)'):
|
if not ask('Proceed anyways? (Strongly discouraged)'):
|
||||||
abort_ddrescue_tui()
|
abort_ddrescue_tui()
|
||||||
# Read-Write access
|
# Read-Write access
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue