APPLICATION NOTE Using DiskOnChip Under Linux With M-Systems Driver

Size: px
Start display at page:

Download "APPLICATION NOTE Using DiskOnChip Under Linux With M-Systems Driver"

Transcription

1 APPLICATION NOTE Using DiskOnChip Under Linux With M-Systems Driver SWM rev A

2 APPLICATION NOTE Using DiskOnChip Under Linux With M-Systems Driver RTD Embedded Technologies, INC. 103 Innovation Blvd. State College, PA Phone: FAX: web site Using DiskOnChip Under Linux With M-Systems Driver - 2 -

3 Revision History 05/03/2004 Revision A issued Published by: RTD Embedded Technologies, Inc. 103 Innovation Blvd. State College, PA Copyright 2004 by RTD Embedded Technologies, Inc. All rights reserved Printed in U.S.A. The RTD Logo is a registered trademark of RTD Embedded Technologies. cpumodule and utilitymodule are trademarks of RTD Embedded Technologies. PhoenixPICO and PheonixPICO BIOS are trademarks of Phoenix Technologies Ltd. PS/2, PC/XT, PC/AT and IBM are trademarks of International Business Machines Inc. MS- DOS, Windows, Windows 95, Windows 98 and Windows NT are trademarks of Microsoft Corp. PC/104 is a registered trademark of PC/104 Consortium. All other trademarks appearing in this document are the property of their respective owners. Using DiskOnChip Under Linux With M-Systems Driver - 3 -

