Changes between Version 18 and Version 19 of CirceConnect
- Timestamp:
- 09/16/09 10:39:10 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CirceConnect
v18 v19 40 40 === Quotas and File System Space === 41 41 Quotas and file systems are determined by the type of account a user has. 42 ==== Standard Accounts ==== 43 Standard accounts are given a 100MB quota on a Solaris-based NFS server. 44 ==== Research Accounts ==== 45 Each Research account resides on its own ZFS partition. It is the user's responsibility to manage their data as if they were managing their own hard drive. Under certain circumstances, we will be able to extend the quotas, but it is up to the user to manage their available space efficiently. Research users default to a 50GB quota while 42 43 * '''Standard Accounts''' default to a 100MB quota 44 * '''Research Accounts''' default to a 50GB quota 45 46 Each account resides on its own filesystem on an NFS server. It is the user's responsibility to manage their data as if they were managing their own hard drive. Under certain circumstances, we will be able to extend the quotas, but it is up to the user to manage their available space efficiently. 46 47 47 48 To see how much space you are using while you are logged in, issue the following command: {{{ [user@login0 ~]# df -h ~ }}}