Home | History | Annotate | Download | only in mkfs

Lines Matching refs:MSG

44 	MSG(0, "\nUsage: mkfs.f2fs [options] device [sectors]\n");
45 MSG(0, "[options]:\n");
46 MSG(0, " -a heap-based allocation [default:0]\n");
47 MSG(0, " -c [device path] up to 7 devices excepts meta device\n");
48 MSG(0, " -d debug level [default:0]\n");
49 MSG(0, " -e [cold file ext list] e.g. \"mp3,gif,mov\"\n");
50 MSG(0, " -E [hot file ext list] e.g. \"db\"\n");
51 MSG(0, " -f force overwrite the exist filesystem\n");
52 MSG(0, " -g add default options\n");
53 MSG(0, " -i extended node bitmap, node ratio is 20%% by default\n");
54 MSG(0, " -l label\n");
55 MSG(0, " -m support zoned block device [default:0]\n");
56 MSG(0, " -o overprovision ratio [default:5]\n");
57 MSG(0, " -O feature1[feature2,feature3,...] e.g. \"encrypt\"\n");
58 MSG(0, " -q quiet mode\n");
59 MSG(0, " -R root_owner [default: 0:0]\n");
60 MSG(0, " -s # of segments per section [default:1]\n");
61 MSG(0, " -S sparse mode\n");
62 MSG(0, " -t 0: nodiscard, 1: discard [default:1]\n");
63 MSG(0, " -w wanted sector size\n");
64 MSG(0, " -z # of sections per zone [default:1]\n");
65 MSG(0, " -V print the version number and exit\n");
66 MSG(0, "sectors: number of sectors. [default: determined by device size]\n");
72 MSG(0, "\n\tF2FS-tools: mkfs.f2fs Ver: %s (%s)\n\n",
76 MSG(0, "Info: Disable heap-based policy\n");
78 MSG(0, "Info: Debug level = %d\n", c.dbg_lv);
80 MSG(0, "Info: Add new cold file extension list\n");
82 MSG(0, "Info: Add new hot file extension list\n");
85 MSG(0, "Info: Label = %s\n", c.vol_label);
86 MSG(0, "Info: Trim is %s\n", c.trim ? "enabled": "disabled");
89 MSG(0, "Info: Set conf for android\n");
123 MSG(0, "Error: Too many devices\n");
128 MSG(0, "Error: device path should be less than "
152 MSG(0, "Error: Volume Label should be less than "
196 MSG(0, "\tError: Unknown option %c\n",option);
206 MSG(0, "\tInfo: project quota feature should always be "
211 MSG(0, "\tInfo: inode checksum feature should always be "
216 MSG(0, "\tInfo: flexible inline xattr feature should always be "
221 MSG(0, "\tInfo: inode crtime feature should always be "
228 MSG(0, "\tError: Device not specified\n");
237 MSG(0, "\tError: Not support custom size on multi-devs.\n");
285 MSG(0, "\t%s appears to contain an existing filesystem (%s).\n",
288 MSG(0, "\t%s appears to contain a partition table (%s).\n",
291 MSG(0, "\t%s appears to contain something weird according to blkid\n",
299 MSG(0, "\tprobe of %s failed, cannot detect existing filesystem.\n",
334 MSG(0, "\tUse the -f option to force overwrite.\n");
340 MSG(0, "\tError: Not available on mounted device!\n");
352 MSG(0, "\tError: zoned block device feature is required\n");
357 MSG(0, "\tError: Trim is required for zoned block devices\n");
372 MSG(0, "Info: format successful\n");