sleeve_fish 发表于 2004-11-30 15:46:30

请教linux下怎么往ntfs写文件?

:?:

bwb 发表于 2004-11-30 16:46:32

2.4内核不提倡NTFS的写功能(内核标柱dangerous),2.6内核好象有可以写NTFS的功能,不过需要编辑内核。

sleeve_fish 发表于 2004-11-30 17:18:51

:shock: 唉.

bwb 发表于 2004-12-1 10:08:31

不是Linux的错。

sleeve_fish 发表于 2004-12-2 09:19:00

没办法,只能到xp下用explore2fs来备份linux下的工作了。

bwb 发表于 2004-12-3 10:00:43

为什么不在Linux下备份呢?用tar打包很好,而且winrar可以解。
tar -vxcf backup.tar.gz/dir/*
或:
tar -cjvfbackup.tar.bz2/dir/*

cnspy 发表于 2004-12-3 17:48:16

how to display chinese charactors of ntfs partition?

sleeve_fish 发表于 2004-12-6 11:29:40

how to display chinese charactors of ntfs partition?
linux下看不到ntfs的盘符吧?你只需要在linux创建一个中文目录,然后mount上去不就结了?

sleeve_fish 发表于 2004-12-6 11:31:31

为什么不在Linux下备份呢?用tar打包很好,而且winrar可以解。
tar -vxcf backup.tar.gz/dir/*
或:
tar -cjvfbackup.tar.bz2/dir/*

害怕系统崩溃了以后进不了linux,tar以后照样不行呀。我都重装了好几次linux了,有点害怕 :x

callcz 发表于 2004-12-6 12:20:19

linux下访问ntfs有些文件是不能访问的,这不是ntfs权限的问题
可能是内核支持的bug,所以连硬盘读问题还没有完善还是不要写了!

bwb 发表于 2004-12-6 14:01:37

linux下访问ntfs有些文件是不能访问的,这不是ntfs权限的问题
可能是内核支持的bug,所以连硬盘读问题还没有完善还是不要写了!那不是linux内核的BUG,NTFS文件系统又不开源,为什么要求linux内核一定可以写NTFS呢?何况linux内核已经给你提示“read only , write(dangerous)“,你自己看着办吧。

atfa 发表于 2004-12-7 08:11:19

难道楼主的Linux比Windows还不稳定?

我现在只有MP3还存放在FAT32的分区下有时候可以在windows下面听

其他的一切重要资料都存放在Linux下面的

不过话又说回来,我的ext3分区崩溃过一次

东西全没了

babychu 发表于 2004-12-8 11:00:25

编译内核

jhuangjiahua 发表于 2004-12-11 01:36:13

不信任 EXT3

我使用 ReiserFS

机器上没有 Win

wanglinlyg 发表于 2004-12-21 23:09:11

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
<http://topologi-linux.sourceforge.net/>
页: [1] 2
查看完整版本: 请教linux下怎么往ntfs写文件?