- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: why I can create severl ramdisks, what has bee...
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
04-27-2003 08:35 PM
04-27-2003 08:35 PM
Best Regards,
Frederick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2003 09:04 PM
04-27-2003 09:04 PM
Solutionam not able to get your question. u are trying to create RAM disks of 49M and you are unable to create?
-balaji (monday morning blues?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2003 09:19 PM
04-27-2003 09:19 PM
Re: why I can create severl ramdisks, what has been more than my memoy total
49 x 5 = 240 (by my calculations).
With 128MB ram, no swap, 240MB of RAM drive's just WILL NOT FIT.
No magick here.
Try telling us why you need 5 drives, each of 49mb, and we'll see if we can come up with other solutions for you.
Embedded linux stuff is fun.. I've not had opportunity to do much with it though :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2003 10:28 PM
04-27-2003 10:28 PM
Re: why I can create severl ramdisks, what has been more than my memoy total
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2003 10:35 PM
04-27-2003 10:35 PM
Re: why I can create severl ramdisks, what has been more than my memoy total
I can create ramdisk, that is what my wonder.
I use the ramdisk as ram fs , all files extracted from flash-ide1.
In fact, I use the kernel with 64M ramdisk fs support, and option "ramdisk=49000" in lilo.
but in fact only the first ram0 for root fs has 49M ramdisk, others ram1 to ram4 is only 500k to 4M what be used to store application buffer,
just like this:
dd if=/dev/zero of=/dev/ram1 bs=1k count=500
however, once I boot into the system, I df what it mounted, i found all ramdisk has been in 49M while my total ram space is 129M only.
so , I got in confused.
Best Regards,
Frederick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2003 10:52 PM
04-27-2003 10:52 PM
Re: why I can create severl ramdisks, what has been more than my memoy total
something RAM intensive once in a while.
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2003 11:09 PM
04-27-2003 11:09 PM
Re: why I can create severl ramdisks, what has been more than my memoy total
What kernel version are you using on this machine?
If I have a machien with that version here, i'll see if I can re-produce it..
Have you tried a newer (or possibly older) kernel?
In the end, it might just be better to discuss this on the kernel dev list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2003 11:26 PM
04-27-2003 11:26 PM
Re: why I can create severl ramdisks, what has been more than my memoy total
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 01:56 AM
04-28-2003 01:56 AM
Re: why I can create severl ramdisks, what has been more than my memoy total
With "ramdisk_size=XXX" parameter on your kernel command line ALL RAMDISKS ARE THE SAME SIZE.
If the system runs short of memory, a ramdisk's contents
might get swapped out (if swap is on). If the system runs short of memory, a ramdisk's contents
might get swapped out (if swap is on).
Additionally, in 2.4 kernels there is a ram filesystem which automatically resizes the amount of memory used according to how many
files you have in it.
Regards,
Sergejs