Skip to main content

Questions tagged [scsi]

Filter by
Sorted by
Tagged with
2 votes
0 answers
104 views

Similar question was asked here. I have a SATA disk connected to a SAS2308 HBA and there is backplane. Is there any way i can make the linux system ignore the disk at boot. # lsscsi -v [0:0:3:0] ...
trumee's user avatar
  • 121
2 votes
0 answers
29 views

I'm attempting to do raw reads of an old magneto-optical disk in Debian 10 (I can do this in Windows without issues) I was expecting linux to add the disk as /dev/hdn or /dev/sdn, but it appears to be ...
Jim C's user avatar
  • 23
0 votes
0 answers
41 views

I'm getting timeouts on inquiry while a write buffer is active because the device cannot respond to the inquiry until the write buffer is complete. See errors . Dec 10 16:04:39 soul kernel: sd 0:0:34:...
Tim O'Callaghan's user avatar
1 vote
1 answer
143 views

[This is on Debian 12] To fully access my DVD drive, I need to also know its SCSI generic path (/dev/sgX) in addition to its expected CDROM-/dev/srX path. The specific device is important, though, and ...
user2403531's user avatar
0 votes
0 answers
455 views

I use Rocky Linux and have to change my hard disk bus type but then my booting failed. However, it runs normally when i select the bus type NVMe. Boot failed How do i solve this? Should i make a new ...
Fathya's user avatar
  • 1
0 votes
1 answer
67 views

I am working on an iMX6ULL board running a Debian-based OS with suspend capabilities. A USB hub (USB2514) is connected to the USB bus. When a single device or two devices with different VID and PID ...
jrosa's user avatar
  • 1
2 votes
1 answer
78 views

I am trying to boot Solaris 8 from external scsi CD-ROM drive Yamaha 8/8/24 on a Sun blade 150 through Open Boot. Its scsi ID is set to 6. probe-scsi-all reports that the CD drive is at: /pci@1f,0/pci@...
Anton Andreev's user avatar
0 votes
0 answers
134 views

When trying to sudo dd if=/dev/sda of=dump.dd conv=noerror,sync on my Kingston SSD (SA400S37/120G, SBFK71E0) the dmesg log shows the following: usb 4-4: new SuperSpeed USB device number 8 using ...
nicu's user avatar
  • 41
1 vote
1 answer
617 views

