1FSTRANSFORM(8) System Administration Utilities FSTRANSFORM(8)
2
3
4
6 fstransform - manual page for fstransform 0.9.4
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 --cmd-CMD-NAME=CMD-PATH
17 set external command CMD-NAME to use. default: autodetect
18
19 --force-untested-file-systems also transform untested file systems
20 (DANGEROUS)
21
22 --list-source-file-systems
23 list file systems supported as source and exit
24
25 --list-target-file-systems
26 list file systems supported as target and exit
27
28 --loop-file=LOOP-FILE
29 override loop-file path
30
31 --loop-mount-point=PATH
32 override loop-file mount point
33
34 --new-size=SIZE
35 set new file system length. default: device length
36
37 --current-fstype=OLD-TYPE
38 override current (old) file system type autodetection required
39 for 'ntfs' file system
40
41 --opts-fsmove=OPTS
42 pass OPTS as additional options to 'fsmove'
43
44 --opts-fsremap=OPTS
45 pass OPTS as additional options to 'fsremap'
46
47 --opts-mkfs=OPTS
48 pass OPTS as options to 'mkfs'. default: '-q'
49
50 --opts-fsck-source=OPTS
51 override 'fsck' options for old file system. default: '-p -f'
52
53 --opts-fsck-target=OPTS
54 override 'fsck' options for new file system. default: '-p -f'
55
56 --show-time[=yes|=no]
57 show current time before each message. default: yes
58
59 --prealloc[=yes|no]
60 use EXPERIMENTAL files preallocation. default: no
61
62 --questions=[yes|no|on-error] whether to ask questions interactively.
63 default: on-error
64
65 --reversible[=yes|no]
66 create zero-file, fsremap will do a reversible transformation
67 default: no
68
69 --x-OPTION=VALUE
70 set internal, undocumented option. For maintainers only.
71
72 --zero-file=ZERO-FILE
73 override zero-file path
74
75 --help display this help and exit
76
77 --version
78 output version information and exit
79
80
81
82fstransform 0.9.4 July 2019 FSTRANSFORM(8)