我正在尝试将 Debian wheezy 安装到我刚刚构建的新服务器机箱上,但是对盘片驱动器和 SSD(使用 SATA 6gbps)的自动检测似乎没有提取任何内容。事实上,检测可以找到的唯一存储是我首先尝试安装的 USB 棒。我正在使用 UNetbootin 将文件放到驱动器上。
一些基本信息:
硬件:
- 2x 三星 840 EVO 120GB(部件号:MZ-7TE120BW)
- 4x Seagate Barracuda 3TB(部件号:ST3000DM001)
/dev
包含:
sda
sda1
-> 拇指驱动器
手写输出为df -h
:
ID -> Size -> Mount point
------------------------------
none -> 790.0M -> /run
devtmpfs -> 3.9G -> /dev
/dev/sda1 -> 7.3G -> /cdrom
以及内容fstab
:
none /dev/pts devpts defaults 0 0
none /run tmpfs nosuid.size=10%,mode=755 0 0
none /proc proc defaults 0 0
none /sys sysfs noauto 0 0
LSPCI 输出:
00:00.0 Host bridge: Intel Corporation Haswell DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Haswell PCI Express x16 Controller (rev 06)
00:14.0 USB controller: Intel Corporation Device 8cb1
00:16.0 Communication controller: Intel Corporation Device 8cba
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-V
00:1a.0 USB controller: Intel Corporation Device 8cad
00:1b.0 Audio device: Intel Corporation Device 8ca0
00:1c.0 PCI bridge: Intel Corporation Device 8c90 (rev d0)
00:1c.3 PCI bridge: Intel Corporation Device 8c96 (rev d0)
00:1c.4 PCI bridge: Intel Corporation Device 8c98 (rev d0)
00:1d.0 USB controller: Intel Corporation Device 8ca6
00:1f.0 ISA bridge: Intel Corporation Device 8cc4
00:1f.3 SMBus: Intel Corporation Device 8ca2
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 8400 GS] (rev a2)
01:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1)
03:00.0 Ethernet controller: Atheros Communications Inc. AR8161 Gigabit Ethernet (rev 10)
04:00.0 Network controller: Intel Corporation Device 08b1 (rev 73)
任何可能的见解或尝试都将不胜感激,我现在有点迷失于如何检测到所有的存储。
答案1
启用硬件 RAID,它也可能启用 SATA 控制器。
一些主板将这两个功能相互关联,因此禁用其中一个也会禁用另一个。
答案2
如果您的存储驱动器中没有出现设备节点,/dev
则可能意味着内核无法识别它们。尝试找出您需要加载哪些模块(Google 搜索您的硬件型号和 Linux 支持)。
编辑:最好$ dmesg
从安装开始或实时系统发布您的输出。