<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Disk quota for Domain and/or user on SA1100 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005684#M5320</link>
    <description>Help,help,help&lt;BR /&gt;&lt;BR /&gt;I've created a new domain and set to quota to 200MB for the administrator 100MB.  When FTP'ing files to the user/domain into /home/domain/domain?/web I receive a the message "Disk Quota Exceeded" with only about 5MB of the files uploaded.  I've checked both via the Web Interface as well as using quota and edquota to view/alter the settings for this user and group.  They all seem right 204800 blks for the group and 202400 blks for the Domain-Admin. This would assume 512K blks = @100MB. Used is 47288 Blks = @20MB (Not sure about this one).   I was at first only able to set the user to 1/2 the size of the domain, but used edquota to alter the setting.  Any Ideas???&lt;BR /&gt;&lt;BR /&gt;Quota listing below:&lt;BR /&gt;&lt;BR /&gt;# quota -g domain6&lt;BR /&gt;Disk quotas for group domain6 (gid 11006):&lt;BR /&gt;     Filesystem  blocks   quota   limit   grace   files   quota   limit   grace&lt;BR /&gt;      /dev/hda7   47228  204800  204810              16       0       0&lt;BR /&gt;# quota -uv mickey1&lt;BR /&gt;Disk quotas for user mickey1 (uid 507):&lt;BR /&gt;     Filesystem  blocks   quota   limit   grace   files   quota   limit   grace&lt;BR /&gt;      /dev/hda7   47304  202400  202410              33       0       0</description>
    <pubDate>Tue, 24 Jun 2003 11:44:46 GMT</pubDate>
    <dc:creator>C Townsend</dc:creator>
    <dc:date>2003-06-24T11:44:46Z</dc:date>
    <item>
      <title>Disk quota for Domain and/or user on SA1100</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005684#M5320</link>
      <description>Help,help,help&lt;BR /&gt;&lt;BR /&gt;I've created a new domain and set to quota to 200MB for the administrator 100MB.  When FTP'ing files to the user/domain into /home/domain/domain?/web I receive a the message "Disk Quota Exceeded" with only about 5MB of the files uploaded.  I've checked both via the Web Interface as well as using quota and edquota to view/alter the settings for this user and group.  They all seem right 204800 blks for the group and 202400 blks for the Domain-Admin. This would assume 512K blks = @100MB. Used is 47288 Blks = @20MB (Not sure about this one).   I was at first only able to set the user to 1/2 the size of the domain, but used edquota to alter the setting.  Any Ideas???&lt;BR /&gt;&lt;BR /&gt;Quota listing below:&lt;BR /&gt;&lt;BR /&gt;# quota -g domain6&lt;BR /&gt;Disk quotas for group domain6 (gid 11006):&lt;BR /&gt;     Filesystem  blocks   quota   limit   grace   files   quota   limit   grace&lt;BR /&gt;      /dev/hda7   47228  204800  204810              16       0       0&lt;BR /&gt;# quota -uv mickey1&lt;BR /&gt;Disk quotas for user mickey1 (uid 507):&lt;BR /&gt;     Filesystem  blocks   quota   limit   grace   files   quota   limit   grace&lt;BR /&gt;      /dev/hda7   47304  202400  202410              33       0       0</description>
      <pubDate>Tue, 24 Jun 2003 11:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005684#M5320</guid>
      <dc:creator>C Townsend</dc:creator>
      <dc:date>2003-06-24T11:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disk quota for Domain and/or user on SA1100</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005685#M5321</link>
      <description>What does 'repquota' say?&lt;BR /&gt;&lt;BR /&gt;repquota /dev/hda7&lt;BR /&gt;&lt;BR /&gt;-and-&lt;BR /&gt;&lt;BR /&gt;repquota -a&lt;BR /&gt;&lt;BR /&gt;What does 'quotacheck' say?  Use 'quotacheck' to sync.  Note:  'quotacheck' should be run via cron daily or weekly, (* depends on your usage. *)&lt;BR /&gt;&lt;BR /&gt;Some usage examples:&lt;BR /&gt;&lt;BR /&gt;quotaon -vug /dev/hda7&lt;BR /&gt;&lt;BR /&gt;quotaon -mickey1</description>
      <pubDate>Wed, 25 Jun 2003 01:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005685#M5321</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-06-25T01:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk quota for Domain and/or user on SA1100</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005686#M5322</link>
      <description>Repquota is reporting the same info as quota -g&lt;BR /&gt;&lt;BR /&gt;quotacheck runs weekly via cron from root.&lt;BR /&gt;&lt;BR /&gt;[root@buzz1-2 /root]# repquota /dev/hda7&lt;BR /&gt;                        Block limits               File limits&lt;BR /&gt;User            used    soft    hard  grace    used  soft  hard  grace&lt;BR /&gt;root      -- 1855660       0       0            244     0     0&lt;BR /&gt;named     --      12       0       0              3     0     0&lt;BR /&gt;admin     +-   20520   20480   20490   none     292     0     0&lt;BR /&gt;carlos_t  --     388  102400  102410            105     0     0&lt;BR /&gt;mercury   --     764   20480   20490             23     0     0&lt;BR /&gt;ktownsend --     108   20480   20490             23     0     0&lt;BR /&gt;mickey    --     220   20480   20490             31     0     0&lt;BR /&gt;ctownsend --      88   20480   20490             18     0     0&lt;BR /&gt;mickey1   --   47304  202400  202410             33     0     0&lt;BR /&gt;[root@buzz1-2 /root]# repquota -a&lt;BR /&gt;                        Block limits               File limits&lt;BR /&gt;User            used    soft    hard  grace    used  soft  hard  grace&lt;BR /&gt;root      -- 1852964       0       0            236     0     0&lt;BR /&gt;mail      --       0       0       0              5     0     0&lt;BR /&gt;named     --      12       0       0              3     0     0&lt;BR /&gt;serveradmi--   20404       0       0            275     0     0&lt;BR /&gt;domainadmi--     948       0       0             60     0     0&lt;BR /&gt;domain1   --     520  512000  512010            136     0     0&lt;BR /&gt;domain2   --      68  102400  102410             14     0     0&lt;BR /&gt;domain4   --     144   20480   20490             14     0     0&lt;BR /&gt;domain5   --      40  204800  204810              8     0     0&lt;BR /&gt;domain6   --   47228  204800  204810             16     0     0&lt;BR /&gt;&lt;BR /&gt;                        Block limits               File limits&lt;BR /&gt;User            used    soft    hard  grace    used  soft  hard  grace&lt;BR /&gt;root      -- 1855660       0       0            244     0     0&lt;BR /&gt;named     --      12       0       0              3     0     0&lt;BR /&gt;admin     +-   20520   20480   20490   none     292     0     0&lt;BR /&gt;carlos_t  --     388  102400  102410            105     0     0&lt;BR /&gt;mercury   --     764   20480   20490             23     0     0&lt;BR /&gt;ktownsend --     108   20480   20490             23     0     0&lt;BR /&gt;mickey    --     220   20480   20490             31     0     0&lt;BR /&gt;ctownsend --      88   20480   20490             18     0     0&lt;BR /&gt;mickey1   --   47304  202400  202410             33     0     0&lt;BR /&gt;[root@buzz1-2 /root]#</description>
      <pubDate>Wed, 25 Jun 2003 11:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005686#M5322</guid>
      <dc:creator>C Townsend</dc:creator>
      <dc:date>2003-06-25T11:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disk quota for Domain and/or user on SA1100</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005687#M5323</link>
      <description>What about /etc/fstab?&lt;BR /&gt;&lt;BR /&gt;/dev/hda2       /usr    ext2    defaults,grpquota       1       1&lt;BR /&gt;&lt;BR /&gt;/dev/hda2       /usr    ext2    defaults,usrquota,grpquota       1   1&lt;BR /&gt;&lt;BR /&gt;What about quota records?&lt;BR /&gt;&lt;BR /&gt;/partition/quota.user (* perms = 600 *)&lt;BR /&gt;/partition/quota.group  (* perms = 600 *)&lt;BR /&gt;&lt;BR /&gt;Startup script?&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/quotacheck&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/quotaon -avug</description>
      <pubDate>Wed, 25 Jun 2003 12:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005687#M5323</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-06-25T12:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disk quota for Domain and/or user on SA1100</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005688#M5324</link>
      <description>Current settings:&lt;BR /&gt;&lt;BR /&gt;/root]# cat /etc/fstab&lt;BR /&gt;/dev/hda5               /                       ext2    defaults        1 1&lt;BR /&gt;/dev/hda4               /boot                   ext2    defaults        1 2&lt;BR /&gt;/dev/hda8               /emergency              ext2    defaults        1 2&lt;BR /&gt;/dev/hda7               /home                   ext2    defaults,grpquota,usrquo&lt;BR /&gt;ta      1 2&lt;BR /&gt;/dev/hda6               /var                    ext2    defaults        1 2&lt;BR /&gt;/dev/fd0                /mnt/floppy             auto    noauto,owner    0 0&lt;BR /&gt;none                    /proc                   proc    defaults        0 0&lt;BR /&gt;none                    /dev/pts                devpts  gid=5,mode=620  0 0&lt;BR /&gt;/dev/hda9               swap                    swap    defaults        0 0&lt;BR /&gt;&lt;BR /&gt;[root]# repquota -v -a&lt;BR /&gt;*** Report for group quotas on /dev/hda7 (/home)&lt;BR /&gt;                        Block limits               File limits&lt;BR /&gt;User            used    soft    hard  grace    used  soft  hard  grace&lt;BR /&gt;root      -- 1855748       0       0            244     0     0&lt;BR /&gt;mail      --       0       0       0              6     0     0&lt;BR /&gt;named     --      12       0       0              3     0     0&lt;BR /&gt;serveradmi--   20436       0       0            275     0     0&lt;BR /&gt;domainadmi--     948       0       0             60     0     0&lt;BR /&gt;domain1   --     528  512000  512010            132     0     0&lt;BR /&gt;domain2   --      68  102400  102410             14     0     0&lt;BR /&gt;domain4   --     144   20480   20490             14     0     0&lt;BR /&gt;domain5   --      40  204800  204810              8     0     0&lt;BR /&gt;domain6   --   47228  204800  204810             16     0     0&lt;BR /&gt;&lt;BR /&gt;*** Report for user quotas on /dev/hda7 (/home)&lt;BR /&gt;                        Block limits               File limits&lt;BR /&gt;User            used    soft    hard  grace    used  soft  hard  grace&lt;BR /&gt;root      -- 1855748       0       0            244     0     0&lt;BR /&gt;named     --      12       0       0              3     0     0&lt;BR /&gt;admin     +-   20520   20480   20490   none     292     0     0&lt;BR /&gt;ca****_*  --     388  102400  102410            105     0     0&lt;BR /&gt;mer****   --     764   20480   20490             23     0     0&lt;BR /&gt;kto****nd --     108   20480   20490             23     0     0&lt;BR /&gt;mickey    --     220   20480   20490             31     0     0&lt;BR /&gt;ct****end --      88   20480   20490             18     0     0&lt;BR /&gt;mickey1   --   47304  202400  202410             33     0     0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root rc.d]# cat rc.sysinit | grep quota&lt;BR /&gt;# Update quotas if fsck was run on /.&lt;BR /&gt;if [ X"$_RUN_QUOTACHECK" = X1 -a -x /sbin/quotacheck ]; then&lt;BR /&gt;        action "Checking root filesystem quotas"  /sbin/quotacheck -v /&lt;BR /&gt;        elif [ "$rc" = "1" -a -x /sbin/quotacheck ]; then&lt;BR /&gt;if [ X"$_RUN_QUOTACHECK" = X1 -a -x /sbin/quotacheck ]; then&lt;BR /&gt;        action "Checking filesystem quotas"  /sbin/quotacheck -v -R -a&lt;BR /&gt;if [ -x /sbin/quotaon ]; then&lt;BR /&gt;    action "Turning on user and group quotas for local filesystems" /sbin/quotao&lt;BR /&gt;n -a</description>
      <pubDate>Thu, 26 Jun 2003 09:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005688#M5324</guid>
      <dc:creator>C Townsend</dc:creator>
      <dc:date>2003-06-26T09:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disk quota for Domain and/or user on SA1100</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005689#M5325</link>
      <description>-rw-------    1 root     root        16256 Jun 26 05:40 quota.user&lt;BR /&gt;-rw-------    1 root     root       352224 Jun 26 05:40 quota.group</description>
      <pubDate>Thu, 26 Jun 2003 09:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005689#M5325</guid>
      <dc:creator>C Townsend</dc:creator>
      <dc:date>2003-06-26T09:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disk quota for Domain and/or user on SA1100</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005690#M5326</link>
      <description>All that's left is updates with latest software patches.</description>
      <pubDate>Thu, 26 Jun 2003 09:41:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005690#M5326</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-06-26T09:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disk quota for Domain and/or user on SA1100</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005691#M5327</link>
      <description>Bizarro!!&lt;BR /&gt;&lt;BR /&gt;I ftp'd the files to the domain admin's account and moved them to the proper location.&lt;BR /&gt;&lt;BR /&gt;and Shezamm!!  It worked?</description>
      <pubDate>Thu, 26 Jun 2003 10:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005691#M5327</guid>
      <dc:creator>C Townsend</dc:creator>
      <dc:date>2003-06-26T10:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disk quota for Domain and/or user on SA1100</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005692#M5328</link>
      <description>Bizarro!!&lt;BR /&gt;&lt;BR /&gt;I ftp'd the files to the domain admin's account and moved them to the proper location.&lt;BR /&gt;&lt;BR /&gt;Shezamm!!  It worked?</description>
      <pubDate>Thu, 26 Jun 2003 10:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005692#M5328</guid>
      <dc:creator>C Townsend</dc:creator>
      <dc:date>2003-06-26T10:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disk quota for Domain and/or user on SA1100</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005693#M5329</link>
      <description>Bizarre!&lt;BR /&gt;&lt;BR /&gt;I Ftp'd the files to the Domain Admin's account and moved them to the proper location.&lt;BR /&gt;&lt;BR /&gt;Shezamm!!  It worked!!</description>
      <pubDate>Thu, 26 Jun 2003 10:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disk-quota-for-domain-and-or-user-on-sa1100/m-p/3005693#M5329</guid>
      <dc:creator>C Townsend</dc:creator>
      <dc:date>2003-06-26T10:10:15Z</dc:date>
    </item>
  </channel>
</rss>

