search for: esdi

Displaying 11 results from an estimated 11 matches for "esdi".

Did you mean: edi
2012 Jun 20
0
compute similarity distance
...# phiA(i,j,k)-phiB(i,j,k) c<-sqrt(c1$V1^2+c1$V2^2+c1$V3^2) # |phiA(i,j,k)-phiB(i,j,k)| a<-sqrt(x$V1^2+x$V2^2+x$V3^2) #|phiA(i,j,k)| b<-sqrt(y$V1^2+y$V2^2+y$V3^2) #|phiB(i,j,k)| #---------------------------------- esdi<-c/max(a,b) #|phiA(i,j,k)-phiB(i,j,k)|/max(|phiA(i,j,k)|,|phiB(i,j,k)|) esd<-(1/1391093)*sum(esdi) # 1/N E*|phiA(i,j,k)-phiB(i,j,k)|/max(|phiA(i,j,k)|,|phiB(i,j,k)|) esd Best wishes Houcemeddine OTHMAN Pasteur Institute of Tunis Ve...
2003 Jul 07
2
FreeBSD 4.4-REL to FreeBSD 4.8-STABLE upgrade problem.
...ze 80405262 (39260 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 2 is: <UNUSED> The data for partition 3 is: <UNUSED> The data for partition 4 is: <UNUSED> # disklabel -r ad4s1 # /dev/ad4s1c: type: ESDI disk: ad4s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 5004 sectors/unit: 80405262 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partit...
2005 Dec 18
1
Install problems for a Toshiba NW24XCD
I am trying to install Centos on my old Portege 2490CT. Actually a pretty good box, but it does not support USB booting. Only HDD, FDD (interestingly a USB device), 'CD-Rom', or LAN. The only CDroms I have is a nice USB drive and an old PCMCIA toshiba NW24XCD drive. I have not gotten this system to boot off of my USB CDrom. It will boot of the NW24XCD. So I put the CentOS disk 1
2015 Jul 11
0
Re: Migrate Win2k3 to KVM
...ssGUID(REG_SZ): {4D36E96A-E325-11CE-BFC1-08002BE10318} Service(REG_SZ): intelide } [2]: atapi { ErrorControl(REG_DWORD): 00000001 Group(REG_SZ): SCSI miniport Start(REG_DWORD): 00000000 Tag(REG_DWORD): 00000019 Type(REG_DWORD): 00000001 DisplayName(REG_SZ): Standard IDE/ESDI Hard Disk Controller ImagePath(REG_SZ): system32\drivers\atapi.sys } intelide { ErrorControl(REG_DWORD): 00000001 Group(REG_SZ): System Bus Extender Start(REG_DWORD): 00000000 Tag(REG_DWORD): 00000004 Type(REG_DWORD): 00000001 ImagePath(REG_SZ): system32\drivers\intelid...
2007 Sep 02
3
Slightly OT: Anyone got a PXE bootable HDD low level format tool?
Slightly off topic, but does anyone have a utility for low level formating Maxtor ATA hard disks that can be booted from PXELinux (either as some kind of binary or as a floppy image)? I just went to get the official tools, but they only have a floppy creator (which won't help me in Linux, or without a floppy drive) and a CD ISO. And it seems 99% of 3rd party software is unhelpfully the
2003 May 24
3
UDMA ICRC error
...label with this configuration: fdisk: **************************************************************** g c16383 h16 s63 p 1 165 0 39102336 **************************************************************** disklabel **************************************************************** # /dev/ad1c: type: ESDI disk: ad1s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 16 sectors/cylinder: 1008 cylinders: 16383 sectors/unit: 39102336 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: #...
2003 Aug 30
4
Heads up: panics should be fixed!
As others have noted, Tor's patch appears to be a total solution to the recent instability the PAE patch introduced. So, if you're experiencing panics with a recent kernel, or are in a position to stress a machine, please cvsup and give it a test! Thanks, Mike "Silby" Silbersack ---------- Forwarded message ---------- Date: Sat, 30 Aug 2003 08:39:08 -0700 (PDT) From: Tor Egge
2009 Sep 12
1
[PATCH] Let MEMDISK honor the quiet append option
...any key to boot... "); regs.eax.w[0] = 0; intcall(0x16, &regs, NULL); + puts("\n"); } - puts("booting...\n"); + if (!quiet) + puts("booting...\n"); /* On return the assembly code will jump to the boot vector */ shdr->esdi = pnp_install_check(); $ diff -u unzip.c.old unzip.c --- unzip.c.old 2009-09-12 22:24:43.000000000 +0200 +++ unzip.c 2009-09-13 00:34:40.000000000 +0200 @@ -383,7 +383,8 @@ if (orig_crc != CRC_VALUE) error("crc error"); - puts("ok\n"); + if (!quiet)...
2015 Jul 11
8
Re: Migrate Win2k3 to KVM
Hi, The error line is: *** STOP: 0x0000007B (0xF789AA94, 0xC0000034, 0x00000000, 0x00000000) Nothing more! (Of course there are some inrelevant text line about chkdsk, etc.) > Basically, what's required is the "STOP:" line + the image where it > fails (so, the line below). Image being likely to be NTOSKRNL.EXE > Nothing about NTOSKRNL.EXE on the blue screen! > >
2010 Mar 10
39
SSD Optimizations
I''m looking to try BTRFS on a SSD, and I would like to know what SSD optimizations it applies. Is there a comprehensive list of what ssd mount option does? How are the blocks and metadata arranged? Are there options available comparable to ext2/ext3 to help reduce wear and improve performance? Specifically, on ext2 (journal means more writes, so I don''t use ext3 on SSDs,
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...tpqoj}G6FtSB*l&Jfwfw|8^oi&2iMK6h z#s at SQ?pI~cF7<^U7?57-i!M{M>1AqkxtdEaN0oOp!^-6{NQwu|=yF64nP<Oi_*)nI z;s5OiarV0u)enE308a$Mvz_64K!7KJ{*k^zyg?4}QFDk-V2F?L5Z{U+-e3;#1{&fG zG{hS)#4A+d1liac at S<#Nr5ayJKOHJ at g=}m!7*jU3N{z1qUdPP=UwfGWKO_eHd6YcC z6xwGa|0l-TD{#i^J;rUNgJ;Kua(m at esDI|v)5L%x4iZgt0f`*x1u9b8MJl*&yGpz! z^`f3`S1UiDO3 at cd-gr^9)Ggz>vQ$xhAJ-?SRChI$Yb$X7Vwa~oyk<~VYOsDq`{2Q; zi-D}vVWm0#R~dIy-cIq-)M^=bvMTzmx~x=8e}_wdDs$aXMYH4HtW- at yKek(z_L}-J zAM3|_KF4(v at _FB--n{kSu)O>?fpuZ;k>KI=&38g{A=VsSXS9?8e=46guB*@!a=|Th zz|`tx)L`kQBa><?CC-*wr^i~g=i6|t...