我尝试安装 USB 密钥,但是不起作用。
dmesg | grep SCSI
:
[ 1.213907] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 1.614532] SCSI subsystem initialized
[ 3.344963] scsi4 : SCSI emulation for USB Mass Storage devices
[ 8.364839] sd 4:0:0:0: [sda] Attached SCSI removable disk
fdisk -l
:
Disk /dev/cciss/c0d0: 600.1 GB, 600093712384 bytes
255 heads, 63 sectors/track, 72957 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0000a54e
Device Boot Start End Blocks Id System
/dev/cciss/c0d0p1 * 1 72044 578691072 83 Linux
/dev/cciss/c0d0p2 72044 72958 7334913 5 Extended
/dev/cciss/c0d0p5 72044 72958 7334912 82 Linux swap / Solaris
lsusb
:
Bus 009 Device 003: ID 03f0:1027 Hewlett-Packard Virtual keyboard and mouse
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 0624:0341 Avocent Corp.
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 0951:1607 Kingston Technology DataTraveler 100
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
fdisk -l /dev/sda
不返回任何内容。
该设备似乎已被检测到,但我无法安装它:
mount -t vfat /dev/sda /mnt
:
mount: no medium found on /dev/sda
在这个 USB 驱动器上,有用 unetbootin 创建的可启动 Debian 映像。
答案1
我不太清楚 unetbootin 是如何创建映像的,我只知道很多人在使用它处理 debian 映像时遇到了麻烦。但是,创建可启动的 debian isos 不再需要它。debian 安装程序 isos 现在是混合 isos,可以直接复制到磁盘。所以在你的情况下,
cp debian-whatver.iso /dev/sda
将创建一个可工作的可启动 USB 驱动器。当然,在执行此类操作之前,请务必确保 /dev/sda 是正确的驱动器,因为它将删除 /dev/sda 的内容。