Quickly create a large file on a Mac OS X system?

Ask for help and report issues with the Mac OS X version of Transmission
Post Reply
James631
Posts: 1
Joined: Mon Oct 08, 2018 9:29 am

Quickly create a large file on a Mac OS X system?

Post by James631 »

In order to create a 10 GB temp file...

In Linux you can do this:

Code: Select all

fallocate -l 10G temp_10GB_file
In Windows you can do this:

Code: Select all

fsutil file createnew temp_10GB_file 10000000000
...but what about if you're in OS X?
Post Reply