Questions tagged [scsi]

Small Computer System Interface (SCSI) is a set of standards for physically connecting and transferring data between computers and peripheral devices.

The physical SCSI interfaces - originally used to attach peripherals like disks, scanners and tape drives - have mostly been superseded by and .

The SCSI command set that was originally defined for (parallel) SCSI buses has been carried forward with minimal change for use with , , Serial Attached SCSI , and other transport layers.

201 questions
165
votes
18 answers

Disk full, du tells different. How to further investigate?

I have a SCSI disk in a server (hardware Raid 1), 32G, ext3 filesytem. df tells me that the disk is 100% full. If I delete 1G this is correctly shown. However, if I run a du -h -x / then du tells me that only 12G are used (I use -x because of some…
initall
  • 2,205
  • 3
  • 18
  • 19
55
votes
12 answers

How do I make Linux recognize a new SATA /dev/sda drive I hot swapped in without rebooting?

Hot swapping out a failed SATA /dev/sda drive worked fine, but when I went to swap in a new drive, it wasn't recognized: [root@fs-2 ~]# tail -18 /var/log/messages May 5 16:54:35 fs-2 kernel: ata1: exception Emask 0x10 SAct 0x0 SErr 0x50000 action…
Philip Durbin
  • 1,541
  • 2
  • 15
  • 24
50
votes
7 answers

How can I successfully mount an 8-bit SCSI drive on a modern computer?

I have a number of internal 8-bit SCSI-1 drives that I'd like to archive for historical purposes. These are all the old NeXT Cubes and NeXTStations (monochrome and color) that were used by id Software to create DOOM and Quake. I'd like to donate…
Don MacAskill
  • 1,808
  • 3
  • 16
  • 22
27
votes
1 answer

What does "- - -" in 'echo "- - -" > /sys/class/scsi_host/host0/scan' mean?

I know the linux command echo "- - -" > /sys/class/scsi_host/host0/scan is used to rescan scsi host. But what does "- - -" mean in the command?
Harold Chan
  • 503
  • 1
  • 5
  • 11
23
votes
4 answers

How can I connect a SAS drive to USB?

I have a Dell T710 with Seagate Cheetah 15k.7 SAS disks. If the T710 motherboard dies, I'll need to resort to one of my nightly off-site backups and salvage the journal/logfile from the SAS disk to bring the backup bang up-to-date. I need a way…
dave
  • 333
  • 1
  • 2
  • 6
16
votes
3 answers

SAS vs Near-line SAS vs SATA

I'm unsure about the differences in these storage interfaces. My Dell servers all have SAS RAID controllers in them and they seem to be cross-compatible to an extent. The Ultra-320 SCSI RAID controllers in my old servers were simple enough: One type…
Dai
  • 2,251
  • 8
  • 27
  • 42
11
votes
7 answers

SCSI vs SATA? Is SCSI "actually" better?

Well, I was talking with a guy about servers the other day. I was a bit shocked whenever I asked him if there was any significant difference between SCSI and SATA and why he always uses SCSI. (note, I'm not sure if by SCSI he meant SAS) He told me…
Earlz
  • 969
  • 5
  • 12
  • 28
11
votes
1 answer

scsi and ata entries for same hard drive under /dev/disk/by-id

I am trying to set up a ZFS pool using 4 bare drives which I have attached to my Ubuntu system via a SATA hot swap backplane. These are Hitachi SATA drives. When I list the contents of /dev/disk/by-id, I see two entries for each…
John Dibling
  • 253
  • 3
  • 10
11
votes
1 answer

Harddisks falling offline for unknown reason

I have 7 systems running the setup below. Now and then a different disk falls offline, but on closer inspection the disk is good and not faulty and works flawlessly for at least another year. Since this happens on all the 7 systems I find it…
Ole Tange
  • 2,836
  • 5
  • 29
  • 45
9
votes
2 answers

Still getting aacraid: Host adapter abort request errors after following recommended steps

I am getting the infamous aacraid: Host adapter abort request error with my new Adaptec RAID Controller under high I/O. I have read several forums, even Adaptecs, that setting the /sys/block/sdX/device/timeout value to 45 will fix this. However I…
Jim
  • 978
  • 7
  • 20
  • 32
9
votes
1 answer

Is there way to read sectors from SATA drive without ECC correction?

I know, there was such possibility like that in old ATA standards: "READ LONG" command produced LBA sector + ECC payload. sg_read_long supports in in linux, but the command is obsolete for quite a long time, so I'm not surprised, that my HDD does…
darkk
  • 333
  • 2
  • 10
8
votes
3 answers

Creating a physical SCSI target out of an iSCSI one

I find myself having to maintain some old hardware for some legacy applications. These computers use old parallel SCSI drives, and when those drives die, I have to scavenge for new ones, which is getting increasingly difficult. Is it feasible to run…
8
votes
1 answer

Recover data from SCSI hard disk

We've got an old server with SCSI hard disk. The server crashed last week and it isn't exactly known what hardware component is damaged. Since the server is due to be retired anyway we don't want to repair it but just restore the data from the SCSI…
Tom
  • 101
  • 1
  • 6
8
votes
3 answers

How does Linux determine the SCSI address of a disk?

Greetings, I'm working with RHEL 5.5 guest VMs under VMware ESX 4. When I configure the virtual disks in the VM hardware settings, each disk has a SCSI address in the format "N:M". For example, "1:3" would mean SCSI host number 1 and SCSI target ID…
Chris Sears
  • 363
  • 1
  • 2
  • 7
8
votes
1 answer

Can I dynamically expose an entire SCSI host over Fibre Channel, preferably in Linux

Is it possible to expose an entire SCSI host dynamically (an LSI HBA or RAID card) over Fibre Channel, if so how? Preferably on Linux (perhaps targetcli) and with disk hotplugging support. (i.e. unplug/replug a disk in the target and the initiator…
1
2 3
13 14