Hoy vamos a hablarte de otro programa que quizs hayas visto por distintas redes y noticias: CrystalDiskMark. Este programa lo usamos para testear nuestros discos duros y, a menudo, nosotros lo usamos para mostrar las caractersticas de algunas unidades de memoria.
CrystalDiskMark es un sencillo programa que sirve para realizar benchmarks sobre unidades de memoria. Posiblemente lo hayas visto alguna otra vez en alguna noticia o artculo, puesto que es bastante popular entre algunos usuarios.
Con esta aplicacin podemos conocer el rendimiento de cualquiera de nuestras memorias en diferentes tipos de pruebas. Como te imaginars, aqu conoceremos la velocidad mxima de transferencia a la que puede llegar cada dispositivo.
Lo ms destacable del programa es que pese a tener una interfaz tan sencilla tenemos bastantes opciones a cambiar. Desde apartados muy relevantes como el tiempo de refresco o el nmero de hilos involucrados hasta otras menos relevantes como el tema o el idioma.
Algo a destacar es que podremos descargar una versin llamada Shizuku Edition. Nos parece un tanto peculiar, puesto que es el mismo programa, pero con un fondo azul con una chica anime.
Sin embargo, es posible que ests pensando: Hay bastante programas que hacen esta misma funcin, qu tiene este que lo diferencie?. No te falta razn y, de hecho, hace poco hablamos de ATTO Disk Benchmark. Qu diferencia a estos dos programas para que ambos merezcan ser usados?
Uno de los puntos claves que creemos que hacen especial a CrystalDiskMark es su configuracin predeterminada. Similar a lo que hace Apple, la interfaz es intuitiva y en la pantalla inicial ofrece al usuario las cosas ms comunes que puede querer.
Mientras que otros programas te ofrecen una caja de herramientas, aqu te dan una mquina prehecha donde solo tienes que pulsar un botn. Sin embargo, el programa no se queda ah, ya que podemos editar sus tests cambiando una aceptable cantidad de parmetros. Lamentablemente, algunos como cul test es secuencial y cul aleatorio no se pueden cambiar.
Para editar la configuracin de los tests podemos acceder a la opcin Configuracin>Colas e Hileras (en la barra de herramientas superior). All se nos desplegar la siguiente pantalla y podremos editar cuntas colas de datos queremos y cuntos hilos queremos que los estn ejecutando.
Adems, si cambiamos las colas o los hilos en esa pantalla, los botones de la ventana principal tambin cambiarn. Por eso, los nombres de los botones son as, dado que se refieren a Nmero de Colas (Q+Nmero) y Nmero de Hilos (T+Nmero). Por otro lado, arriba saldr Seq si es escritura/lectura secuencial o 4KiB si es escritura/lectura aleatoria.
Como es comn, empezamos de izquierda y finalizamos por la derecha, aunque para facilitar su entendimiento un poco ms lo dividiremos en dos partes. Por un lado, tendremos las opciones que nos pueden servir como utilidad y en el segundo grupo tendremos las opciones secundarias o visuales.
En Datos de Prueba tenemos dos opciones: Por Defecto o Todo 0x00. Esta opcin es solo para unidades SSDs y cambia un poco la forma en la que transmite los datos. En lneas generales te recomendamos mantener la opcin por defecto.
Intervalo de Tiempo es una opcin que sirve para cambiar el tiempo que hay entre test y test. Podras imaginrtelo como que un test es un sprint y el intervalo es el descanso (de varios segundos o minutos) donde descansa la memoria. Podemos cambiarlo desde 0 segundos hasta 10 minutos.
Por un lado, la Escala es el tamao de la aplicacin. No podemos cambiar la ventana a unas dimensiones personalizadas, pero s podemos agrandarla con esta opcin. Normalmente est en automtico.
En Ayuda cabe destacar que el primer botn nos abrir una pgina web al manual de usuario del programa. Ah tendrn informacin sobre casi todas las caractersticas del programa, aunque es un poco difcil de entender.
No obstante, como te habrs fijado, an existen palabras en ingls pese a estar configurado en espaol, as que no esperes la panacea. Eso s, la seleccin de idiomas que tenemos es muy amplia, por lo que es muy probable que encuentres cualquier idioma que te imagines.
Lo puedes instalar en apenas unos minutos y puedes iniciar el grupo de tests completos con un solo botn. Eso s, tenemos que avisarte de que en su corto proceso de instalacin solo podrs elegir Ingls o Japons. Despus, podrs editar la configuracin general a espaol o cualquier otro idioma soportado, como te hemos explicado.
Creemos que el programa ha ganado adepto principalmente gracias a su interfaz simple e intuitiva y es que realmente est muy bien diseada. Adems, es un programa que van actualizando, por lo que no parece que se vaya a quedar obsoleto en el corto plazo.
Como ya te hemos dicho, esta aplicacin es medianamente ms conocida puesto que a menudo es usada para realizar benchmark rpidos. Tanto en la Computex 2019 como en filtraciones posteriores sobre memorias lo habrs visto ejecutndose ms de una vez.
En Profesional Review encontrars todos los anlisis, noticias y tutoriales ms interesantes. Especialistas en hardware, configuraciones de PC, perifricos, software, smartphone y cualquier producto tecnolgico que veamos interesante. nete a nuestra comunidad!
I need a Gentoo 13 machine to test some software on the platform. I'm not a Gentoo regular, so I'm suffering their install procedures. I'm at Configuring the bootloader Installing GRUB2, and it failed with:
Although grub2-mkconfig needs to be run in chroot AFAIK. But if you plan on writing a simple and clean grub.cfg yourself instead (which is the only graceful way to use grub2), then this will be out of your concern.
The problem seemed to be mixing and matching BIOS, EFI, MBR, and GPT. I tried to follow the guides and use the GPT, but there were some dependencies that I could not resolve because I am too inexperienced. Its not even clear to me the kernel was built with GPT support (via config option CONFIG_EFI_PARTITION).
When I dropped GPT and EFI and switched to purely BIOS and MBR, I was able to boot the resulting machine. BIOS and GPT are supposed to be a valid combination, but I'm wondering if it works in practice (see, for example, Bootloader Options).
Inspecting the source for grub2, it seems to demand that /boot be its own file allocation table (FAT) compliant separate partition, maybe for security reasons, It wasn't this way before. grub2 has caved to security conditions inflicted by the motherboard.
Disable any Bios Secure Boot settings in the motherboard's boot startup BIOS/EFI/UEFI utility, and look for any Boot level security settings to disable. Assuming you don't like security. It may be a setting under F7 -> boot -> secure boot.
The EFI System Partition (ESP) must be a FAT filing system variant (sometimes shown as vfat on Linux systems). The official UEFI specification denotes FAT12, 16, or 32 filesystems will be recognized by the UEFI firmware, although FAT32 is recommended for the ESP.Angry noises that optional steps from many moons ago are now required steps.
The fdisk tool appears to be depreciated and marked for removal. The manual says: "You're going to have problems if you use fdisk, and you're on your own." Their solution is to scroll up on the manual and follow the directions on using parted to create your partitions, and mark the boot partition with their suggested bios_grub flag. Then tada, automatically grub knows where to look and what to do.
While I had enjoyed this fully loaded 286, it was getting a bit annoying with all the 32bit limitations I was running into. Frontier Elite was a 32bit program, Obviously no WIndows/386 nor any DooM. It seems that most of the MS-DOS fun I had really was 32bit only. So with this PS/2 model 60, I did the only real thing I could do:
I picked up 2 of these 1MB modules, they are 3 chip much like the SIMMS I had used on the PS/2 model 60 motherboard. So these are no doubt parity 256k in each row, and 2 cards giving it 2MB of RAM right off the bat. I got lucky to find these 2 cards in country and at a really reasonable rate, when compared to all the others. They did make 4MB & 8MB cards, but naturally they are incredibly expensive.
Luckily for me the board & RAM worked (the board was listed as working), and running setup from the gotek was painless. However for the heck of it, I put in the Boca RAM/2 board to see if it works. It does. It also does the same thing where once the Boca RAM/2 board is configured the setup program only crashes on running it, meaning I need to disconnect the battery backed RAM.
I thought I could avoid setting up the RAM card, but oddly enough until I did so it would not initialize the SCSI card. Oh, sure it showed up in the setup program, saw all my disks and everything, but it would not boot or show up from a boot disk.
Since the RAM card screws up the setup program, I have to remove it, and the old SCSI controller, re-configure the system with all the RAM and disks removed first. Then put in the new controller, and re-run setup.
The PS/2 model of computers went away from the PC/XT/AT design for something that would be more toolless and allow for more automation in the building & assembling of these machines. That means they removed loose wiring where possible to give not only great airflow, but an overall clean aesthetic to the PS/2 build. What this also means is that the old 34pin floppy ribbon will not do.
Preparing for Windows NT RISC Exhibition for VCFW 2023, I wanted to have NT running on an IBM RS/6000. This was previously covered in this excellent article by Shoutmon as well in this excellent video by NCommander. However both are missing some crucial information that I had to go through and learn myself the hard way. I hope it will help someone in the future.
d3342ee215