LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1289|回复: 21

slackware怎样才能挂载移动硬盘?

[复制链接]
发表于 2004-6-26 22:35:33 | 显示全部楼层 |阅读模式
从没试成功过,奇怪的是与slackware属于同一root的vector却可以。
发表于 2004-6-27 03:08:19 | 显示全部楼层
首先加载  usb-storage模块  

modprobe usb-storage

然后mount
mount -t fstype /dev/sda1 /mnt/usb
 楼主| 发表于 2004-6-27 13:48:58 | 显示全部楼层
:/lib/modules/2.4.26/kernel/drivers/usb/storage$ ls
usb-storage.o.gz
:/lib/modules/2.4.26/kernel/drivers/usb/storage$ modprobe usb-storage
FATAL: Module usb_storage not found.
 楼主| 发表于 2004-6-27 20:09:15 | 显示全部楼层
用2.4.26内核可以加入模块usb-storage了。等有机会试一下移动硬盘
thanks
发表于 2004-6-28 22:26:03 | 显示全部楼层
> :/lib/modules/2.4.26/kernel/drivers/usb/storage$
> modprobe usb-storage
> FATAL: Module usb_storage not found.

Maybe you are not running 2.4.26.
What does 'uname -r' say?
 楼主| 发表于 2004-6-28 23:10:40 | 显示全部楼层
我用两个内核引导:2.4.26和2.6.7内核,2.4.26是自带的,2.6.7是源码编译的。在2.6.7下
$ modprobe usb_storage
FATAL: Module usb_storage not found.
发表于 2004-6-29 09:37:50 | 显示全部楼层
faint,不是下划线,是dash,横杠,不是usb_storage,而是usb-storage
 楼主| 发表于 2004-6-29 11:32:29 | 显示全部楼层
$ modprobe usb-storage
FATAL: Module usb_storage not found.
奇怪!
发表于 2004-6-29 17:25:35 | 显示全部楼层
have you config it to support the usbstorage before compile the kernel.
 楼主| 发表于 2004-6-29 17:37:52 | 显示全部楼层
usb mass storage spport 被编到内核中去了,打的是*号
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表