search for: gigbytes

Displaying 7 results from an estimated 7 matches for "gigbytes".

Did you mean: gigabytes
2009 Nov 17
2
Workaround for RH #502499?
I have a workstation with a Gigbyte board and an Intel Corporation 82801EB (ICH5) SATA Controller (rev 02) that's apparently getting bitten by https://bugzilla.redhat.com/show_bug.cgi?id=502499 It's running CentOS 5.4 32 bit, and the user is suffering from high load and sluggish response whenever a disk write of more than a few MB is made. iostat shows the disk at 100%. [root at marge
2008 Jan 15
1
xen is not able to detect windows cd
Sir Subject : Not able to load windows on xen enabled kernel of RHEL 5 I am trying to load window 2000 SERVER Enterprise, choosing Full Virtualized and while and after detecting hardware at Windows Setup it is getting stuck. with following message at the bottom "setup is starting windows" Can you help in this regard NOTE WITH RHEL 5 DVD I AM ABLE TO LOAD DOM 1 regards MBOARD IS
2004 Jun 02
0
Rsync for program loading on embedded systems
...ogram loading. Donovan recently provided some formulas on figuring out the required checksum size relative to file size and acceptable failure rate. In the formulas, he assumes that the block size is square root of file size. I have done some benchmarking of rsync and for large files (ie. 1 -55 Gigbytes for example), the block size is larger than a square root of file size. This is based upon the xxxx.rsync_csums file size produced when you --write-batch=xxxx. I have done some calculations assuming that a check sum per block is 20 bytes (32 bits + 128 bits) and 24 bytes (assuming there is an extra...
2008 Mar 07
2
LVM VG disappears after kernel upgrade on 5.1
I finally got 5.1 to boot after install (install couldn't keep the disk IDs from getting crossed up, so at reboot partitions were not where install said they would be). I needed to compile vmware and nvidia modules, but decided to upgrade first. Told yumex to upgrade everything. When I went to reboot the VG with / on it is not seen by the kernel. (root partition is LVM on top of RAID
2010 Sep 15
2
performance transfer (samba VS ftp)
Hi folks :-) situation: debian stable (samba version 2:3.2.5-4lenny9) from clients by ftp the transfer of huge file is about 10/11Mb/s (with an ethernet 10/100) by samba came 5/6Mb/s is it correct? In smb.conf I don't have any "strange"options: thanks Pol domain master = yes preferred master = yes os level = 65 workgroup = WORKGROUP netbios name = name Server String = name
2007 Apr 04
1
fsck.ext3 reporting large file I cannot find
...7 .. [root at localhost lost+found]# cd .. [root at localhost lacie]# df -h . Filesystem Size Used Avail Use% Mounted on /dev/sda1 459G 201M 435G 1% /mnt/lacie [root at localhost lacie]# The above is showing a 1 percent usage. When viewing in gparted, it shows several gigbytes of storage getting used. ------------- Filesystem volume name: <none> Last mounted on: <not available> Filesystem UUID: 340259f3-c529-4d44-b9c1-8a417ddb7046 Filesystem magic number: 0xEF53 Filesystem revision #: 1 (dynamic) Filesystem features: has_journa...
2008 Jan 30
4
btrfs and git-reflog
I was just playing with git 1.5.3.8 and btrfs 0.11, and I noticed something odd. If I prepare a very simple repository: $ mkdir foo $ cd foo $ git init Initialized empty Git repository in .git/ $ echo hi > blort $ git add . $ git commit -m create Created initial commit 4ae9415: create 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 blort and then