LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: gdxk

怎么编译内核后NTFS分区还是不能写呢?

[复制链接]
 楼主| 发表于 2006-4-7 12:42:05 | 显示全部楼层
Post by zhllg
No file or directory creation, deletion or renaming is possible.
当然不行了


我理解错了:
断句:
1
    No file or directory creation
2
   deletion or renaming is possible.
                                           ~~~~~~~~~~~

汗;)


那我就不明白了,编译打开与不打开这个功能有什么区别呢?
回复 支持 反对

使用道具 举报

发表于 2006-4-7 14:24:49 | 显示全部楼层
The only supported operation is overwriting existing files, without changing the file length
如果不打开,就只能读;打开了,上面的这项操作可以被允许

如果你实在需要写
可以搜索 captive
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-9 15:13:19 | 显示全部楼层
Post by zhllg
The only supported operation is overwriting existing files, without changing the file length
如果不打开,就只能读;打开了,上面的这项操作可以被允许



哦,谢谢

举个例子是不是就是这样:
我NTFS区里有个2K 大小的.txt文件,然后我可以从其他区里复制一个同名的也是2K 大小的.txt文件覆盖它  ?
回复 支持 反对

使用道具 举报

发表于 2006-5-7 23:29:07 | 显示全部楼层
安装ntfstools就基本可以了,使用
1、加载fuse内核模块
2、用ntfsmount来装载NTFS系统
俺试过创建文件,增加内容,拷贝文件,删除文件
回复 支持 反对

使用道具 举报

发表于 2006-5-8 03:10:57 | 显示全部楼层
captive 的寫入速度好慢, 大約只有 500KB/s

Post by zhllg
可以搜索 captive
回复 支持 反对

使用道具 举报

发表于 2006-5-10 14:37:26 | 显示全部楼层
This enables the partial, but safe, write support in the NTFS driver.

          The only supported operation is overwriting existing files, without
          changing the file length.  No file or directory creation, deletion or
          renaming is possible.  Note only non-resident files can be written to
          so you may find that some very small files (<500 bytes or so) cannot
          be written to.

          While we cannot guarantee that it will not damage any data, we have
          so far not received a single report where the driver would have
          damaged someones data so we assume it is perfectly safe to use.

          Note:  While write support is safe in this version (a rewrite from
          scratch of the NTFS support), it should be noted that the old NTFS
          write support, included in Linux 2.5.10 and before (since 1997),
          is not safe.

          This is currently useful with TopologiLinux.  TopologiLinux is run
          on top of any DOS/Microsoft Windows system without partitioning your
          hard disk.  Unlike other Linux distributions TopologiLinux does not
          need its own partition.  For more information see
回复 支持 反对

使用道具 举报

发表于 2006-5-10 15:05:49 | 显示全部楼层
这一段是内核里的ntfs驱动的解释
不过实际上ntfs已经可以完全读写了
http://www.linux-ntfs.org/
这个项目不是利用内核里的ntfs文件系统驱动
而是利用fuse文件系统驱动,在用户态实现了ntfs文件系统
我试验过,还没有遇到任何问题
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-10 15:29:18 | 显示全部楼层
Post by waq
安装ntfstools就基本可以了,使用
1、加载fuse内核模块
2、用ntfsmount来装载NTFS系统
俺试过创建文件,增加内容,拷贝文件,删除文件



1.  看了下,起作用的应该是ntfsprogs,但是debian里装ntfstools就自动安装了ntfsprogs
  不过装完了发现没有 usr/bin/ntfsmount 这个程序.

2.  还有这个fuse是新版本内核才有的吧,我在2.6.16内核下modconf里找到了
但是在2.6.13内核make menuconfig后没搜索到fuse
回复 支持 反对

使用道具 举报

发表于 2006-6-26 01:56:26 | 显示全部楼层
Post by gdxk
1.  看了下,起作用的应该是ntfsprogs,但是debian里装ntfstools就自动安装了ntfsprogs
  不过装完了发现没有 usr/bin/ntfsmount 这个程序.

2.  还有这个fuse是新版本内核才有的吧,我在2.6.16内核下modconf里找到了
但是在2.6.13内核make menuconfig后没搜索到fuse
1、确实来说是ntfsprogs软件包,至于/usr/bin/ntfsmount文件为什么没有就搞不清楚了,我的安装完就有了的
2、最新的内核包含了fuse模块,但是对于老一点的内核可以通过fuse-source包来获取源代码,自己编译fuse模块
回复 支持 反对

使用道具 举报

发表于 2006-9-18 20:16:31 | 显示全部楼层

rhel4如何编译内核使其支持ntfs分区

我使用make menuconfig把ntfs选项都选了,还是不成,怎么办?
回复 支持 反对

使用道具 举报

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

本版积分规则

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