LinuxSir.cn,穿越时空的Linuxsir!

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

急问:mount: unknown filesystem type 'debugfs' 的解决办法

[复制链接]
发表于 2007-1-10 14:55:24 | 显示全部楼层 |阅读模式
在安装LTTng & LTTV的过程中,需要一下步骤:
=============================
You must activate debugfs and specify a mount point. This is typically done in
fstab such that it happens at boot time.

If you have never used DebugFS before, these operation would do this for you :

mkdir /mnt/debugfs
cp /etc/fstab /etc/fstab.lttng.bkp
echo "debugfs         /mnt/debugfs    debugfs rw              0       0"  >> /etc/fstab

then, rebooting or issuing the following command will activate debugfs :

mount /mnt/debugfs
=============================
但是在执行最后一步时,系统提示如下:
=============================
root@litao-desktop:~# mount /mnt/debugfs
mount: unknown filesystem type 'debugfs'
=============================
是不是需要安装此文件系统?请大侠指点,多谢了
 楼主| 发表于 2007-1-10 15:12:31 | 显示全部楼层

急问:mount: unknown filesystem type 'debugfs' 的解决办法

在安装LTTng & LTTV的过程中,需要一下步骤:
=============================
You must activate debugfs and specify a mount point. This is typically done in
fstab such that it happens at boot time.

If you have never used DebugFS before, these operation would do this for you :

mkdir /mnt/debugfs
cp /etc/fstab /etc/fstab.lttng.bkp
echo "debugfs /mnt/debugfs debugfs rw 0 0" >> /etc/fstab

then, rebooting or issuing the following command will activate debugfs :

mount /mnt/debugfs
=============================
但是在执行最后一步时,系统提示如下:
=============================
root@litao-desktop:~# mount /mnt/debugfs
mount: unknown filesystem type 'debugfs'
=============================
是不是需要安装此文件系统?请大侠指点,多谢了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-1-10 17:25:01 | 显示全部楼层
有没有高手解答下,自己顶
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-1-10 17:26:07 | 显示全部楼层
有没有高手解答下,自己顶
回复 支持 反对

使用道具 举报

发表于 2007-1-10 18:53:59 | 显示全部楼层
应该是/dev/debugfs吧,不是/mnt/debugfs
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-1-11 10:38:29 | 显示全部楼层
问题已解决,make menuconfig时要选择支持debugfs 文件系统就行了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-1-11 10:39:11 | 显示全部楼层
问题已解决,make menuconfig时要选择支持debugfs 文件系统就行了
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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