I will keep it short, I am trying to better understand the different standards of storage type interfaces, but the output of smartctl is confusing me a little. Is this an actual problem in my system (...
Mathias Sven's user avatar
0 votes
0 answers
63 views

udisks exists for regular users, root must (and is) able to live without it, I need help figuring out how. The goal is to do exactly what udisks power-off /dev/sdX does without udisks. hdparm is out ...
EmErAJID's user avatar
0 votes
0 answers
132 views

Here is the problem: My usb storage device has a 64kB (limited by hardware) buffer used to cache reads/writes which means it can only cache up to 128 blocks(512B) of memory. The SCSI Write-10 command ...
user26314708's user avatar
0 votes
1 answer
104 views

I am using a couple SAS SSDs. A while ago I started a "background long test" on one of them, unfortunately there was a blackout and the test was therefore interrupted. After the power was ...
T. Pluess's user avatar
  • 646
2 votes
1 answer
428 views

When one uses SATA SSDs or HDDs under Linux, they can be addressed in numerous ways, like for example: /dev/sda /dev/disk/by-id/ata-TOSHIBA_MG05ACA800E_78LBK8P7FUUD /dev/disk/by-id/wwn-...
T. Pluess's user avatar
  • 646
1 vote
0 answers
136 views

What are the steps to resize a lun which is currently attached to an initiator? I mostly interested to know how to do that for file-based luns.
Jiri B's user avatar
  • 619
0 votes
1 answer
477 views

I was going through a sg_format low-level format from 520-byte to 4096 native byte sectors - during the process, the system lost power and the server went down hard. Now in the the kernel, I'm getting ...
tkrn's user avatar
  • 121
0 votes
0 answers
230 views

I cannot find a way for Gparted to produce more informative logs in the manual. What I am looking for is to find out why exactly did e cartain I/O operation fail (more details about the SCSI command ...
Łukasz Przeniosło's user avatar
0 votes
0 answers
1k views

Normally, in Linux, one can use lsscsi to map disk devices to their SCSI ID: # lsscsi -d [N:0:4:1] disk SAMSUNG MZVLB1T0HBLR-000L7__1 /dev/nvme0n1 [259:0] [N:1:5:1] disk ...
j4nd3r53n's user avatar
  • 779
1 vote
2 answers
545 views

I have sucessfully passed to vm pci-e and pci pure devices. I want to pass a scsi controller to a vm the controller is seen by the os 06:06.0 SCSI storage controller [0100]: BusLogic BT-946C (BA80C30) ...
elbarna's user avatar
  • 14.5k
0 votes
1 answer
62 views

I have connected an old pci buslogic SCSI (i need for retrocomputing experiment) lspci said 06:06.0 Non-VGA unclassified device [0000]: BusLogic Device [104b:0150] No driver loaded, no disk ...
elbarna's user avatar
  • 14.5k
4 votes
0 answers
679 views

Environment: Debian Bullseye, up to date at the time of writing, nvme-cli 1.12 I am totally new to NVMe and currently try to configure an NVMe SSD correctly. As far as I can tell, I don't need ...
Binarus's user avatar
  • 3,951
0 votes
0 answers
727 views

just recognized an unknown error, as i checked my actual log with journalctl -f. When i unmounted my Backup-USB-disk with unmount /path/to/disk and then pulled the cable out, a short noise occured ...
lukeflo's user avatar
  • 131
2 votes
0 answers
520 views

I need to tell kernel to completely ignore some SCSI devices (eg. from vendor 'PURE'). I see libata.force=x.yy:disable can be used for individual SATA devices, but I need something equivalent for SCSI ...
Jiri B's user avatar
  • 619
0 votes
2 answers
5k views

I have two multipath devices configured mpathb (36005076300808b3e9000000000000007) dm-1 IBM,2145 size=16T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw |-+- policy='service-time 0' prio=50 ...
async await's user avatar
3 votes
2 answers
6k views

I have attached a USB device which is an enclosure for an NVMe M.2 storage unit. Both devices, the enclosure and the media, had been known to be in working order during their last use. When I connect ...
brainchild's user avatar
1 vote
0 answers
59 views

My slot-loading optical drive (HP BDDVDRW CA21N) spins and up and then ejects every disc, a process that takes about 15 seconds. I've found lots of posts on enabling wanted ejects, but close to ...
Aaron Brick's user avatar
1 vote
1 answer
405 views

I am trying to find a better way to access my newly purchased SAS drives (deepdiscountserver 3tb IBM platters(used or refurb i think yes)), using a 2x4 LSI PCIe3 card. I think the card is only half ...
Brian Thomas's user avatar
0 votes
1 answer
708 views

I have done a lspci -vv to check if my Driver for the LSI20320IE SCSI Controller ( Data-Sheet ) is correct installed. (The LSI-drivers are from here MPTLINUX_RHEL4_SLES9_PH14-3.13.04.00-2.zip and I ...
Walter Schrabmair's user avatar
1 vote
0 answers
105 views

when we execute the lsscsi -g |grep -i ult command we get list of all LTO7 drives of IBM company. here we are able to see the st path for the drives. no scsi id's generated for lto7 drives. its ...
BalaKrishna's user avatar
0 votes
1 answer
311 views

By doing udevadm info -a /dev/sda we can see something like: looking at parent device '/devices/pci0000:3d/0000:3d:02.0/0000:60:00.0/host6/port-6:0/end_device-6:0/target6:0:0/6:0:0:0': KERNELS==&...
Mark Kang's user avatar
  • 975
1 vote
1 answer
2k views

When doing lsscsi: $lsscsi [0:0:2:0] disk FUJITSU MAM3184MP 0105 /dev/sda [1:0:0:0] cd CREATIVE CD5233E 1.00 /dev/scd0 In my understanding: H : SCSI host id C : SCSI channel T : Target Number L : ...
Mark Kang's user avatar
  • 975
7 votes
1 answer
1k views

I just installed an Exabyte tape drive: $ lsscsi -g [11:0:0:0] process Marvell 91xx Config 1.01 - /dev/sg0 [12:0:1:0] cd/dvd TOSHIBA CD-ROM XM-3401TA 0283 /dev/sr0 /dev/sg1 [...
James Youngman's user avatar
1 vote
0 answers
424 views

I would like to monitor statistics (transfer rate, byte/sec) for each LTO tape drive connected to Linux system. I understand that tapestat command can exactly do this, but this shows the activity of ...
Kevin Nakamoto's user avatar
0 votes
1 answer
694 views

A notebook has only one SSD (without CDROM drive) if I take a look at /proc/scsi/scsi it outpus: Host: scsi2 Channel: 00 Id: 00 Lun: 00 Vendor: ATA Model: KINGSTON SUV500M Rev: 56RI Type: ...
sebelk's user avatar
  • 4,689
1 vote
3 answers
1k views

Last week I unfortunatly dropped by external HDD drive and it wouldn't spin up anymore. I got other backups, so I thoughed I opened it up so see whats wrong. The read/write head was stuck and damaged, ...
Ede's user avatar
  • 11
3 votes
2 answers
592 views

I use many old parallel SCSI(-1/-2) devices (many "Fast SCSI-2", 10MB/s, 8 bit wide), which I want to attach to a modern computer via a classic Adaptec PCI SCSI host adapter in "target ...
Zod's user avatar
  • 31
1 vote
0 answers
172 views

We have Kafka machines installed with RHEL 7.2 servers on Dell HW and a shelf includes 15 disks. We want to understand what happens when we push out one of the Kafka disks, and see if Kafka is still ...
yael's user avatar
  • 14k
1 vote
1 answer
626 views

QEMU newbie here. I am trying to boot a VM using QEMU, for increased performance I am trying to use a virtio-scsi mounted drive. I am following the steps given here. However when I boot my VM and I ...
Balvansh Heerekar's user avatar
2 votes
1 answer
2k views

Here are my commands mt -f /dev/st0 rewind dd if=/dev/st0 of=- As I understand it the first command rewinds my tape in /dev/st0, and the second command writes contents of /dev/st0 to -. My questions ...
JustAn0therL0stTechnician's user avatar
2 votes
1 answer
1k views

I am currently trying to back up data onto an LTO-4 tape using mt-st and gnu tar 1.32, but I want to make sure I stop trying to copy things before the tape runs out! LTO-4 nominally has a capacity of ...
T. Zack Crawford's user avatar
2 votes
4 answers
2k views

Due to shortage of free built-in SATA 3.0 plugs (6 totally) on my motherboard (Gigabyte 970A-DS3 rev.3) I've got an Adaptec RAID 5405 (3G SAS/SATA RAID) to move all "slow" SATA 1.0/2.0 ...
Eduard Tibet's user avatar
0 votes
1 answer
206 views

I'm using a Yocto image on an iMX6 SoC ev-board and I would like to write a C code to access the USB storage device via sg driver. Since I need to access the logical blocks of the storage directly ...
jl81's user avatar
  • 45
1 vote
0 answers
303 views

I have two identical VM servers in VMware. I want to somehow distinguish assigned disk to these VMs (disks for LVM, for DB data, ...). But for some reason H:C:T:L addresses on these hosts differ. [...
ibre5041's user avatar
  • 141
0 votes
0 answers
266 views

I upgraded the Linux kernel on my Gentoo Linux system from 4.9.76 to 5.4.38 about two weeks ago. Since then, my dvd drive will stop spinning up when I insert a dvd and my laptop can no longer suspend ...
AstroFloyd's user avatar
1 vote
0 answers
3k views

What does it mean DID_SOFT_ERROR? According to kernel source, it defined: #define DID_SOFT_ERROR 0x0b /* The low level driver just wish a retry */ https://github.com/torvalds/linux/blob/...
Mark's user avatar
  • 767
1 vote
0 answers
928 views

I have an qcow2 image and want to attach another disk to it. # create new qcow2 disk qemu-img create -f qcow2 vm-disk2 500G Then I attach it as sdb: virsh attach-disk myvm /var/lib/libvirt/images/vm-...
raring-coffee20's user avatar
0 votes
1 answer
134 views

Can you please explain storage interconnects with respect to Linux. What are exactly scsi_host0, host1, host2, etc. I recently checked on a VM that had around 39 hosts present in /sys/class/scsi_hosts/...
root's user avatar
  • 9
3 votes
0 answers
115 views

When a block device gets a request to read a range of sectors, and one of those sectors has a read failure, how does the driver signal to the kernel that a partial read is available, and that the ...
Reinstate Monica's user avatar
3 votes
1 answer
3k views

I can usually see this log in dmesg: sd 5:0:0:0: [sda] Attached SCSI disk Can you please explain what are these 4 numbers? Will these numbers change after reboot? or it should be constant?
Mark's user avatar
  • 767
1 vote
0 answers
288 views

I have a virtualized RHEL7 server with vsphere 6, I need to remove some virtual disks from vCenter that are presented to my virtual machine (rhel server) that are no longer being used by the operating ...
miguel ramires's user avatar
3 votes
3 answers
2k views

I have a Debian 9 running. It has a SSD connected as well as a fibrechannel link to a SAN storage. As far I see both are visible as /dev/sdX devices. How can I find out what is the disk and what is ...
chris01's user avatar
  • 1,049