2015年4月21日 星期二

在Windows中建立任意大小的檔案

要產生任意大小的檔案在 Linux 下面有 dd 可以用
如果在 Windows 下面則可以用 fsutil 這個程式達成
這個工具 Windows XP 本身就有附帶了
開始 -> 執行 -> cmd
到文字介面模式後就可以使用了
如果要在 C:\ 產生的一個 1MB 的檔案就使用下面這行指令
fsutil file createnew C:\aa.txx 1024000
from:http://www.minitw.com/archives/pcskill/in-windows-create-any-size-file.htm?variant=zh-tw

沒有留言:

張貼留言

How to repair and clone disk with ddrescue

  ddrescue  is a tool that can be used to repair and clone disks on a  Linux system . This includes hard drives, partitions, DVD discs, flas...