Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 08:34 AM
06-23-2003 08:34 AM
Space
When i login using this , the default (home) directory is /u/bts
now i need to know how much space has been allocated for BTS.
how to do this ?
i'm trying df, but it displays lot of other stuffs too.
please let me know how to find out space allocated only for BTS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 08:37 AM
06-23-2003 08:37 AM
Re: Space
du -sk /u/bts
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 08:38 AM
06-23-2003 08:38 AM
Re: Space
will show you the amount allocated to the filesystem your home directory is on, as well as the amount free.
If quotas are enabled, then quota -v will show your account limits.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 08:40 AM
06-23-2003 08:40 AM
Re: Space
df, bdf, du are all tools that will tell you how much space the file system /u/bts resides on has.
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 08:42 AM
06-23-2003 08:42 AM
Re: Space
Unless you have quotas enabled, your user will be able to use as much space is available in /home, ie a bdf /home will show you what's available. Of course this space is shared with the other users who have home dirs under /home.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 08:42 AM
06-23-2003 08:42 AM
Re: Space
You can summarize your utilizatino in 1024-byte blocks with:
# du -ks /u/bts
If disk quotas are enforce for you, do:
# quota -v uid|username
...that is, "quota -v' followed by your account ('bts') or your uid.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 08:42 AM
06-23-2003 08:42 AM
Re: Space
$ quota -v
and it'll report the usage in this format ..
Disk quotas for bts (uid ???):
Filesystem usage quota limit timeleft files quota limit timeleft
If quota is not set you can check what's the size of the filesystem "bts" is on by running..
$ cd
$ bdf .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 08:47 AM
06-23-2003 08:47 AM
Re: Space
47052 /u/bts_prod
So is that mean only 47052 bytes allocated for this BTS ID ?
Please let me know in detail.All i want is to find out the total space allocated for BTS ID.
$ quota -v
Disk quotas for user bts_prod (uid 1541): none
attaching output of df command.
my home directory is /u/bts_prod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 09:10 AM
06-23-2003 09:10 AM
Re: Space
$ bdf .
in your home directory or run ..
$ bdf /u/bts_prod
from anywhere and look at the column "avail". That shows the amount of disk space (in KBytes) available to you and everyone else (if any) that are on this filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 09:10 AM
06-23-2003 09:10 AM
Re: Space
47052 /u/bts_prod
The above means that 47052KB are used by /u/bts_prod directory tree
You share the space with everybody who is using /nfsfs/u mount point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 09:11 AM
06-23-2003 09:11 AM
Re: Space
Your du command shows that ~47Mb is in the home dir of bts. This is space that has been used.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 12:30 PM
06-23-2003 12:30 PM
Re: Space
If you use quota then: quota -v
If no quota then: bdf
Caesar