1FSTRANSFORM(8) System Administration Utilities FSTRANSFORM(8)
2
3
4
6 fstransform - manual page for fstransform 0.9.3
7
9 fstransform [OPTION]... DEVICE NEW-FILE-SYSTEM-TYPE
10
12 Transform file system inside DEVICE to NEW-FILE-SYSTEM-TYPE, preserving
13 its contents and without need for backup
14
16 --help Print this help and exit
17
18 --new-size=SIZE
19 Set new file system length. default: device length
20
21 --old-file-system=OLD-TYPE
22 Override current (old) file system type autodetection
23
24 --force-untested-file-systems Transform also untested file systems
25 (DANGEROUS)
26
27 --list-source-file-systems
28 Print list of file systems supported as source
29
30 --list-target-file-systems
31 Print list of file systems supported as target
32
33 --reversible[=yes|no]
34 Create zero-file, fsremap will do a reversible transformation
35 default: no
36
37 --no-questions
38 Never ask any question or confirmation
39
40 --show-time[=yes|=no]
41 Show current time before each message. default: yes
42
43 --loop-file=LOOP-FILE
44 Override loop-file path
45
46 --loop-mount-point=PATH Override loop-file mount point
47
48 --zero-file=ZERO-FILE
49 Override zero-file path
50
51 --cmd-CMD-NAME=CMD-PATH Set external command CMD-NAME to use. default:
52 autodetected
53
54 --opts-fsmove=OPTS
55 Pass OPTS as additional options to 'fsmove'
56
57 --opts-fsremap=OPTS
58 Pass OPTS as additional options to 'fsremap'
59
60 --opts-mkfs=OPTS
61 Pass OPTS as options to 'mkfs'. default: '-q'
62
63 --opts-fsck-source=OPTS Override 'fsck' options for old file system.
64 default: '-p -f'
65
66 --opts-fsck-target=OPTS Override 'fsck' options for new file system.
67 default: '-p -f'
68
69 --x-OPTION=VALUE
70 Set internal, undocumented option. For maintainers only.
71
72
73
74fstransform 0.9.3 May 2019 FSTRANSFORM(8)