Displaying 20 results from an estimated 47 matches for "33m".
Did you mean:
33
2005 May 19
3
[Q] Where does all the space go?
I created a filesystem as follows:
mke2fs -j -O dir_index -O sparse_super -T largefile /dev/drbd/6
Here's the the output from df
Filesystem Size Used Avail Use%
/dev/drbd/6 475G 33M 452G 1%
It seems that ext3 has taken 23 GB, which is about 5% of the total
disk size, for itself. Is that right?
If that is, indeed, the case, why does df just list 33M as being used?
--
Maurice Volaski, mvolaski at aecom.yu.edu
Computing Support, Rose F. Kennedy Center
Albert Einstein Coll...
2006 Jul 06
1
ASCII colors in MOTD
...body at least confirm this, or should I
directly file a bug?
For example you can see my MOTD by:
rsync -v rsync://rsync.tar.bz/gentoo-portage/NO_SUCH_FILE
It used to be a sleeping magenta cat on green grass...
Now the escape is escaped and becomes:
\#033[35m |\ _.,,---,._ \#033[33m/ \
\#033[35mZZzz. /,`.-'`' -. ;-;;,_ \#033[33m\ Kanagawa, Japan /
\#033[35m |,4- ) )-,_. ,\ ( `'-' \#033[33m \ /
\#033[35m '---''(u/--' `-'\_) \#033[33m \_____________/
\#033[32m ~~tar.bz~~~tar.bz~~~tar.bz~...
2018 May 21
2
split brain? but where?
...3.8G 12K
3.8G 1% /dev/shm
tmpfs 3.8G 9.1M
3.8G 1% /run
tmpfs 3.8G 0
3.8G 0% /sys/fs/cgroup
/dev/mapper/centos-tmp 3.8G 33M
3.7G 1% /tmp
/dev/mapper/centos-var 19G 213M
19G 2% /var
/dev/mapper/centos-home 47G 38M
47G 1% /home
/dev/mapper/centos-data1 112G 33M
112G 1% /data1
/dev/mapper/cent...
2018 May 22
2
split brain? but where?
...hm
> > tmpfs 3.8G 9.1M
> >3.8G 1% /run
> > tmpfs 3.8G 0
> >3.8G 0% /sys/fs/cgroup
> > /dev/mapper/centos-tmp 3.8G 33M
> >3.7G 1% /tmp
> > /dev/mapper/centos-var 19G 213M
> > 19G 2% /var
> > /dev/mapper/centos-home 47G 38M
> > 47G 1% /home
> > /dev/mapper/centos-data1...
2018 May 21
0
split brain? but where?
...12K
>3.8G 1% /dev/shm
> tmpfs 3.8G 9.1M
>3.8G 1% /run
> tmpfs 3.8G 0
>3.8G 0% /sys/fs/cgroup
> /dev/mapper/centos-tmp 3.8G 33M
>3.7G 1% /tmp
> /dev/mapper/centos-var 19G 213M
> 19G 2% /var
> /dev/mapper/centos-home 47G 38M
> 47G 1% /home
> /dev/mapper/centos-data1 112G 33M
>112G 1%...
2018 May 22
0
split brain? but where?
...3.8G 12K 3.8G
1% /dev/shm
tmpfs 3.8G 9.0M 3.8G
1% /run
tmpfs 3.8G 0 3.8G
0% /sys/fs/cgroup
/dev/mapper/centos-data1 112G 33M 112G
1% /data1
/dev/mapper/centos-var 19G 219M 19G
2% /var
/dev/mapper/centos-home 47G 38M 47G
1% /home
/dev/mapper/centos-var_lib 9.4G 178M 9.2G
2% /var/lib
/dev/mapper/vg--gluster--pro...
2018 May 22
1
split brain? but where?
...3.8G 12K 3.8G
> 1% /dev/shm
> tmpfs 3.8G 9.0M 3.8G
> 1% /run
> tmpfs 3.8G 0 3.8G
> 0% /sys/fs/cgroup
> /dev/mapper/centos-data1 112G 33M 112G
> 1% /data1
> /dev/mapper/centos-var 19G 219M 19G
> 2% /var
> /dev/mapper/centos-home 47G 38M 47G
> 1% /home
> /dev/mapper/centos-var_lib 9.4G 178M 9.2G
> 2% /v...
2008 Sep 17
3
procmail -> deliver: file too large
...think this is a setrlimit problem -- the host operating system is
OpenBSD 4.0. My dovecot version is 1.0.13. Is there a maximum size used by
deliver? Or is this a procmail problem? It looks like the message is coming
from deliver.
I don't think this is a postfix problem -- my max message size 33M in
postfix.
-Thanks, Jim
2011 Jun 24
1
How long should resize2fs take?
...Strace shows lots of:-
lseek(3, 42978250752, SEEK_SET) = 42978250752
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
4096) = 4096
lseek(3, 4675072176128, SEEK_SET) = 4675072176128
read(3, "\355A\350\3\0\20\0\0009\271\371M\206\177\0N~\206\33M\0\0\0\0\350\3\2\0\10\0\0\0"...,
4096) = 4096
lseek(3, 42978254848, SEEK_SET) = 42978254848
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
4096) = 4096
lseek(3, 42978238464, SEEK_SET) = 42978238464
write(3, "\355A\350\3\0\20\0\0009\...
2006 May 15
26
Mongrel / RoR first page load times.
I am noticing considerably longer first page load times on most of my
rails apps running Rails (1.1.2) off Mongrel (0.13) on linux. After the
initial request everything seems to run OK. Has anybody else noticed
this and is there anyway to compensate.
Also following the instructions for working with unicode from the rails
wiki, the number of pages served drops noticeably. Are there any sites
2004 Jul 18
7
Resize ocfs....?
...h ########
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 12G 9.5G 2.4G 80% /
/dev/sda10 1011M 40M 920M 5% /home
/dev/sda3 9.1G 3.6G 5.0G 42% /opt/oracle
none 3.8G 0 3.8G 0% /dev/shm
/dev/sda9 1.0G 33M 949M 4% /tmp
/dev/sda5 2.1G 91M 1.8G 5% /var
/dev/emcpowera1 1022M 173M 849M 17% /u01
/dev/emcpowerd1 10G 2.2G 7.8G 22% /u04
/dev/emcpowere1 60G 59G 1.6G 98% /u06
/dev/emcpowerf1 133G 86G 47G 65% /u07
/dev/emcpowerg1 5.0G 715M 4.2G...
2008 Dec 13
1
samba 3.2.6 openSUSE binaries
...6M
11.0http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_11.0/i586/
<http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_11.0/i586/samba-client-3.2.6-3.1.i586.rpm>samba-client-3.2.6-3.1.i586.rpm
13-Dec-2008 01:33 13M
Should there really be a 33M difference in the two releases?
Thanks
2006 Dec 31
1
Ext4 improvements
Please be patient with my ignorance if what I am asking is meaningless
in any way. I am not too technically knowledgeable about filesystem
internals but I am willing to learn. (I thought of posting to linux-ext4
but did not want to intrude within the technical threads with my layman
thread.)
From Wikipedia > ReiserFS article > Design section:
[quote]ext2 and other Berkeley FFS-like
2017 Oct 10
3
/boot partition too small
On Tue, Oct 10, 2017 at 10:36:16AM -0400, Stephen John Smoogen wrote:
> On 10 October 2017 at 09:55, KM <info4km at yahoo.com> wrote:
> > First off - let me say I am not an administrator. I need to know if there is an easy way to increase my /boot partition. When I installed CentOS 6 after running 5, it was my oversight not to increase the /boot size. it's too small and I
2011 Mar 02
5
installing xen on a vmware work station
Hi,
I decided to test new Xen pv-ops Dom0 kernel.
I have a 64 bit VT machine there in it Vmware work station installed
Ubuntu 10.04 64 bit
and then
apt-get install libcurl4-openssl-dev xserver-xorg-dev mercurial gitk
build-essential libncurses5-dev uuid-dev gawk gettext texinfo bcc
libncurses5-dev dpkg-dev debhelper iasl texinfo bridge-utils bison
flex apt-get build-dep xen-3.3
cd /usr/src
2003 Aug 10
2
-STABLE broken?
...0 1 0 29 0 0 0
343 524 115 1 1 98
top:
last pid: 431; load averages: 0.00, 0.00, 0.00
up 0+00:28:49 14:09:31
107 processes: 1 running, 106 sleeping
CPU states: 0.0% user, 0.0% nice, 0.0% system,
0.0% interrupt, 100% idle
Mem: 62M Active, 18M Inact, 33M Wired, 40K Cache, 17M
Buf, 891M Free
Swap: 2048M Total, 2048M Free
Notice all of the faults on vmstat and all of the
processes are sleeping.
I'm trying a cvsup again but I think something was
borken. Any ideas?
Thanks.
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder -...
2017 Oct 11
4
/boot partition too small
.......in case anyone wants to say anymore.? Thanks in advance.
> Filesystem??????????? Size? Used Avail Use% Mounted on
> /dev/mapper/vg_bldsrv-lv_root
> ?????????????????????? 50G?? 26G?? 22G? 55% /
> tmpfs???????????????? 9.0G? 156K? 9.0G?? 1% /dev/shm
> /dev/sda1????????????? 96M?? 33M?? 59M? 36% /boot
> /dev/mapper/vg_bldsrv-lv_home
> ????????????????????? 861G? 371G? 447G? 46% /home
Your root filesystem is in an LVM volume. CentOS 6 is still using GRUB legacy, which does not support /boot in LVM.
For you, there really is no way around the messy and delicate process of...
2020 Jun 29
5
Unable to find the used space
...s 7.8G 857M 7.0G 11% /run
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/mapper/centos-root 50G 47G 3.4G 94% /
/dev/mapper/centos-home 241G 47G 195G 20% /var/log
/dev/sda1 1014M 189M 826M 19% /boot
tmpfs 1.6G 0 1.6G 0% /run/user/0
tmpfs 1.6G 0 1.6G 0% /run/user/1002
# du -sh /*
0 /bin
156M /boot
0 /dev
33M /etc
388K /home
0 /lib
0 /lib64
0 /media
0 /mnt
0 /opt
du: cannot access ?/proc/21489/task/21489/fd/4?: No such file or directory
du: cannot access ?/proc/21489/task/21489/fdinfo/4?: No such file or directory
du: cannot access ?/proc/21489/fd/4?: No such file or directory
du: cannot access ?/proc/2...
2012 Feb 01
2
Doubts about dsync, mdbox, SIS
...$ df -h /usr/local/atmail/users/
Filesystem Size Used Avail Use% Mounted on
/dev/atmailusers 14T 12T 2.2T 85% /usr/local/atmail/users
$ df -hi /usr/local/atmail/users/
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/atmailusers 145M 113M 33M 78% /usr/local/atmail/users
very little of this is compressed (zlib plugin enabled during christmas).
I'm surprised that the destination server is so large, was expecting zlib and
mdbox and SIS would compress it down to much less than what we're seeing
(12TB -> 5TB):
$ df -h /srv/...
2017 Jun 27
2
Gluster volume not mounted
....7G 0% /dev
tmpfs 7.8G 0 7.8G 0% /dev/shm
tmpfs 7.8G 8.7M 7.7G 1% /run
tmpfs 7.8G 0 7.8G 0%
/sys/fs/cgroup
/dev/mapper/centos_ovirt--hyp--01-home 61G 33M 61G 1% /home
/dev/mapper/gluster_vg_sdb-gluster_lv_engine 50G 8.1G 42G 17%
/gluster_bricks/engine
/dev/sda1 497M 173M 325M 35% /boot
/dev/mapper/gluster_vg_sdb-gluster_lv_data 730G 157G 574G 22%
/gluster_bricks/data
tmpfs...