To create empty file with specific size fallow our next steps :
- Open command prompt. To do that click Start-->Run... and type cmd,
- Go to drive on which you want to create that empty file using command
- cd
(with this command you will enter in directory), CD... (with this command you will exit from directory),
to go in D partition type D:
- When you are in root of partition on which you want to create on empty file use next command: fsutil file createnew FileName Size
- FileName is place where you can write a name of your new created file,
- Size is place where you can write a size of you new created file. To calculate a size you can use next formula: 2 GB = 2 * 1024 = 2048 MB * 1024 = 2097152 KB * 1024 = 2147483648 bite
- After this empty file will be created on selected partition with name and size which you did setup.
- We recommend that you restart you computer.
No comments:
Post a Comment