There are many possible causes of this issue, however most relate to quotas being enabled on the filesystem itself. Some ways to check the most common errors are: Quotas enabled in the filesysem By default, quoatas are enabled in the kernel on all SoftLayer Linux and FreeBSD kernels. If you’ve compiled/installed your own kernel, you’ll… Continue reading WHM shows all accounts as 0/unlimited quotas
Tag: fstab
Formatting and Mounting a new drive in Linux
I have installed a new slave hard drive. How do I format it and mount it? Solution: 1. Login as root: and type the following command: [root@34 root]# fdisk /dev/hdc 2. This screen will appear: The number of cylinders for this disk is set to 10011. There is nothing wrong with that, but this is… Continue reading Formatting and Mounting a new drive in Linux