4 Reference Configuration This procedure is known to work with the following configuration: * Base install of Red Hat Linux 7.3 performed on an RTD CMX27686 cpumodule * kernel built from source code downloaded from and with the CPU type set to 386 * 144 MB M-Systems DiskOnChip 2000 * M-Systems TrueFFS Linux driver version * M-Systems Linux driver installation manual (distributed with driver) * LILO version (distributed with driver) * DiskOnChip DOS utilities and BIOS driver version * Creating a single partition on the device * Using ext2 as the DiskOnChip file system type * Setting the DiskOnChip as the first available disk drive when booting from it Introduction To use a DiskOnChip under Linux, you need a device driver. M-Systems provides the TrueFFS driver consisting of a binary kernel module and some source code. According to M-Systems, "TrueFFS for Linux is GPL compliant". However, restrictions exist on its distribution. See the M-Systems web site ( for more information. M-Systems recommends that you use their driver instead of the Linux Memory Technology Device (MTD) driver. This document functions as an adjunct to, and clarification of, the M-Systems Linux driver installation manual. It is not a step-by-step recipe for configuring DiskOnChip functionality; that's the purpose of the M-Systems procedure. Rather, this application note: 1) adds supplementary information to the M-Systems manual, 2) makes corrections where needed, and 3) points out some things to watch for. By using the installation manual, this application note, and other resources as needed, you should be able to get Linux to work with a DiskOnChip. For More Information The Linux Documentation Project contains a HOWTO for making Linux boot disks. This document gives some ideas on selecting files for inclusion in a minimal, self-contained boot disk; when such a disk is booted, it provides a bare-bones Linux environment. This information can be generalized to creating a Linux boot environment on a DiskOnChip. The HOWTO also furnishes some troubleshooting tips for when the boot process succeeds partway but then fails. M-Systems produced a document called "Using the DiskOnChip with Linux OS" (document number IM-DOC-021). Unfortunately, it is no longer available from M-Systems but you should be able to find it by doing a web search for the document number. The last revision appears to be 3.2. This document is out of date (referring to prior versions of the Linux driver and build process) but does provide some guidance such as selecting files for inclusion in the minimal file system and how to create a partition table on the DiskOnChip device. It should be used as a general reference only and not as an example of how to set up your system. Kernel source code contains instructions on how to build the kernel. These directions can be found in the text file linux-<kernel version>/readme, where linux-<kernel version> is the directory created when the kernel source was extracted. O'Reilly ( published a book "Building Embedded Linux Systems" written by Karim Yaghmour. This manuscript contains much information pertinent to those seeking to run Linux from Solid State Devices. Using DiskOnChip Under Linux With M-Systems Driver - 4 -

5 Please see the Application Note SWM (Using a DiskOnChip Under Linux) on our web site for general information on DiskOnChip and Linux. Preliminaries The hardware manual for your cpumodule contains a section on the setup required to begin using a DiskOnChip. Please refer to this manual for details on BIOS configuration. You will need several files from the M-Systems web site. Download the following: - TrueFFS Linux driver (current version 5.1.4; gzip'd tar file) - DiskOnChip DOS utilities and BIOS driver (current version 5.1.4; zip file) After you have extracted the Linux driver files, thoroughly read the driver installation manual procedure (currently this is the text file <extraction directory>/linux_binary.5_1_4/doc-linux-5_1_4_20/readme_install.txt). Unzip the DOS utilities to a directory. Create a DOS boot floppy disk. From the directory where you unzipped the utilities, copy the dformat.exe and doc514.exb files onto the floppy disk. This boot disk will be used whenever you need to format the DiskOnChip. Configuring Linux for DiskOnChip Usage The organization of this document follows that of the M-Systems procedure, with each section representing a section from that procedure. 1. Before you begin The _doc_linux_dir_/mkbootdisk shell script referred to is actually named mkbootdisk_doc. If you decide to create a Linux boot disk before starting, use the native Linux shell script (/sbin/mkbootdisk on Red Hat) instead. 2. Installing DiskOnChip driver It appears as if M-Systems does not support compiling the TrueFFS driver into the kernel. Therefore, it must be created as a loadable module Format the DiskOnChip Instead of using the Linux dformat supplied with the driver, use the dformat command on the DOS boot floppy you created earlier. This means you will need to boot from this floppy each time formatting the device is required. If your DiskOnChip currently contains firmware, once you enable the extension window in the computer's BIOS you will need to remove the firmware. The extension window needs to be enabled whenever the device will be accessed for any reason, for example writing files to it or booting from it. If you wish to temporarily disable the device, you can simply turn off the BIOS extension window; you will not be able to access it again until you enable the window. Using DiskOnChip Under Linux With M-Systems Driver - 5 -

6 The command you use to format the DiskOnChip depends upon whether you wish to use it as a storage device or as a boot device. For use as a storage device, issue the "dformat /win:xxxx /s:doc514.exb! /y /nodos" command. If the DiskOnChip is to be used as a boot device, issue the "dformat /win:xxxx /s:doc514.exb /y /nodos /empty" command. If you ever need to remove the firmware (yet keep space reserved for it) without disturbing the rest of the data on a device, you can issue the "dformat /win:xxxx /s:doc514.exb /y /noformat /empty" command. The xxxx in the "/win:xxxx" argument refers to the extension window you set in the BIOS. See the M-Systems DOS utilities documentation for more information about dformat and its options. Once you format the device, you can reboot into Linux to continue with the process Install driver sources The patch file linux-2_4_7-patch is known to work with recent kernels. It was used for the purpose of creating this document Create nodes Invoking the mknod_fl shell script as instructed will create the device files with a block major number of 100. In addition to creating the fla1 fld4 files, mknod_fl also creates the files fla fld Change kernel configuration If you decide to create a bootable DiskOnChip file system of a type other than ext2, make sure that you build the driver for that file system into the kernel and not as a module. KEEP IN MIND: the only file system tested with this application note was ext2. It can take a while for the kernel to load the doc module, to the point of the system appearing to lock up. Be patient Initialize file system on DiskOnChip You must create a partition on the DiskOnChip. For this application note, a single partition of type Linux (ID 83) was created Mount DiskOnChip partitions Before you can mount a partition, you must create a file system in that partition. For example, to create an ext2 file system on the first partition issue the "mke2fs /dev/msys/fla1" command. You could add an entry for the DiskOnChip file system to /etc/fstab, which would make it easier to mount the file system. However, this seems to cause problems on boot unless the entry is created properly; it's best to just not add this entry. Once you have completed all steps in the M-Systems procedure up to and including this one, the DiskOnChip device is usable as a storage device. If you do not wish to boot off the device, you do not need to perform any further steps. Using DiskOnChip Under Linux With M-Systems Driver - 6 -

7 2.7. Install the correct boot loader Unfortunately, you will end up having to build LILO from source code. Neither the executable in _doc_linux_dir_/lilo nor the one in _doc_linux_dir_/lilo/lilo has DiskOnChip support. Using either of these will result in an error message similar to "Fatal: Sorry, don't know how to handle device" when you attempt to write the boot sector. Building LILO requires that the Netwide Assembler nasm be installed on your system. The _doc_linux_dir_/lilo/boot.b file supplied in the tar file will work. In the paragraph which talks about the device major number used by LILO, the insmod parameter "fl_major=62" is incorrect. This should be "major=62". It is highly recommended that the device major number used by LILO be changed as detailed in the M-Systems manual. Do this before compiling LILO. If you do not change LILO's idea of the DiskOnChip major number, then you will need to do the following to get everything working correctly: * Add the line "options doc major=62" to /etc/modules.conf. If this file does not exist, it must be created. * Copy /etc/modules.conf to the DiskOnChip file system under <mount point>/etc. * Copy the modprobe command onto the DiskOnChip file system. modprobe is needed because it reads /etc/modules.conf whereas insmod does not. * Remake the /dev files by issuing the command "mknod_fl 62" Modify /etc/lilo.conf as follows You will need to create /etc/lilo.conf if it does not already exist on your system. If your kernel requires special options to be passed to it at boot, these options must be included in /etc/lilo.conf for the kernel to boot properly. For example, if your kernel needs the "ide=nodma" option you can add the line `append = "ide=nodma"`. See the LILO documentation for more information Create initrd file An initrd file is an initial ramdisk image. Such a file is needed because the TrueFFS driver is built as a module. This module is needed before the DiskOnChip file system is mounted, which creates a problem because that's where the module is. The initial ramdisk image contains kernel modules which must be available to get the kernel to boot to the point where the file system can be mounted. The boot process loads the file into memory and the kernel loads modules from this memory area. If your Linux distribution contains a native mkinitrd command, use it instead of the one supplied by M-Systems. The doc module must be preloaded if you do use the native command. See the mkinitrd documentation for more information. The native mkinitrd command "/sbin/mkinitrd -f -v --preload=doc /boot/initrd img " was used during the creation of this document. For some reason, the Red Hat 7.3 version of mkinitrd printed an error message from the shell about "--preload=doc" but still created the image properly. If during a failed boot from DiskOnChip you see error messages regarding module problems, chances are good that your initial ramdisk image isn't as complete as it should be. Using DiskOnChip Under Linux With M-Systems Driver - 7 -

8 2.10. Copy Linux system files to DiskOnChip This part of the procedure is very distribution specific. A detailed discussion of which files need to be copied to the device is beyond the scope of this application note. Contact your distribution vendor for more information. The M-System mkdocimg shell script can be used as a starting point for copying files to the DiskOnChip. Even though Red Hat 7.3 Linux was used, the file redhat-7.1.files provided a decent beginning. Even so, the /bin, /dev, /etc, and /lib directories needed to be copied in entirety to the bootable file system. One can quickly run out of space on the target device. If you do use the mkdocimg script, here are some things you'll need to keep in mind: * It does not copy the initial ramdisk image from /boot to the DiskOnChip file system. * /boot/boot.b is not copied to the DiskOnChip file system. * /lib library files were not duplicated on the device. Because of these issues, pay particular attention to what gets copied over to the bootable file system. Double check everything. A missing critical file will manifest itself during a boot from the DiskOnChip. The boot will proceed past kernel decompression some distance and then fail. Error messages may vary greatly, as will location of the failure. Please see the Linux boot disk HOWTO for more information Store new lilo configuration Earlier use of the M-Systems mkdocimg shell script causes problems to pop up at this point. When it runs, mkdocimg creates a LILO configuration file in the bootable file system from a template (making some substitutions to arrive at the final file). The script then runs LILO using this lilo.conf file to install the boot loader on the DiskOnChip. Trouble is the manufactured lilo.conf has some errors in it, particularly in regards to path names and file names, specifically on the "install=" line. If you do not correct these errors and rerun LILO, you will not be able to boot from the device. To be safe, make sure that 1) /etc/lilo.conf has appropriate path and file names, 2) all files referenced in /etc/lilo.conf exist exactly where they're expected to be in the bootable file system, and 3) copy /etc/lilo.conf to the DiskOnChip. Then, rerun LILO as indicated in this section of the installation manual Update firmware You must reinstall the firmware to be able to boot from the DiskOnChip. Instead of using the Linux dformat supplied with the driver, use the dformat command on the DOS boot floppy you created earlier. Therefore, at this point you will have to shutdown and reboot from the DOS floppy. To prepare the device, issue the command "dformat /win:xxxx /s:doc514.exb /y /noformat /first". Recall that the xxxx in the "/win:xxxx" argument refers to the extension window you set in the BIOS Reboot and enjoy After reinstalling the firmware, remove the DOS floppy and reboot again. You should see a TrueFFS message and an M-Systems copyright; these indicate that the firmware is loaded. Next, the LILO boot menu should appear. If you do not see the LILO boot menu, then LILO probably was not installed in the DiskOnChip boot sector. Using DiskOnChip Under Linux With M-Systems Driver - 8 -

9 Once the LILO menu appears, wait five seconds and Linux will begin booting. First, the kernel uncompresses itself. If the system hangs at this point, potential causes are an incorrect /etc/lilo.conf file, forgetting to rerun LILO after making changes, and using a LILO which is not DiskOnChip aware. Other causes of failure during boot include a misconfigured kernel, a bad initial ramdisk image, missing kernel modules, or missing files in the boot file system. If the kernel fails to boot, the firmware will need to be removed so that you can troubleshoot and then make repairs. Using the DOS floppy, issue the "dformat /win:xxxx /s:doc514.exb /y /noformat /empty" command; this leaves the file system intact so that it can be mounted once Linux is booted. Using DiskOnChip Under Linux With M-Systems Driver - 9 -

APPLICATION NOTE Using LinuxTV.org 2.4 Kernel CM7326/CM7327 Linux Drivers

APPLICATION NOTE Using LinuxTV.org 2.4 Kernel CM7326/CM7327 Linux Drivers APPLICATION NOTE Using LinuxTV.org 2.4 Kernel CM7326/CM7327 Linux Drivers ISO9001 and AS9100 Certified SWM-640020009 rev A APPLICATION NOTE Using LinuxTV.org 2.4 Kernel CM7326/CM7327 Linux Drivers RTD

More information

Chapter 6. Boot time configuration. Chapter 6 Boot time configuration

Chapter 6. Boot time configuration. Chapter 6 Boot time configuration Chapter 6. Boot time configuration Chapter 6 Boot time configuration Last revised: 20/6/2004 Chapter 6 Outline In this chapter we will learn about: How the system boots How to configure the boot loaders

More information

APPLICATION NOTE Using Video4Linux2 SAA7134 Driver with VFG73xx

APPLICATION NOTE Using Video4Linux2 SAA7134 Driver with VFG73xx APPLICATION NOTE Using Video4Linux2 SAA7134 Driver with VFG73xx ISO9001 and AS9100 Certified SWM-640020017 rev A APPLICATION NOTE Using Video4Linux2 SAA7134 Driver with VFG73xx RTD Embedded Technologies,

More information

How To Compile A Kernel - The Mandriva Way

How To Compile A Kernel - The Mandriva Way By Falko Timme Published: 2006-11-27 17:06 How To Compile A Kernel - The Mandriva Way Version 1.0 Author: Falko Timme Last edited 11/24/2006 Each distribution has some specific

More information

CM6109 PCMCIA utilitymodule TM User s Manual

CM6109 PCMCIA utilitymodule TM User s Manual CM6109 PCMCIA utilitymodule TM User s Manual BDM-610020003 Rev. B ISO9001 and AS9100 Certified CM6109 PCMCIA utilitymodule TM User s Manual RTD Embedded Technologies, INC. 103 Innovation Blvd. State College,

More information

APWR106HR Filtered Avionics Power Supply Module User s Manual

APWR106HR Filtered Avionics Power Supply Module User s Manual HR Filtered Avionics Power Supply Module User s Manual BDM-610020071 Rev A Filtered Avionics Power Supply Module User s Manual 103 Innovation Blvd. State College, PA 16804-0906 USA Phone: (814) 234-8087

More information

CREATION OF A MINIMAL STAND ALONE RTAI SYSTEM ================================================

CREATION OF A MINIMAL STAND ALONE RTAI SYSTEM ================================================ Requirements :: --------------- CREATION OF A MINIMAL STAND ALONE RTAI SYSTEM ================================================ * I prepared my stand alone RTAI for the following hardware configurations.

More information

CMT6118 IDE Controller and Compact Flash Carrier with Floppy utilitymodule User s Manual

CMT6118 IDE Controller and Compact Flash Carrier with Floppy utilitymodule User s Manual CMT6118 IDE Controller and Compact Flash Carrier with Floppy utilitymodule User s Manual BDM-610020044 Rev. A CMT6118 ISOLATED IDE Controller and Compact Flash Carrier with Floppy utilitymodule User s

More information

APWR104HR Filtered Avionics Power Supply Module User s Manual

APWR104HR Filtered Avionics Power Supply Module User s Manual HR Filtered Avionics Power Supply Module User s Manual BDM-610020010 Rev B ISO9001 and AS9100 Certified Filtered Avionics Power Supply Module User s Manual 103 Innovation Blvd. State College, PA 16804-0906

More information

RTD cpumodule LX-Series Migration Guide

RTD cpumodule LX-Series Migration Guide RTD cpumodule LX-Series Migration Guide ISO9001 and AS9100 Certified SWM-640000023 Rev. D Page 1 of 9 Revision History Rev. A 02/29/2007 Preliminary Draft Rev. B 06/23/2008 Added information about the

More information

QLogic QLA4010/QLA4010C/QLA4050/QLA4050C/ QLA4052C/QMC4052/QLE4060C/QLE4062C iscsi Driver for Linux Kernel 2.6.x.

QLogic QLA4010/QLA4010C/QLA4050/QLA4050C/ QLA4052C/QMC4052/QLE4060C/QLE4062C iscsi Driver for Linux Kernel 2.6.x. QLogic QLA4010/QLA4010C/QLA4050/QLA4050C/ QLA4052C/QMC4052/QLE4060C/QLE4062C iscsi Driver for Linux Kernel 2.6.x This software license applies only to QLogic customers. QLogic Corporation. All rights reserved.

More information

Reference Manual VCM-DOC-1. Bootable DiskOnChip Module for the PC/104 Bus MVCMDOC1

Reference Manual VCM-DOC-1. Bootable DiskOnChip Module for the PC/104 Bus MVCMDOC1 Reference Manual VCM-DOC-1 Bootable DiskOnChip Module for the PC/104 Bus MVCMDOC1 VCM-DOC-1 Bootable DiskOnChip Module for the PC/104 Bus REFERENCE MANUAL Doc. Rev. 04/22/2003 VERSALOGIC CORPORATION WWW.VERSALOGIC.COM

More information

DiskOnChip PCI Evaluation Board

DiskOnChip PCI Evaluation Board User Manual DiskOnChip PCI Evaluation Board JANUARY 2002 91-SR-010-04-7L REV 1.1 Table of Contents 1 Introduction... 3 1.1 Supported Devices...3 1.2 Features... 4 2 DiskOnChip PCI EVB Package Contents...

More information

UPS25 API Manual for Windows 2000/XP/Vista

UPS25 API Manual for Windows 2000/XP/Vista UPS25 API Manual for Windows 2000/XP/Vista Version 3.0 SWM-640020008 Rev. B i ISO9001 and AS9100 Certified RTD Embedded Technologies, INC. 103 Innovation Blvd. State College, PA 16803-0906 Phone: +1-814-234-8087

More information

JetFlash User s Manual

JetFlash User s Manual JetFlash User s Manual ( Version 1.0 ) Table of Contents INTRODUCTION...1 PACKAGE CONTENTS...1 FEATURES...1 SYSTEM REQUIREMENTS...1 DRIVER INSTALLATION...2 DRIVER INSTALLATION FOR WINDOWS 98SE...2 DRIVER

More information

Recovering GRUB: Dual Boot Problems and Solutions

Recovering GRUB: Dual Boot Problems and Solutions Recovering GRUB: Dual Boot Problems and Solutions Published by the Open Source Software Lab at Microsoft. October 2007. Special thanks to Chris Travers, Contributing Author to the Open Source Software

More information

CST8177 Linux II. Linux Boot Process

CST8177 Linux II. Linux Boot Process CST8177 Linux II Linux Boot Process Reference information from the text, http://www.linuxdoc.org and several other web sites Linux Boot Process Topics covered in this slide-set Basic definition of the

More information

The Lecture's aim A preparation for the installation party: Prepare your computer for the installation Know what's going to happen Understand what's g

The Lecture's aim A preparation for the installation party: Prepare your computer for the installation Know what's going to happen Understand what's g Linux Installation Eli Billauer eli@billauer.co.il November 12, 2000 Linux Installation Slide 1 The Lecture's aim A preparation for the installation party: Prepare your computer for the installation Know

More information

GPS140 Windows Application User s Manual Version 2.0.x

GPS140 Windows Application User s Manual Version 2.0.x GPS140 Windows Application User s Manual Version 2.0.x SWM-640020010 Rev. A ISO9001 and AS9100 Certified RTD Embedded Technologies, INC. 103 Innovation Blvd. State College, PA 16803-0906 Phone: +1-814-234-8087

More information

Partitioning and Formatting Reference Guide

Partitioning and Formatting Reference Guide Partitioning and Formatting Reference Guide This guide provides simple guidelines for the initial setup of your hard disk drive using the most common methods and utilities available within the following

More information

DM6420 Driver for Linux User s Manual Version 2.01.xx

DM6420 Driver for Linux User s Manual Version 2.01.xx User s Manual Version 2.01.xx SWM-640010014 rev C ISO9001 and AS9100 Certified RTD Embedded Technologies, INC. 103 Innovation Blvd. State College, PA 16803-0906 Phone: +1-814-234-8087 FAX: +1-814-234-5218

More information

IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User s Guide

IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User s Guide IBM System x IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User s Guide Version 1.0 IBM System x IBM Deployment Pack for Microsoft System Center Configuration

More information

Getting Started. System Requirements. Installation

Getting Started. System Requirements. Installation Getting Started NexentaOS is an OpenSolaris distribution for your x86/x64 desktop, laptop, or server - with a fast and easy-to-install regular releases and a selection of tightly-integrated excellent applications.

More information

LiLo Crash Recovery. 1.0 Preparation Tips. 2.0 Quick Steps to recovery

LiLo Crash Recovery. 1.0 Preparation Tips. 2.0 Quick Steps to recovery LiLo Crash Recovery ***** *** * I have captured this information from someone else website which I didn t record where I copied it from or when I copied it. And I ve left it as it is. The credit should

More information

The LILO Configuration Handbook. Virgil J. Nisly

The LILO Configuration Handbook. Virgil J. Nisly The LILO Configuration Handbook Virgil J. Nisly 2 Contents 1 LILO Configuration 4 2 General Options 4 3 Operating Systems 5 4 Expert 6 3 Abstract LILO Configuration is an application specificly designed

More information

Using grub to Boot various Operating Systems

Using grub to Boot various Operating Systems Operating Systems and Systems Integration Using grub to Boot various Operating Systems Contents 1 Aim 2 2 What You Will Do 2 3 Background 2 3.1 Installing grub in MBR from a floppy, and from the OS........

More information

RTD Fastrax itrax02 GPS Module Application and Driver Manual for Windows 98/2000/NT4/XP User s Manual Version 2.0.x

RTD Fastrax itrax02 GPS Module Application and Driver Manual for Windows 98/2000/NT4/XP User s Manual Version 2.0.x RTD Fastrax itrax02 GPS Module Application and Driver Manual for Windows 98/2000/NT4/XP User s Manual Version 2.0.x SWM-640020012 Rev. A ISO9001 and AS9100 Certified RTD Embedded Technologies, INC. 103

More information

Introduction to Red Hat Linux I: Easy Reference Index Page

Introduction to Red Hat Linux I: Easy Reference Index Page Introduction to Red Hat Linux I: Easy Reference Index Page Easy Reference Topics Module Page Common installation troubleshooting issues 2 2 Installation classes 2 3 Contents of the usr directory 4 5 File

More information

If you don't care about how it works but you just would like that it works read here. Other wise jump to the next chapter.

If you don't care about how it works but you just would like that it works read here. Other wise jump to the next chapter. Boot Linux from USB Hard Disk Written 01/04/07 by Urs_Lindegger@Bluewin.Ch About this Document I have a laptop where I'm not allowed to install Linux. However on business trips I'd like to use Linux with

More information

Using the DiskOnChip with Linux OS

Using the DiskOnChip with Linux OS Installation Manual IM-DOC-021 Using the DiskOnChip with Linux OS DEC-99 91-SR-005-10-7L REV. 2.0 LIMITED WARRANTY (a) M-Systems warrants that the Licensed Software prior to modification and adaptation

More information

Linux on Sony VAIO mini-howto

Linux on Sony VAIO mini-howto Table of Contents Linux on Sony VAIO mini-howto...1 Hideki Saito hideki@chatlink.com...1 1. Introduction...1 1.1 Notes...1 1.2 Notes about different systems...1 1.3 Update History...1 1.4 Disclaimer...1

More information

Boot Process in details for (X86) Computers

Boot Process in details for (X86) Computers Boot Process in details for (X86) Computers Hello,,, Let's discuss what happens between the time that you power up your PC and when the desktop appears. In fact we should know that the boot process differs

More information

Kernel Korner IBM's Journaled Filesystem

Kernel Korner IBM's Journaled Filesystem Kernel Korner IBM's Journaled Filesystem To restart a telecom server quickly, you need a journaling filesystem. Here's how you can move to IBM's AIX-derived JFS. by Steve Best, David Gordon and Ibrahim

More information

Fedora Core: Made Simple

Fedora Core: Made Simple Table of Contents Installing Fedora...2 Before you begin...2 Compatible Hardware...2 Minimum Requirements...2 Disk Space Requirements...2 Help! Booting from the CD ROM Drive Fails!...2 Installing Fedora

More information

Running Network Services under User-Mode

Running Network Services under User-Mode Running Network Services under User-Mode Linux, Part I Mick Bauer Abstract Leverage the Linux kernel's virtualization features to isolate network dæmons. In my May 2006 Paranoid Penguin column, I expounded

More information

CF15118 CompactFlash Carrier utilitymodules User s Manual

CF15118 CompactFlash Carrier utilitymodules User s Manual CompactFlash Carrier utilitymodules User s Manual BDM-610020105 Rev. A CompactFlash Carrier utilitymodules User s Manual RTD Embedded Technologies, Inc. 103 Innovation Blvd. State College, PA 16803-0906

More information

User Manual. DiskOnChip Software Utilities

User Manual. DiskOnChip Software Utilities User Manual DiskOnChip Software Utilities NOVEMBER-2001 LIMITED WARRANTY (a) AMD warrants that the Licensed Software prior to modification and adaptation by Licensee will conform to the documentation provided

More information

DM6816 Driver for Windows 98/NT4/2000/XP

DM6816 Driver for Windows 98/NT4/2000/XP DM6816 Driver for Windows 98/NT4/2000/XP User s Manual Version 4.1 SWM-640010008 Rev. B ISO9001 and AS9100 Certified RTD Embedded Technologies, INC. 103 Innovation Blvd. State College, PA 16803-0906 Phone:

More information

VPWR104HR Embedded PC/104 Power supply module User s Manual

VPWR104HR Embedded PC/104 Power supply module User s Manual VPWR104HR Embedded PC/104 Power supply module User s Manual ISO9001 and AS9100 Certified BDM-610020001 Rev. A VPWR104HR 2 RTD VPWR104HR Power supply module User s Manual RTD Embedded Technologies, INC.

More information

CM17215HR 100Mb/s Fiber CM17212HR 10/100Mb/s UTP PC/104-Plus Dual Ethernet utilitymodule. User s Manual

CM17215HR 100Mb/s Fiber CM17212HR 10/100Mb/s UTP PC/104-Plus Dual Ethernet utilitymodule. User s Manual CM17215HR 100Mb/s Fiber CM17212HR 10/100Mb/s UTP PC/104-Plus Dual Ethernet utilitymodule User s Manual ISO9001 and AS9100 Certified BDM-610020066 Rev. E CM17215HR 100Mb/s Fiber CM17212HR 10/100Mb/s Twisted

More information

Manage Directories and Files in Linux. Objectives. Understand the Filesystem Hierarchy Standard (FHS)

Manage Directories and Files in Linux. Objectives. Understand the Filesystem Hierarchy Standard (FHS) Manage Directories and Files in Linux Objectives Understand the Filesystem Hierarchy Standard (FHS) Identify File Types in the Linux System Change Directories and List Directory Contents Create and View

More information

BootManage Administrator Installation Manual

BootManage Administrator Installation Manual BootManage Administrator Installation Manual 1 Contents INTRODUCTION... 4 WHAT IS THE BOOTMANAGE ADMINISTRATOR (BMA)... 5 REQUIREMENTS FOR THE BOOTMANAGE ADMINISTRATOR:... 5 PXE... 5 BOOTMANAGE TCP/IP

More information

Linux Files and the File System

Linux Files and the File System Linux Files and the File System 1. Files a. Overview A simple description of the UNIX system, also applicable to Linux, is this: "On a UNIX system, everything is a file; if something is not a file, it

More information

DiskOnChip 2000 MD2200, MD2201 Data Sheet

DiskOnChip 2000 MD2200, MD2201 Data Sheet DiskOnChip 2000 MD2200, MD2201 Data Sheet Features Single chip plug-and-play Flash Disk 2-72MB capacity (144MB in 1H99) Simple, easy to integrate interface 32-pin DIP JEDEC standard EEPROM compatible pin-out

More information

XPWR104HR High efficiency PC/104 power supply module User s Manual

XPWR104HR High efficiency PC/104 power supply module User s Manual XPWR104HR High efficiency PC/104 power supply module User s Manual BDM-610020045 Rev. C XPWR104HR Power supply module User s Manual RTD Embedded Technologies, INC. 103 Innovation Blvd. State College, PA

More information

QUICK START GUIDE Seawolf Bootable and Seawolf VA (Virtual Appliance)

QUICK START GUIDE Seawolf Bootable and Seawolf VA (Virtual Appliance) QUICK START GUIDE Seawolf Bootable and Seawolf VA (Virtual Appliance) Page 1 of 10 Seawolf Quick Start Guide Version: 1.0 Copyright. All rights reserved. kaiwantech, a division of Designer Graphix # 4931,

More information

PL-I Assignment Broup B-Ass 5 BIOS & UEFI

PL-I Assignment Broup B-Ass 5 BIOS & UEFI PL-I Assignment Broup B-Ass 5 BIOS & UEFI Vocabulary BIOS = Basic Input Output System UEFI = Unified Extensible Firmware Interface POST= Power On Self Test BR = Boot Record (aka MBR) BC =Boot Code (aka

More information

GigaRAID (IT8212) ATA RAID Controller USER S MANUAL

GigaRAID (IT8212) ATA RAID Controller USER S MANUAL GigaRAID (IT8212) ATA RAID Controller USER S MANUAL 12ME-IT8212-005 Copyright Copyright by GIGA-BYTE TECHNOLOGY CO., LTD. ( GBT ) No part of this manual may be reproduced or transmitted in any from without

More information

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories Chapter Two Exploring the UNIX File System and File Security Lesson A Understanding Files and Directories 2 Objectives Discuss and explain the UNIX file system Define a UNIX file system partition Use the

More information

V Workstation Imaging

V Workstation Imaging V Workstation Imaging The following sections provide information on Novell ZENworks Desktop Management Workstation Imaging procedures and features. Chapter 50, Common Imaging Deployment Strategies, on

More information

RocketRAID 2310/2300 Controller Fedora Linux Installation Guide

RocketRAID 2310/2300 Controller Fedora Linux Installation Guide RocketRAID 2310/2300 Controller Fedora Linux Installation Guide Version 1.1 Copyright 2006 HighPoint Technologies, Inc. All rights reserved. Last updated on Jan 20, 2006 Table of Contents 1 Overview...1

More information

VISUAL QUICKPRO GUIDE

VISUAL QUICKPRO GUIDE VISUAL QUICKPRO GUIDE Red Hat Linux 6 Harold Davis Peachpit Press Visual QuickPro Guide Red Hat Linux 6 Harold Davis Peachpit Press 1249 Eighth Street Berkeley, CA 94710 510/524-2178 800/283-9444 510/524-2221

More information

Novell SUSE Linux Enterprise Server

Novell SUSE Linux Enterprise Server SLES 10 Storage Administration Guide for EVMS Novell SUSE Linux Enterprise Server 10 February 1, 2007 STORAGE ADMINISTRATION GUIDE FOR EVMS www.novell.com Legal Notices Novell, Inc., makes no representations

More information

IPWR104HR-60/100W Isolated PC/104 Power supply module User s Manual

IPWR104HR-60/100W Isolated PC/104 Power supply module User s Manual IPWR104HR-60/100W Isolated PC/104 Power supply module User s Manual ISO 9001 and AS9100 Certified BDM-610020007 Rev. D IPWR104HR-60/100W Power supply module User s Manual RTD Embedded Technologies, INC.

More information

CM17215HR 100Mb/s Fiber CM17212HR 10/100Mb/s UTP PC/104-Plus Dual Ethernet utilitymodule. User s Manual. BDM Rev. C

CM17215HR 100Mb/s Fiber CM17212HR 10/100Mb/s UTP PC/104-Plus Dual Ethernet utilitymodule. User s Manual. BDM Rev. C CM17215HR 100Mb/s Fiber CM17212HR 10/100Mb/s UTP PC/104-Plus Dual Ethernet utilitymodule User s Manual BDM-610020066 Rev. C ISO9001 and AS9100 Certified CM17215HR 100Mb/s Fiber CM17212HR 10/100Mb/s Twisted

More information

2. INSTALLATION OF SUSE

2. INSTALLATION OF SUSE 2. INSTALLATION OF SUSE 2.1. PREINSTALLATION STEPS 2.1.1. Overview Installing any kind of operating system is a big move and can come as something of a shock to our PC. However, SUSE Linux makes this complicated

More information

FuzeDrive for AMD Ryzen

FuzeDrive for AMD Ryzen Windows 10 Quick Start Guide Date: 13 th February 2018 2018 Enmotus, Inc. All rights reserved. FuzeDrive, FuzeRAM and vssd are a trademarks of Enmotus Corporation. The AMD and AMD Ryzen logos and trademarks

More information

RAIDExpress 133 RAID USER MANUAL. Preliminary Specification 0.3

RAIDExpress 133 RAID USER MANUAL. Preliminary Specification 0.3 RAIDExpress 133 RAID USER MANUAL Preliminary Specification 0.3 Notice Reasonable efforts have been made to ensure that the information in this manual is accurate. We assume no liability for technical inaccuracies,

More information

Release Note MPI/XMP-Linux Support Package

Release Note MPI/XMP-Linux Support Package 33 South La Patera Lane Santa Barbara, CA 93117-3214 ph (805) 681-3300 fax (805) 681-3311 tech@motioneng.com Release Note MPI/XMP-Linux Support Package MPI/XMP-Linux Library Version: 20030620.1.1 Revised

More information

ATTO UL4D & UL5D Troubleshooting Guide

ATTO UL4D & UL5D Troubleshooting Guide ATTO UL4D & UL5D Troubleshooting Guide This document describes troubleshooting techniques that can be used to identify and resolve issues associated with the ATTO Ultra320 dual channel SCSI host adapter.

More information

Partitioning and Formatting Guide

Partitioning and Formatting Guide Partitioning and Formatting Guide Version 1.2 Date 05-15-2006 Partitioning and Formatting Guide This guide is designed to explain how to setup your drive with the correct partition and format for your

More information

Installation Assistance Windows/Microsoft Updates Updating from Spectra 7.x Upgrading from Spectra 6.x... 7

Installation Assistance Windows/Microsoft Updates Updating from Spectra 7.x Upgrading from Spectra 6.x... 7 Spectra 7.2.1.1 Windows Upgrade Installation Instructions Installation Assistance... 3 Windows/Microsoft Updates... 3 Updating from Spectra 7.x... 4 Important Notices... 4 Downloading the Spectra Update

More information

Hitachi Gloabal Storage Products. Hints and tips. BIOS 33.8GB limitation

Hitachi Gloabal Storage Products. Hints and tips. BIOS 33.8GB limitation Hints and Tips Deskstar 7K250 UltraATA 100 Hard disk drive HDS722504VLAT20 HDS722508VLAT20 HDS722512VLAT20 HDS722512VLAT80 HDS722516VLAT20 HDS722516VLAT80 HDS722525VLAT80 Hints and tips This document provides

More information

Installing New External Hard Drive Windows 7 Upgrade Blank >>>CLICK HERE<<<

Installing New External Hard Drive Windows 7 Upgrade Blank >>>CLICK HERE<<< Installing New External Hard Drive Windows 7 Upgrade Blank So I bought a new hard drive and installed it correctly, but since it is blank I cant I have a windows 7 upgrade disc but do I need the windows

More information

Parallels Virtuozzo Containers 4.6 for Windows

Parallels Virtuozzo Containers 4.6 for Windows Parallels Parallels Virtuozzo Containers 4.6 for Windows Deploying Microsoft Clusters Copyright 1999-2010 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o

More information

Chapter 2. Operating-System Structures

Chapter 2. Operating-System Structures Chapter 2 Operating-System Structures 2.1 Chapter 2: Operating-System Structures Operating System Services User Operating System Interface System Calls Types of System Calls System Programs Operating System

More information

BRG17088HR User's Manual PCI to ISA Bridge PC/104-Plus Module

BRG17088HR User's Manual PCI to ISA Bridge PC/104-Plus Module BRG17088HR User's Manual PCI to ISA Bridge PC/104-Plus Module ISO9001 and AS9100 Certified BDM-610020053 Rev D BRG17088HR User's Manual RTD EMBEDDED TECHNOLOGIES, INC. 103 Innovation Blvd State College,

More information

Acronis Disk Director 11 Home. Quick Start Guide

Acronis Disk Director 11 Home. Quick Start Guide Acronis Disk Director 11 Home Quick Start Guide Copyright Acronis, Inc., 2000-2010. All rights reserved. "Acronis", "Acronis Compute with Confidence", "Acronis Recovery Manager", "Acronis Secure Zone",

More information

Booting up and Shutting down A primer for troubleshooting

Booting up and Shutting down A primer for troubleshooting Booting up and Shutting down A primer for troubleshooting In this section, we touch upon the startup and shutdown process on Linux. It is beyond the scope of this course to cover this topic in depth and

More information

SATA34106 SATA Drive Carrier

SATA34106 SATA Drive Carrier SATA34106 SATA Drive Carrier User s Manual BDM-610020085 Revision A www.rtd.com ISO9001 and AS9100 Certified Accessing the Analog World SATA Drive Carrier User s Manual RTD Document Number: BDM-610020085

More information

Introduction p. 1 Why Linux? p. 2 Embedded Linux Today p. 3 Open Source and the GPL p. 3 Free Versus Freedom p. 4 Standards and Relevant Bodies p.

Introduction p. 1 Why Linux? p. 2 Embedded Linux Today p. 3 Open Source and the GPL p. 3 Free Versus Freedom p. 4 Standards and Relevant Bodies p. Foreword p. xix Preface p. xxi Acknowledgments p. xxvii About the Author p. xxix Introduction p. 1 Why Linux? p. 2 Embedded Linux Today p. 3 Open Source and the GPL p. 3 Free Versus Freedom p. 4 Standards

More information

How To Force Restore A Computer That Won Boot Up After System

How To Force Restore A Computer That Won Boot Up After System How To Force Restore A Computer That Won Boot Up After System If your computer won't start up normally, you may need to use a disk repair utility This can occur after an improper shutdown, forced restart,

More information

Windows Password Reset 6.0 User Guide

Windows Password Reset 6.0 User Guide page 1 of 11 Contents Contents...1 Introduction...2 Instructions on This Manual...3 System Requirements...4 How to Use Windows Password Reset 6.0...5 i. Remove the Password...5 ii. Burning Your CD/DVD

More information

Upgrading the MSA1000 for Enhanced Features

Upgrading the MSA1000 for Enhanced Features White Paper December 2002 Prepared by: Network Storage Solutions Hewlett Packard Company Contents Benefits of the MSA1000 Enhancements...1 Prerequisites...3 Environmental Monitoring Unit (EMU) issue:...3

More information

This is Lab Worksheet 13 - not an Assignment. Boot Process and GRUB

This is Lab Worksheet 13 - not an Assignment. Boot Process and GRUB This is Lab Worksheet 13 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make

More information

What are some common categories of system calls? What are common ways of structuring an OS? What are the principles behind OS design and

What are some common categories of system calls? What are common ways of structuring an OS? What are the principles behind OS design and What are the services provided by an OS? What are system calls? What are some common categories of system calls? What are the principles behind OS design and implementation? What are common ways of structuring

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

Macs don t have BIOS and some lower-end PCs use either emulated BIOS or the UEFI method. This project assumes an honest-to-goodness PC.

Macs don t have BIOS and some lower-end PCs use either emulated BIOS or the UEFI method. This project assumes an honest-to-goodness PC. O.S. Lab 1: Booting We will discuss it in more detail later, but a floppy disk is divided into sectors, each of which is 512 bytes. All reading and writing to the disk must be in whole sectors - it is

More information

DtS Data Migration to the MSA1000

DtS Data Migration to the MSA1000 White Paper September 2002 Document Number Prepared by: Network Storage Solutions Hewlett Packard Company Contents Migrating Data from Smart Array controllers and RA4100 controllers...3 Installation Notes

More information

Manual Windows 7 Tool Usb Error Unable To

Manual Windows 7 Tool Usb Error Unable To Manual Windows 7 Tool Usb Error Unable To Copy Files 99 I'm making a bootable usb so i can install windows 7 on my computer but when using Windows 7 USB/DVD tool i get to 99% i get this error message I've

More information

Operating Systems. Objective

Operating Systems. Objective Operating Systems Project #1: Introduction & Booting Project #1: Introduction & Booting Objective Background Tools Getting Started Booting bochs The Bootloader Assembling the Bootloader Disk Images A Hello

More information

Certification. System Initialization and Services

Certification. System Initialization and Services Certification System Initialization and Services UNIT 3 System Initialization and Services UNIT 3: Objectives Upon completion of this unit the student should be able to: Describe BIOS functions with respect

More information

Format Hard Drive After Install Ubuntu From Usb External

Format Hard Drive After Install Ubuntu From Usb External Format Hard Drive After Install Ubuntu From Usb External Will the files on my external hard drive be deleted when I use it on Ubuntu (since I It will allow you to select your manually created partition

More information

MODULE 02. Installation

MODULE 02. Installation MODULE 02 Installation Identify the type of system, hardware, and network settings necessary for Linux installation Describe the need for pre-installation procedures Identify the different types of file

More information

Installing caos with Cinch on Floppy Disk

Installing caos with Cinch on Floppy Disk Installing caos with Cinch on Floppy Disk Troy Andrew Johnson May 21, 2004 Abstract cinch is the caos Linux (http://www.caosity.org/) installer. Prerequisites What you need: two floppy disks (at least)

More information

Chapter 2: Operating-System Structures

Chapter 2: Operating-System Structures Chapter 2: Operating-System Structures Chapter 2: Operating-System Structures Operating System Services User Operating System Interface System Calls Types of System Calls System Programs Operating System

More information

Server Systems and Motherboards

Server Systems and Motherboards Server Systems and Motherboards Raid Configuration and Driver installation guide For LSI53C 1030 chip 1 Contents 1. RAID Configuration 1.1 RAID Definition.. 3 1.2 Installing disk drives. 3 1.3 Setting

More information

Mac OS 8 Installation Instructions for Sonnet Presto and Presto Plus Processor Upgrade Cards

Mac OS 8 Installation Instructions for Sonnet Presto and Presto Plus Processor Upgrade Cards Mac OS 8 Installation Instructions for Sonnet Presto and Presto Plus Processor Upgrade Cards What You Need: Sonnet Presto or Presto Plus processor upgrade card. Sonnet Presto 8 Enabler Boot diskette. Macintosh

More information

User Guide. Version Number 1.1

User Guide. Version Number 1.1 User Guide Version Number 1.1 Copyright 2002, LSOFT TECHNOLOGIES INC. All rights reserved. No part of this documentation may be reproduced in any form or by any means or used to make any derivative work

More information

Course 55187B Linux System Administration

Course 55187B Linux System Administration Course Outline Module 1: System Startup and Shutdown This module explains how to manage startup and shutdown processes in Linux. Understanding the Boot Sequence The Grand Unified Boot Loader GRUB Configuration

More information

NuDAQ PCI and NuIPC CompactPCI DAQ Cards. Software Installation Guide

NuDAQ PCI and NuIPC CompactPCI DAQ Cards. Software Installation Guide NuDAQ PCI and NuIPC CompactPCI DAQ Cards Software Installation Guide @Copyright 1999~2000 ADLink Technology Inc. All Rights Reserved. Manual Rev. 3.00: June 25, 2000 The information in this document is

More information

Installing the CGDS - Substation Workbench Server Software

Installing the CGDS - Substation Workbench Server Software CHAPTER 2 Installing the CGDS - Substation Workbench Server Software Revised: April 15, 2013, Tips on Performing the CGDS - Substation Workbench Base Software Installation This section will cover how to

More information

Hard Disk Organization. Vocabulary

Hard Disk Organization. Vocabulary Hard Disk Organization Vocabulary Platter: one ceramic plate, covered with magnetizable film where the bits are actually stored. Both sides of a platter can be used. Increasing the number of platters is

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Fixing Windows Problems

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Fixing Windows Problems : Managing, Maintaining, and Troubleshooting, 5e Chapter 7 Fixing Windows Problems Objectives Learn what to do when a hardware device, application, or Windows component gives a problem Learn what to do

More information

RocketRAID 231x/230x SATA Controller Red Hat Enterprise/CentOS Linux Installation Guide

RocketRAID 231x/230x SATA Controller Red Hat Enterprise/CentOS Linux Installation Guide RocketRAID 231x/230x SATA Controller Red Hat Enterprise/CentOS Linux Installation Guide Version 1.0 Copyright 2008 HighPoint Technologies, Inc. All rights reserved. Last updated on November 5, 2008 Table

More information

Installing Linux on JMU Computer-Science Department Removable Hard Drives for CS-450 and CS-550

Installing Linux on JMU Computer-Science Department Removable Hard Drives for CS-450 and CS-550 Installing Linux on JMU Computer-Science Department Removable Hard Drives for CS-450 and CS-550 Charles Abzug (1) Be advised that the complete installation of Linux takes at least slightly in excess of

More information

ExpressCluster for Linux Ver3.0

ExpressCluster for Linux Ver3.0 ExpressCluster for Linux Ver3.0 Cluster Installation and Configuration Guide (Shared Disk) 2004.06.30 1st Revision Revision History Revision Revision date Descriptions 1 2004/06/30 New manual 2 EXPRESSCLUSTER

More information

CM17215HR 100MB/s Fiber CM17212HR 10/100MB/s UTP PC/104-Plus Dual Ethernet utilitymodule. User s Manual. BDM Rev. A

CM17215HR 100MB/s Fiber CM17212HR 10/100MB/s UTP PC/104-Plus Dual Ethernet utilitymodule. User s Manual. BDM Rev. A CM17215HR 100MB/s Fiber CM17212HR 10/100MB/s UTP PC/104-Plus Dual Ethernet utilitymodule User s Manual BDM-610020066 Rev. A CM17215HR 100MB/s Fiber CM17212HR 10/100MB/s Twisted Pair PC/104-Plus Dual Ethernet

More information

Womp Howto. William Daniau 1st January 2004

Womp Howto. William Daniau 1st January 2004 Womp Howto William Daniau 1st January 2004 1 Introduction I ve tried to make Womp as self-exponent as possible, nevertheless a user documentation will be written... one day. Hereafter you ll find some

More information

Installation Tools for Clusters. Rajesh K., Computer Division, BARC

Installation Tools for Clusters. Rajesh K., Computer Division, BARC Installation Tools for Clusters Rajesh K., Computer Division, BARC Outline of the presentation Cluster Intro Steps involved in a cluster installation Different approaches to installation Issues in cluster

More information