similar to: Could not mount SATA disk as module scsi_hostadapter is not loaded, although present in modules.conf

Displaying 20 results from an estimated 1000 matches similar to: "Could not mount SATA disk as module scsi_hostadapter is not loaded, although present in modules.conf"

2007 Feb 20
3
hard disk move to another server
Hello everyone. I am looking for a way to move a CentOS 4 installed production hard disk to another system (which has another hardware). The first has an nvidia sata controller (sata_nv), but the second has a via sata (sata_via). For all the rest of the hardware it can upgrade well I know, but if the sata driver is different, then the system doesn't boot because the proper driver is not
2008 Mar 29
2
Sound card problem
I came into an Abit AX8 motherboard and single core AMD Athlon 64 FX. I did a quick install of CentOS 5.0 on it to make sure everything worked and then returned the hard disk and case to the original owner. After getting a new case and hard disk, I downloaded the CentOS 5.1 cd images and installed. For some reason the motherboard's on board sound no longer works (worked with CentOS
2007 May 22
3
Which exactly Linux kernel version was used to build the Xen 3.1 binary?
Hi, Which of the Mercurial repos contains Linux kernel sources that were used to build the Xen 3.1 binary distribution? I have this question because I am suspecting that the sata_via driver included in the distribution is not supporting my SATA controller VIA8237x (I get error messages when modprobe''ing it from an init ramdisk). This repo (http://xenbits.xensource.com/linux-2.6-xen.hg)
2005 Sep 21
2
Mixing SCSI devices on a single i/f
I have an external HP SureStore DLT VS80 with a SCSI LVD 68 pin interface and an external HP SureStore DAT24 with a SCSI Centronics 50 pin Narrow SE interface. The cable for the DAT has a Centronics connector at one end and a 68 Pin Wide to Narrow terminated connector at the other. The cable for the DLT has a LVD/SE 68 pin connector at both ends. I have terminator blocks for both devices.
2011 Oct 09
0
WARNING: Deprecated config file /etc/modprobe.conf
Hello, I've changed the web hoster recently and also upgraded from CentOS 5 to6. Now I get this warning: # service iptables restart iptables: Flushing firewall rules: [ OK ] iptables: Setting chains to policy ACCEPT: filter [ OK ] iptables: Unloading modules: [ OK ] iptables: Applying firewall rules: WARNING: Deprecated
2004 Nov 05
7
Lockup at boot with nFroce SATA
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, Is the sata_nv (based on SCSI) driver supposed to work with Xen? When I tried to boot my dom0 kernel recompiled with the sata_nv drivers enabled my kernel locks up, I guess when probing the first drive connected via S-ATA. ("Screenshot" here: <URL:http://mjh.name/xen.lock.1.jpg>) (Kernel also says that partition tables of the
2006 Mar 21
2
HP DL140G2 and SATA woes
Posted a similar version of this to the RHEL4 list... I''m having trouble getting CentOS 4.2 installed on a DL140G2 with two SATA drives. I am doing a PXE install, so I do not have a CD-ROM drive in the system and this appears to have the side-effect that both SATA drives are caught by the Uniform Multi-Platform E-IDE driver before ata_piix can catch it. As soon as I hook an IDE CD-ROM
2016 Apr 14
1
[PATCH v3] v2v: add support for virtio-scsi
Virtio-SCSI offers a number of advantages over virtio-blk, in particular, it supports SCSI UNMAP (aka trim) which is crucial for keeping the virtual drive from wasting host disk space. This patch adds support for virtio-scsi as the virtual disk connection type both on input and on output of v2v. Virtio-blk remains the default, so for now virtio-scsi-based guests can only be produced in
2023 Mar 10
1
[V2V PATCH v3 1/6] Revert "Remove guestcaps_block_type Virtio_SCSI"
This code is needed to check whether virtio-scsi driver was installed. This reverts commit f0afc439524853508938b2bfc758896f053462e3. --- convert/convert.ml | 2 +- convert/convert_linux.ml | 9 +++++++-- convert/target_bus_assignment.ml | 1 + lib/create_ovf.ml | 1 + lib/types.ml | 3 ++- lib/types.mli
2023 Mar 07
1
[V2V PATCH v2 1/5] Revert "Remove guestcaps_block_type Virtio_SCSI"
This code is needed to check whether virtio-scsi driver was installed. This reverts commit f0afc439524853508938b2bfc758896f053462e3. --- convert/convert.ml | 2 +- convert/convert_linux.ml | 9 +++++++-- convert/target_bus_assignment.ml | 1 + lib/create_ovf.ml | 1 + lib/types.ml | 3 ++- lib/types.mli
2009 Jun 28
5
How to change Disk sequence on DELL R900 CENTOS 5.3?
we have DELL R900 with CENTOS 5.3 in it. This DELL R900 come with one integrate PERC6/I and two PERC6/E card. DELL 6/I control 5 internal disks. The original disk sequence are: /dev/sda1 /boot /dev/sda2 / /dev/sdb1 swap ... after I configured PERC6/E disks and reboot, /dev/sda change to RAID disk and original /boot and / change to /dev/sde1 and /dev/sde2. My modprobe.conf is: alias
2023 Mar 13
1
[V2V PATCH v2 1/5] Revert "Remove guestcaps_block_type Virtio_SCSI"
On 3/7/23 20:40, Andrey Drobyshev wrote: > This code is needed to check whether virtio-scsi driver was installed. > > This reverts commit f0afc439524853508938b2bfc758896f053462e3. > --- > convert/convert.ml | 2 +- > convert/convert_linux.ml | 9 +++++++-- > convert/target_bus_assignment.ml | 1 + > lib/create_ovf.ml |
2006 Jun 29
0
CO 4.3 + SATA + udev removing /dev/sda
Hi, I just installed CentOS 4.3 on a PATA drive and later installed 2 SATA2 (300mbit/s) disk drives. The patched sata_via driver detect the drives and I can use them, but only if I manually create the /dev/sda and /dev/sdb files using mknod. My question is: why udev does not create /dev/sda at boot time? Many thanks Oliver -- Oliver Schulze L. <oliver at samera.com.py>
2016 Apr 12
3
[PATCH] v2v: add support for virtio-scsi
Virtio-SCSI offers a number of advantages over virtio-blk, in particular, it supports SCSI UNMAP (aka trim) which is crucial for keeping the virtual drive from wasting host disk space. This patch adds support for virtio-scsi as the virtual disk connection type both on input and on output of v2v. Virtio-blk remains the default, so for now virtio-scsi-based guests can only be produced in
2011 Mar 30
2
nlockdmgr listen on privileged port
hey list! I am attempting to shore up some centos machines (ranging from centos 5 to centos 5.4) for pci compliance by changing the port that nlockdmgr listens on to function under a privileged port. So what I did was try to hardcode the port by editing /etc/sysconfig/nfs # TCP port rpc.lockd should listen on. LOCKD_TCPPORT=1011 # UDP port rpc.lockd should listen on. LOCKD_UDPPORT=1011 #
2023 Mar 13
1
[V2V PATCH v2 1/5] Revert "Remove guestcaps_block_type Virtio_SCSI"
On 3/13/23 10:13, Laszlo Ersek wrote: > On 3/7/23 20:40, Andrey Drobyshev wrote: >> This code is needed to check whether virtio-scsi driver was installed. >> >> This reverts commit f0afc439524853508938b2bfc758896f053462e3. >> --- >> convert/convert.ml | 2 +- >> convert/convert_linux.ml | 9 +++++++-- >>
2007 Feb 15
4
SiI 3114 and RAID
I've two machines with almost identical hardware (slightly different CPUs). The SATA/RAID controller is SiI 3114. One of the servers was installed a while ago by someone else, it's running Fedora Core 5 and RAID is enabled: # df -m Filesystem 1M-blocks Used Available Use% Mounted on /dev/dm-6 125931 2990 116441 3% / /dev/dm-1 99
2005 Apr 17
2
CentOS4 upgradeany hangs while loading sata_via
Hi, I have a machine running under CentOS 3.4 which I want to upgrade to CentOS 4. I booted using the CentOS 4 CD1 using "linux upgradeany". Problem is that loading sata_via never terminates. Ismod shows the sata_via module in state "Loading" while all others are in state "Live". The dmesg output shows that the module gets loaded, sees two disks, then prints info
2009 Jul 31
1
[PATCH] Update incorrect comment in Lib.pm
Related: change the name of the function the comment describes to be more accurate. --- perl/lib/Sys/Guestfs/Lib.pm | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/perl/lib/Sys/Guestfs/Lib.pm b/perl/lib/Sys/Guestfs/Lib.pm index be17a30..bbc583f 100644 --- a/perl/lib/Sys/Guestfs/Lib.pm +++ b/perl/lib/Sys/Guestfs/Lib.pm @@ -1342,7 +1342,7 @@ sub
2010 Feb 12
1
[PATCH] Converter: Explicitly preload sym53c8xx when running mkinitrd
This is belt and braces, because we've already added it to scsi_hostadapter. --- lib/Sys/VirtV2V/Converter/Linux.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Sys/VirtV2V/Converter/Linux.pm b/lib/Sys/VirtV2V/Converter/Linux.pm index 375da48..d5a93a7 100644 --- a/lib/Sys/VirtV2V/Converter/Linux.pm +++ b/lib/Sys/VirtV2V/Converter/Linux.pm @@ -341,7 +341,7 @@