免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 5202 | 回复: 9
打印 上一主题 下一主题

请教mount不上NTFS格式的盘 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-02-03 17:54 |只看该作者 |倒序浏览
问题代码是这样了。我装了双系统windows sp3 + Red Hat Enterprise Linux AS 5
sda1    是windows 的系统盘   NTFS格式
sda5    是资料盘       也是NTFS格式

我先安装了4个rpm包:

dkms-2.0.17.6-1.rf.src.rpm               
dkms-fuse-2.7.2-1.rf.src.rpm            
fuse-2.7.3-1.el5.rf.x86_64.rpm           
fuse-ntfs-3g-1.2310-1.el5.rf.x86_64.rpm



[root@ Desktop]# rpm -ivh dkms-2.0.17.6-1.rf.src.rpm
warning: dkms-2.0.17.6-1.rf.src.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
   1:dkms                   warning: user dag does not exist - using root 95%)
warning: group dag does not exist - using root
########################################### [100%]

[root@ Desktop]# rpm -ivh dkms-fuse-2.7.2-1.rf.src.rpm
warning: dkms-fuse-2.7.2-1.rf.src.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
   1:dkms-fuse              warning: user dag does not exist - using root
warning: group dag does not exist - using root
########################################### [100%]

[root@ Desktop]# rpm -ivh fuse-2.7.3-1.el5.rf.x86_64.rpm
warning: fuse-2.7.3-1.el5.rf.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
Preparing...                ########################################### [100%]
   1:fuse                   ########################################### [100%]


[root@ Desktop]# rpm -ivh fuse-ntfs-3g-1.2310-1.el5.rf.x86_64.rpm
warning: fuse-ntfs-3g-1.2310-1.el5.rf.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
Preparing...                ########################################### [100%]
   1:fuse-ntfs-3g           ########################################### [100%]




[root@ Desktop]# /sbin/fdisk -l

Disk /dev/sda: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        1912    15358108+   7  HPFS/NTFS
/dev/sda2            1913        9725    62757922+   f  W95 Ext'd (LBA)
/dev/sda5            1913        5736    30716248+   7  HPFS/NTFS
/dev/sda6            5737        6883     9213246   83  Linux
/dev/sda7            6884        8158    10241406   83  Linux
/dev/sda8            8159        8413     2048256   83  Linux
/dev/sda9            8414        8544     1052226   82  Linux swap / Solaris
/dev/sda10           8545        9725     9486351   83  Linux

Disk /dev/sdb: 2068 MB, 2068054016 bytes
8 heads, 32 sectors/track, 15778 cylinders
Units = cylinders of 256 * 512 = 131072 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1       15778     2019568    b  W95 FAT32



[root@ /]# mount -t ntfs-3g /dev/sda1 /Windows_C
FATAL: Module fuse not found.
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:

Choice 1: If you have Windows then disconnect the external devices by
          clicking on the 'Safely Remove Hardware' icon in the Windows
          taskbar then shutdown Windows cleanly.

Choice 2: If you don't have Windows then you can use the 'force' option for
          your own responsibility. For example type on the command line:

            mount -t ntfs-3g /dev/sda1 /Windows_C -o force

    Or add the option to the relevant row in the /etc/fstab file:

            /dev/sda1 /Windows_C ntfs-3g force 0 0



[root@ /]# mount -t ntfs-3g /dev/sda5 /Windows_D
FATAL: Module fuse not found.
$LogFile indicates unclean shutdown (0, 1)
Failed to mount '/dev/sda5': Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:

Choice 1: If you have Windows then disconnect the external devices by
          clicking on the 'Safely Remove Hardware' icon in the Windows
          taskbar then shutdown Windows cleanly.

Choice 2: If you don't have Windows then you can use the 'force' option for
          your own responsibility. For example type on the command line:

            mount -t ntfs-3g /dev/sda5 /Windows_D -o force

    Or add the option to the relevant row in the /etc/fstab file:

            /dev/sda5 /Windows_D ntfs-3g force 0 0



[root@ /]# mount -t ntfs-3g /dev/sda5 /Windows_D -o force
FATAL: Module fuse not found.
$LogFile indicates unclean shutdown (0, 1)
WARNING: Forced mount, reset $LogFile.
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root

论坛徽章:
0
2 [报告]
发表于 2009-02-03 18:35 |只看该作者
我上次那张着fuse还有个包,装好就可以了mount NTFS 分区了阿;

你可以上这儿去看看,http://sourceforge.net/projects/linux-ntfs/

不过,最好还是编译一下内核,一劳永逸。就是有些费时间

论坛徽章:
0
3 [报告]
发表于 2009-02-03 20:31 |只看该作者

回复 #1 hackelqgo 的帖子

内核不支持,编译内核添加ntfs文件系统支持

论坛徽章:
0
4 [报告]
发表于 2009-02-04 04:34 |只看该作者
拜托把fuse模块给启动起来
modprobe fuse

[ 本帖最后由 -scofield- 于 2009-2-4 04:35 编辑 ]

论坛徽章:
0
5 [报告]
发表于 2009-02-04 09:18 |只看该作者
谢谢大家!我按大家的方法去学习学习。

论坛徽章:
1
操作系统版块每日发帖之星
日期:2015-07-11 22:20:00
6 [报告]
发表于 2009-02-04 10:14 |只看该作者

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
7 [报告]
发表于 2009-02-04 10:17 |只看该作者
fuse模块起来了吗

论坛徽章:
1
操作系统版块每日发帖之星
日期:2015-07-11 22:20:00
8 [报告]
发表于 2009-02-04 11:03 |只看该作者
这个问题一般是由于NTFS文件系统上需要执行chkdsk。
和fuse和ntfs-3g模块是否载入关系不大。
请看6楼。

论坛徽章:
0
9 [报告]
发表于 2009-02-05 10:11 |只看该作者
谢谢大家!谢谢6楼!我回W$看看,

论坛徽章:
0
10 [报告]
发表于 2009-02-05 11:12 |只看该作者
6樓說的也有點對,
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP