Red Hat / Fedora :: Assign Disk Space Quota To Particular User?
Dec 24, 2009
i am using linux redHat 5 and fedora9 How can assgin disk space quota to particular user suppose i have 4 users
user1
user2
user3
user4
All four users have a each folder
/data/folder1
/data/folder2
/data/folder3
/data/folder4
i want to assign space limit/restriction of 100MB on each on folder.
View 3 Replies
ADVERTISEMENT
May 26, 2010
What is the best way to create a hard (OS) quota on disk space folders? Basically in web root folder /var/www/lighttpd I have a folder called domains. I want to set a quota on each domain folder. The quota sizes will vary per folder. Is there a way to do this without creating a user for every domain? Currently every folder is owned by the lighttpd user and group.
View 2 Replies
View Related
May 2, 2011
I'm looking for a free backup solution how work in client-server in both environments Linux(server) and Windows(client). in my case, i want to give a disk space quota in my Linux server for each remote windows client.
View 2 Replies
View Related
Nov 22, 2010
I am writing a php script and I need to find the total diskspace of a directory. I have used space already. I have a couple of different users with quotas
Code:
$path = "/home/" . ($_SERVER['PHP_AUTH_USER']);
$used = exec("du -c -a $path");
echo $used;
Will give me the disk space used. But I need total quota for that user.
View 4 Replies
View Related
Jun 10, 2011
Relational databases usually have their data over in /var/lib/something. Users are in /home (with data in /var/www). How can I apply a single total disk space quota across all of these independent software systems (file systems, RDBMS, etc.)?
P.S. There's a bet going on around me as to just how awesome SU is. Let's see what you've got.
View 1 Replies
View Related
Apr 11, 2010
Is there a way to set a disk quota for samba users? I've found a few guides, but they were a little to complicated for my needs. Running Ubuntu server 9.10
View 3 Replies
View Related
Oct 4, 2010
I have a 80GB HDD on which I have installed Ubuntu10.04. I have about 45GB space remaining. I am trying to install Fedora13. I create : 2GB / partition - 2.4GB swap partition. I want to create 6GB /usr partition and it says not enough disk space? Why is it giving that message?
View 1 Replies
View Related
Jan 7, 2011
We are using Red Hat Enterprise AS 3.0. There are 100+ users connected to a single server. As the Inbox size of Mail Client (Thunderbird) for each user grows there are space constraint on the server. So I want to define a quota on mail folder for each user (say around 500 MB to 1 GB). How can I do this.
View 3 Replies
View Related
May 27, 2009
I want to get the disk space usage of each user on the machine. I Have found the command -du but how can I consultate the usage per user? The only thing I can is to consultate the usage of maps...
View 3 Replies
View Related
Mar 14, 2011
When going through my emails that are produced by the cron jobs ran on my Solaris servers, I am receiving a message that states,"/ is 50% full" what can I do to either lower the amount of data on this partition or raise the threshold limits to to stop this message? I would prefer to learn how to lower the amount of data on this disk to bring under my disk quota of 50% in order to stop these emails being produced by the cron job running on this server.
View 1 Replies
View Related
Apr 24, 2010
I am wondering if I can set diskquota on a nfs mount, instead of where the folder actually located.
e.g.
HOST1 - /dev/sdb1 /home
exports /home to HOST2
HOST2 - HOST1:/home /home
set quota from HOST2 for /home
Is this possible? I have not tried it, I wonder if anyone tried it.
View 1 Replies
View Related
Jan 4, 2010
Logical Memory Space of 4GB is divided in to 3GB User Space and 1GB Kernel Space. Always. Correct?
1. How can we change it? (just changing value of PAGE_OFFSET is okay?)
2. If system have only 256MB of memory (embedded system) and suppose Kernel Modules eat away all the memory during boot. User space will be left will no memory. Is this case possible?
View 2 Replies
View Related
Jun 17, 2010
I installed Diskquota on CentOS 5.1 machine. I enabled quota for some user with 1 GB as both hard and soft limits, Grace period is 0. Every this is working fine if we work from normal user's login say (user1 who is a system user). If he exceeds 1GB its will restrict that saying quota exceeded. But, If root user copies some 500MB files into his workspace, and change the ownership of those files using following command
chown user1.user1 * ( * is 500 MB files).
Then quota is exceeded and it is showed using:
repquota /home
user1 +- 2039960 997020 997020 none 298 0 0
Here its showing as some 2GB.
Soft limit is 951 MB.
So, my problem is restrict quota from all possible ways, i.e., even if root does some copying and change permissions, it must tell that disc quota exceeded.
View 2 Replies
View Related
Jun 10, 2009
In our organization there are around 1000+ users are using mails. The mailing system is implemented under RHEL using postfix and dovecot. For user based quotas i have implemented Disk Quota. But the problem when i want to edit quota for multiple users with similar limits i'm doing "edquota user" for every users. It seems very difficult. Now I wanna know:
1. Is there any way to edit quota value for multiple users at a single shot?
2. Also there is any method to send alerts mail to the end users on disk utilization?
View 3 Replies
View Related
Nov 13, 2009
We have quota system in home directory and there is binary aquota.user file.
How do i determine how much quota is assigned to a user?
View 1 Replies
View Related
Jan 1, 2009
What is the value to set unlimited quota for system user in linux?
View 1 Replies
View Related
May 25, 2011
I want to define user quota on Redhat linux5.2 sendmail server for all my users.
View 1 Replies
View Related
Aug 1, 2011
How to check quota of a user in UNIX/Linux?
View 2 Replies
View Related
Jan 18, 2010
I had created an amazon instance and installed my application and files, now my file size in increasing rapidly and I see only 4.5G of unused space in /dev/sad1 which would get filled very soon. How can i assign more space to /dev/sad1, i see /dev/sdb, having a lot of free space.
[Code]...
View 3 Replies
View Related
Mar 10, 2015
I want to display users quota in human readable format, so if the size is over 1 GB I want the quotas displayed in GBs
So when I issue the command below should I not get the results in GB ?
Code: Select allrepquota -sa
bob -- 87200M 400G 440G 879 0 0
dave -- 255G 400G 440G 3627 0 0
jim -- 10664M 400G 440G 230 0 0
tom -- 10737M 400G 440G 636 0 0
User bobs usage is 86GB, should 86GB not be displayed rather than 87200M?
View 1 Replies
View Related
Nov 1, 2010
Running a server using CentOS 5.5 (yum updated, x86_64), found that when using /usr/sbin/useradd to create system user, the quota for the user will default set to 5M soft and 10M hard (on /var/spool/mail partition). As remember the default setting for user quota should be both zero when create a new user.
man useradd and quota related command and no help, had any idea how to change/set the default quota when create user.
View 1 Replies
View Related
Feb 24, 2011
root@localhost:~ $ df /dev/sdb1
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb1 1922858352 23247088 1801935664 2% /mnt/external/sdb1
[code]....
View 1 Replies
View Related
Sep 15, 2009
I have a problem that Google didn't give me a workable solution so I'm posting my question here, hoping that someone has an idea.On a virtual server (VMWare) running Debian 5 I have a disk of 15Gb.
Can anyone tell me if this is possible? I've been playing around with GParted but unsuccessfully. The other option is to 'move' the whole server to a new (to create) virtual server that uses LVM. Any ideas?
View 5 Replies
View Related
Jun 22, 2011
I use windows and I want to install linux redhat beside it. So, in windows, I shrinked my Local Disk C 120gb, with Disk Management (control panel). During installation of redhat, I got to the step where I have to choose the partition where it will be installed.
First, I tried the 4th option ( use free space to create a partition), but it gave me error: Not enough disk space. So, I tried the 5th option ( create a new partition). It showed me the partitions on my pc, and showed me : Free, of size 120 gb. I tried to create a new partition, but it gave me the same error.
Why is this happening although I have 120 gb free (unallocated)?
View 3 Replies
View Related
Jan 31, 2010
Today I was installing a lot of software since I'm just setting up my Slackware system again after a fresh install, and I realized that my root partition has very little space left.
Here is the output of df -h:
Code:
As you can see, I have a 20G (19G here for some reason) root partition, 8G /var, and 86G of /home. I thought this would be plenty since many recent recommendations for / are 10-15G. Now, though, 17G are used up for some reason! How is this possible? I thought a full slackware install only had about 4G of software! I don't have any music or movies or any crazy huge files that I know of, and those would be in my /home directory anyway. Is there any way I can see which files are taking up all this space?
If it's necessary to allocate more space to my / partition, is it still possible to boot up a GParted live Cd, shrink /home a bit, move some partitions to the right, and expand my root partition? I would REALLY prefer I don't have to reinstall since I just spent a ton of time setting up my system again, but if worst comes to worst ... :'-(
In case you're curious, here's my /etc/fstab:
Code:
View 14 Replies
View Related
Aug 25, 2009
OS: RHEL AS 5 64-bit
HDD:300 GB Hardware mirror (HP blade bl460c)
While installing OS, in partition window after OS file system structure I've left 277 GB. But after installation it shows Size - 255GB and available disk space is 242 GB.
Isn't it weired? How can I use the total amount of space in Linux? I need the whole 277GB exactly. What should be my workaround?
View 6 Replies
View Related
Jul 3, 2010
Is there a way to enable low disk space notifications in f13. It's very useful sometimes. I couldn't find any obvious way and it has been bugging me for a while.
View 2 Replies
View Related
Mar 2, 2011
I was going about tweaking it and preparing it to my needs, While installing through yum I dont have much other than the fact that I have to search for the packages. But when I open "Add/remove software" of Fedora. I am greeted with " No space left on the disk" and when I seek for more details it says " Disk Error :[errno 5] Input/output error"I did some research and I saw that it usually occurs during installation, but here I have successfully installed it.Can someone help me with it? Later on I even had notification of the same warning. And mind you I got loads of free space.
View 1 Replies
View Related
Mar 6, 2011
I have Fedora configured using XP and VBox. I am now out of space. As anyone run into this issue? What do you recommend that I do to transfer my current Fedora contents to a new virtual file?
View 9 Replies
View Related
Apr 23, 2010
I have been tasked with finding out why we appear to be running out of disk space on our Redhat server and am coming across some strange inconsistencies in the way disk use is reported.For example, df -h is showing...
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
63G 56G 3.9G 94% /
[code]....
View 1 Replies
View Related