0

I have a GPT partition on Windows Server which is shared over the network and works with RAID controller. I want it to be extended automatically when it reaches it's limit and users are adding files to this drive.

What is the way to achieve this? Could Quota management be applied on the partition?

Dave M
  • 4,514
  • 22
  • 31
  • 30
ATX-750K
  • 55
  • 6

1 Answers1

0

Auto resizing partitions isn't a common thing. Fully allocate physical disks to the volume. Easier for capacity planning, as you are honest about how big the storage is, and have it all available.

Implement quotas at the file system level, for reports on utilization and controls over the heaviest users. On Windows, File Server Resource Manager.

John Mahowald
  • 32,050
  • 2
  • 19
  • 34