Skip to main content

Managing Your Server’s Storage

The Storage tab in the FREAKHOSTING VPS Control Panel gives you a complete view of every disk drive attached to your virtual server — including its capacity, role, and current status. Whether you are running a single-drive setup or managing additional storage volumes, this is where you keep tabs on your server’s disk resources.

Difficulty

Beginner

Time

2 Minutes

Viewing Your Storage Configuration

1

Navigate to Your Server

Click on Servers in the top navigation bar, then click Manage next to the server you want to view.
2

Open the Storage Tab

Click on the Storage tab in the server management navigation. You will see a card for each disk drive attached to your server.

Understanding the Storage Display

Each disk drive is displayed as a card showing the following details:
DetailDescription
Drive LetterThe drive identifier — for example, Drive: A is your first drive, Drive: B would be a second, and so on
Type BadgeAn orange PRIMARY badge marks the main boot drive where your operating system lives
CapacityThe total storage space allocated to this drive (e.g., 100 GB)
Toggle SwitchA green toggle indicating whether the drive is currently enabled or disabled
Hard Drive IconA visual indicator representing the disk

Drive A — Your Primary Drive

Every VPS ships with at least one drive: Drive A, marked with the orange PRIMARY badge. This is the disk your operating system is installed on and the one your server boots from. The primary drive is always enabled — you will see its toggle switch set to green (on) by default, and it cannot be disabled while your server is active. Think of Drive A as the main hard drive in a desktop computer. Everything your server needs to start up lives here: the operating system, your applications, your databases, your configuration files.

When Would I See Multiple Drives?

Some VPS plans or custom configurations include additional storage volumes. If your server has extra drives attached, they appear as separate cards — Drive: B, Drive: C, and so on. These secondary drives do not have the PRIMARY badge because they are used for data storage only, not booting. Common reasons you might see multiple drives:
  • Additional storage add-on — You purchased extra disk space that is mounted as a separate volume.
  • Dedicated data drive — Your plan includes a second drive specifically for databases, media files, or backups.
  • Custom configuration — Our team attached an extra volume at your request.
Secondary drives can be toggled on or off using their toggle switch. Disabling a secondary drive detaches it from your server — the data is preserved, but the drive will not be accessible until you re-enable it. The primary drive toggle cannot be turned off while the server is running.

Checking Disk Usage from Inside Your Server

The Storage tab shows you how much space is allocated to each drive, but to see how much space is actually used, you need to check from within your operating system.

Linux

Connect via SSH and run df -h to see disk usage for all mounted volumes. The output shows total size, used space, available space, and the mount point for each drive.

Windows

Open Disk Management (right-click the Start menu and select it) or run Get-PSDrive in PowerShell to view drive capacity and free space.

Storage Best Practices

Monitor Disk Usage

Regularly check your disk usage from within the operating system. Running out of disk space can cause services to crash, databases to corrupt, and log files to stop writing — often with no obvious warning until things break.

Clean Up Regularly

Remove unnecessary files, old logs, and temporary data. On Linux, use apt autoremove (Debian/Ubuntu) or yum autoremove (CentOS) to clean up unused packages. Check /var/log for oversized log files.

Plan for Growth

If your data is growing rapidly, consider upgrading your VPS plan to a larger storage allocation before your disk fills up. Running at 90%+ capacity is a warning sign — give yourself breathing room.

Regular Backups

Even with ample storage, always maintain regular backups. Storage hardware can fail and accidental deletions happen. Head over to the Backups tab to schedule automated backups of your primary drive.

Storage capacity is determined by your VPS plan. To increase storage, you may need to upgrade to a higher plan or request an additional storage volume. Contact FREAKHOSTING support for available upgrade options and pricing.
When a disk reaches 100% capacity, services will start failing. Databases crash, log files cannot be written, and your operating system may become unstable or unresponsive. Some services (like MySQL) will refuse to start entirely until space is freed. Monitor disk usage regularly and take action when usage exceeds 85%.
The primary drive size is tied to your VPS plan. Resizing it requires a plan upgrade. If you only need extra space for data (not the OS), ask about adding a secondary storage volume instead.
Yes. Depending on your VPS plan and configuration, you may have one or more drives attached. The primary drive (Drive A) contains your operating system, while additional drives can be used for data storage. Each drive appears as its own card in the Storage tab with its own toggle switch and capacity display.

Need Extra Help?

If you encounter any issues, our support team is ready to assist:

Save on Your Hosting

Ready to get a new server? Use code KB20 at checkout for 20% off your first month!

Last Updated: March 2026 | VPS Support: Storage management simplified.