Displaying 4 results from an estimated 4 matches for "351m".
Did you mean:
351
2014 Mar 19
3
Disk usage incorrectly reported by du
..../51/msg/10
273M ./51/msg/2
341M ./51/msg/7
408M ./51/msg/4
222M ./51/msg/11
174M ./51/msg/5
238M ./51/msg/1
271M ./51/msg/3
3.3G ./51/msg
3.3G ./51
after changing the directory and running du again I get different numbers
#cd 51
du -h
306M ./msg/8
676M ./msg/9
351M ./msg/6
338M ./msg/0
347M ./msg/10
394M ./msg/2
480M ./msg/7
544M ./msg/4
407M ./msg/11
312M ./msg/5
326M ./msg/1
377M ./msg/3
4.8G ./msg
4.8G .
Do you have any idea what could cause this behaviour?
2002 Jun 14
4
Slow response from new Athlon 1.4Ghz machine?
...6.2 server installation, it runs samba and I have been very
happy with it.
Filesystem is:-
[darryl@keg darryl]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda6 1.2G 735M 387M 66% /
/dev/hda1 40M 3.0M 35M 8% /boot
/dev/hdc1 6.2G 351M 5.6G 6% /home
/dev/hdd1 12G 3.3G 8.0G 29% /opt
/dev/hdc5 5.7G 2.2G 3.2G 40% /usr/local/backup
CPU, Celeron 433Mhz, 1Gb RAM, RH 6.2
Samba Version 2.0.7
/usr/local/backup is shared as a samba share which I have mounted as V:...
I now have a second server, it is an...
2005 Sep 24
0
[Bug 3116] New: large tar files: 1 gig size: retransmitted: rsync_rsh
...4 psa.dump.full.monthly.ak
-rwx------ 1 root wheel 1G Sep 22 04:35 psa.dump.full.monthly.al
-rwx------ 1 root wheel 1G Sep 22 04:45 psa.dump.full.monthly.am
-rwx------ 1 root wheel 1G Sep 22 05:02 psa.dump.full.monthly.an
-rwx------ 1 root wheel 351M Sep 22 05:11 psa.dump.full.monthly.ao
Second Batch Output:
-rwx------ 1 backup backup 849K Sep 23 01:01 host1-backup-etc.zip
-rwx------ 1 backup backup 581M Sep 23 01:06 host1-backup-home-a2e.zip
-rwx------ 1 backup backup 155M Sep 23 01:07 host1-backup-home-f2j.zip
-rwx---...
2019 Feb 19
7
[PATCH nbdkit 0/4] New plugin: Add linuxdisk plugin.
...n example for the nbdkit source code
(including the .git directory):
$ time ./nbdkit --filter=partition -U - linuxdisk . partition=1 --run 'qemu-img convert $nbd /var/tmp/ext2fs.img'
real 0m1.314s
user 0m0.424s
sys 0m0.889s
$ ls -lh /var/tmp/ext2fs.img
-rw-r--r--. 1 rjones rjones 351M Feb 19 07:44 /var/tmp/ext2fs.img
The tests + valgrind pass on Fedora 29 & RHEL 7.
Rich.