search for: 9900mb

Displaying 6 results from an estimated 6 matches for "9900mb".

Did you mean: 900mb
2015 Nov 25
3
C7: How to configure raid at install time
On Wed, Nov 18, 2015 at 09:49:43PM -0700, Devin Reade wrote: > --On Wednesday, November 18, 2015 11:07:12 PM -0500 Fred Smith > <fredex at fcshome.stoneham.ma.us> wrote: > > >But it isn't at all obvious how one would do a new RAID1 setup in > >Anaconda > > Don't feel bad. The abortion that is the RHEL/CentOS 7 graphical > install interface is far too
2015 Feb 28
3
disk space trouble on ec2 instance
Hey all, Ok, so I've been having some trouble for a while with an EC2 instance running CentOS 5.11 with a disk volume reporting 100% usage. Root is on an EBS volume. So I've tried the whole 'du -sk | sort -nr | head -10' routine all around this volume getting rid of files. At first I was getting rid of about 50MB of files. Yet the volume remains at 100% capacity. Thinking
2015 Feb 28
0
disk space trouble on ec2 instance
On 2/27/2015 10:46 PM, Tim Dunphy wrote: > I'm at a loss to explain how I can delete 190MB worth of data, reboot the > instance and still be at 100% usage. 190MB is less than one percent of 9.9GB aka 9900MB BTW, for cases like this, I'd suggest using df -k or -m rather than -h to get more precise and consistent values. also note, Unix (and Linux) file systems usually have a reserved freespace, only root can write that last bit. most modern file systems suffer from severe fragmentation if y...
2015 Nov 25
0
C7: How to configure raid at install time
...; LVM volumes. That is, you can't create LVs that are mirrored across multiple PVs. You can create md RAID1 volumes and make a PV of the resulting RAID volume, though. So I think what you're probably doing is creating 100MB /boot partition, and then two md RAID component partitions of 9900MB.
2015 Mar 02
1
disk space trouble on ec2 instance
...John R Pierce <pierce at hogranch.com> wrote: > On 2/27/2015 10:46 PM, Tim Dunphy wrote: > >> I'm at a loss to explain how I can delete 190MB worth of data, reboot the >> instance and still be at 100% usage. >> > > 190MB is less than one percent of 9.9GB aka 9900MB > > BTW, for cases like this, I'd suggest using df -k or -m rather than -h to > get more precise and consistent values. > > > also note, Unix (and Linux) file systems usually have a reserved > freespace, only root can write that last bit. most modern file systems > suf...
2015 Nov 25
2
C7: How to configure raid at install time
...s, you can't > create LVs that are mirrored across multiple PVs. You can create md > RAID1 volumes and make a PV of the resulting RAID volume, though. > > So I think what you're probably doing is creating 100MB /boot > partition, and then two md RAID component partitions of 9900MB. yeah, you're probably right. but for some reason, Anaconda is still telling me there's a gigabyte of unused space remaining (105x megabytes where i've forgotten what the "x" was.) Might that be because I didn't put swap on both drives (and I think I set up swap as a gig)...