What is the ATA standard, what does it stand for, and what are its variations? What are the three most popular storage mediums?
- ATA stands for Advanced Technology Attachment
- PATA is Parallel ATA - the ATA standard
- SATA is Serial ATA -
SCSI, Small Computer Systems Interface is another common standard, with its own variations.
Tags: 101.1, ata, hard drives, pata, sata, scsi
Source:
Source:
What is the ATA standard, what does it stand for, and what are its variations? What are the three most popular storage mediums?
- ATA stands for Advanced Technology Attachment
- PATA is Parallel ATA - the ATA standard
- SATA is Serial ATA -
SCSI, Small Computer Systems Interface is another common standard, with its own variations.
Tags: 101.1, ata, hard drives, pata, sata, scsi
Source:
Source:
Tags: 101.1, hard drives, linux, sata, scsi
Source:
Source:
Tags: 101.1, bus types, scsi
Source:
Source:
How do you identify SCSI devices?
Each SCSI device is identified by a unique ID that must be set by a jumper.
Tags: 101.1, bus types, linux, scsi
Source:
Source:
Are SCSI devices detected by a standard x86 BIOS? Can you boot from a SCSI drive?
No, but you can detect SCSI if the SCSI host adapter has its own BIOS included. Higher end SCSI host adapters generally have this capability, while the lower end ones do not.
Even with a host adapter that includes its own BIOS, you will still need to boot from PATA or SATA drive to detect the SCSI drives.
Even with a host adapter that includes its own BIOS, you will still need to boot from PATA or SATA drive to detect the SCSI drives.
Tags: 101.1, BIOS, linux, scsi, x86
Source:
Source:
Is SCSI device identification different than other hard drives? Explain.
Yes. SCSI IDs aren’t used to identify the corresponding device file on a Linux system. Hard drives follow the naming system /dev/sdx (where x is a letter from a up), SCSI tapes are named /dev/stx and /dev/nstx (where x is a number from 0 up), and SCSI CD-ROMs and DVD-ROMs are named /dev/scdx (where x is a number from 0 up).
Tags: 101.1, devices, fs, hard drives, linux, scsi
Source:
Source:
What problems can arise involving SCSI device numbering, and what are the best practices when adding new SCSI drives?
SCSI device numbering (or lettering) is usually assigned in increasing order based on the SCSI ID. If you have one hard disk with a SCSI ID of 2 and another hard disk with a SCSI ID of 4, they will be assigned to /dev/sda and /dev/sdb, respectively. The real danger is if you add a third SCSI drive and give it an ID of 0, 1, or 3.
This new disk will become /dev/sda (for an ID of 0 or 1) or /dev/sdb (for ID 3), bumping up one or both of the existing disks’ Linux device identifiers. For this reason, it’s usually best to give hard disks the lowest possible SCSI IDs so that you can add future disks using higher IDs.
This new disk will become /dev/sda (for an ID of 0 or 1) or /dev/sdb (for ID 3), bumping up one or both of the existing disks’ Linux device identifiers. For this reason, it’s usually best to give hard disks the lowest possible SCSI IDs so that you can add future disks using higher IDs.
Tags: 101.1, devices, fs, hard drives, linux, scsi
Source:
Source:
Can non-SCSI devices be assigned SCSI identifications in the file structure?
Yes. Non-SCSI devices such as USB drives or SATA drives can be mapped to the SCSI sub-system, and interfere with the SCSI device numbering if you are not careful.
Tags: 101.1, devices, fs, hard drives, linux, scsi
Source:
Source:
Logically, how is a SCSI bus mapped? Explain.
One-dimensionally. Basically, every device in the bus falls upon a straight line.
Each end of the SCSI bus must be terminated - and the bus must not fork or branch in any way. The word terminated refers to a special resistor pack that prevents signals from bouncing back and forth along the SCSI chain. The manual should contain information on how to terminate such a fork or branch.
Each end of the SCSI bus must be terminated - and the bus must not fork or branch in any way. The word terminated refers to a special resistor pack that prevents signals from bouncing back and forth along the SCSI chain. The manual should contain information on how to terminate such a fork or branch.
Tags: branch, bus types, fork, hard drives, resistor, SCSI, termination
Source:
Source:
When terminating, what parts of the chain must be terminated? What parts should not?
Devices mid-chain must not be terminated. Both ends of the SCSI chain must be terminated however. A SCSI host adapter qualifies as a device, so if it is at the end of the chain, it can be terminated.
Modern SCSI devices usually include a jumper or other setting to enable or disable termination.
Modern SCSI devices usually include a jumper or other setting to enable or disable termination.
Tags: 101.1, bus types, hard drives, host adapter, linux, SCSI, SCSI chain, termination
Source:
Source:
What are some of the common varieties that external devices come in?
- USB
- IEEE-1394
- SCSI
You configure external SCSI disks just like internal disks, although the physical details of setting the SCSI ID number and termination may differ. This would be described in the manual.
Tags: 101.1, bus types, device types, hard drives, IEEE, linux, SCSI, USB
Source:
Source:
Under Linux, what numbers are primary and extended partitions assigned? Provide examples.
One through four.
Examples:
Examples:
- The third primary partition on the second SCSI disk would be /dev/sdb3
- The first primary partition on the first PATA disk would be /dev/hda1
Tags: /dev, linux, partitions, PATA, primary partition, SCSI
Source:
Source:
Flashcard set info:
Author: Ryan Robson
Main topic: Informatics
Topic: Linux
City: Houston
Published: 08.02.2011
Card tags:
All cards (75)
/dev (2)
/etc (2)
101.1 (36)
acronyms (1)
architecture (1)
ata (2)
bash (1)
BIOS (5)
bios (1)
bit (1)
branch (1)
bus (2)
bus types (7)
cables (1)
clock (3)
codes (1)
commands (7)
configuration (1)
controller (1)
daemon (1)
data rates (1)
dev (1)
device types (1)
devices (5)
dmesg (1)
facilities (1)
fdisk (1)
fork (1)
fs (8)
hard drives (17)
history (1)
host adapter (1)
hwclock (1)
IEEE (1)
ISA (2)
klog (1)
linux (31)
logs (5)
lspci (1)
lsusb (1)
master (1)
modprobe (1)
naming standards (1)
options (1)
packages (1)
partitions (11)
pata (2)
PATA (6)
PCI (2)
pci (2)
priority (1)
proc (3)
RAM (1)
resistor (1)
RPM (2)
sata (3)
SATA (2)
scsi (9)
SCSI (4)
SCSI chain (1)
security (1)
slave (1)
synchronize (1)
syslog (4)
termination (2)
time (4)
type codes (2)
umount (1)
USB (1)
x86 (6)