- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fill up file system
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
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
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
тАО12-10-2003 02:11 AM
тАО12-10-2003 02:11 AM
fill up file system
There is requirement to test a software whne the file system is almost full.Is there a quick and easy way to fill up a file system of lets say 400G , without unmounting this file system and recreating it with a lesser file system size .
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2003 02:15 AM
тАО12-10-2003 02:15 AM
Re: fill up file system
dd if=/dev/zero of=/filesystem/bigfile bs=1024
Will eventaully fill it up completely. However, you can add "count=200000" at the end of that command to come pretty damn close to 400GB and then stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2003 02:16 AM
тАО12-10-2003 02:16 AM
Re: fill up file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2003 02:23 AM
тАО12-10-2003 02:23 AM
Re: fill up file system
You can also use the 'prealloc' command :
$ prealloc name size
See man prealloc.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2003 02:24 AM
тАО12-10-2003 02:24 AM
Re: fill up file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2003 02:28 AM
тАО12-10-2003 02:28 AM
Re: fill up file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2003 02:33 AM
тАО12-10-2003 02:33 AM
Re: fill up file system
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2003 07:19 AM
тАО12-10-2003 07:19 AM
Re: fill up file system
The goodwill is always welcome :)
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2003 04:57 PM
тАО12-10-2003 04:57 PM
Re: fill up file system
Thank you for the suggestion . The command does work b ut took about 155 Mins which is quite long . Copying a another file system into this via rcp or scp would have given me the same time to fill this up . I would say still I am looking for something which can do this in maximum 5 to 10 mins unless I am expecting something which can not be done at all .