user663896
user663896

Reputation:

dd with large disks

What is the maximum size of disks/partition with dd can work correctly?

Upvotes: 0

Views: 171

Answers (1)

Wolph
Wolph

Reputation: 80111

The limit would probably not be in dd but in the operating system instead.

But... for all intents and purposes it is probably more than you'll ever need. I've successfully used dd on raid arrays that were over 20TiB in size.

Upvotes: 3

Related Questions