作者: cnbtoo 出自: http://www.linuxdiyf.com 若没安装hal,则先安装之 #pacman -S hal 编辑/etc/rc.conf,将hal加入DAEMONS行,该行可能会是这样 DAEMONS=(syslog-ng network netfs crond gdm ........ hal) 将用户加入组hal、dbus、storage #gpasswd -a 用户名 组名 乱码解决 首先安装gconf-editor 开启gconf-editor 在systerm-->storage-->default_options-->vfat:mount_options中,点击 “新增” 输入iocharset=utf8 ...
by sdccf - Linux文档专区 - 2008-04-22 13:00:15 阅读(861) 回复(0)
各位大侠,我一个u盘设备,VFAT文件格式,在freebsd 10.1下面挂载,使用命令: mount -t vfat /dev/da0s1 /mnt/usb 提示:Operation not supported by device,是什么原因,要怎样才能挂载上 ,谢谢!
环境:高通9X15基线。 问题现象:menuconfig下我已将SCSI disk support设置为build in,配置文件也显示了:CONFIG_BLK_DEV_SD=y。怎么插入了u盘,还是识别不了,在/dev下只有sg*出现,并没有sd*出现。 对比测试:使用同样的u盘,在uBuNTu 12.04下,内核3.12.16,则可以在/dev下枚举出sdb sdb1 sg2等设备,也可以mount成功、数据读写成功、umount成功。 请高手指教,是哪个地方出现了问题。 多谢!