UNIXETC

创建固定大小的文件

· 118 words · 1 minutes to read
Categories: STUFF
Tags: Linux Windows fsutil dd

有时我们需要新建指定大小的文件,很多人可能使用压缩软件的分割功能,分割出指定大小的文件。

其实操作系统本身自带的命令就可以胜任以上任务。

Windows

新建名为1G-File,大小1G的文件

fsutil file createnew 1G-File 1073741824

Linux

新建名为2G-File,大小为2G的文件

dd if=/dev/zero  of=./2G-File bs=1M count=2048

Links


CDN   VPS   ForeverBlog   Autohotkey   openSUSE   7zip   QGIS   LearnSQL   NRDOC   Markdown   RSS