View previous topic :: View next topic |
Author |
Message |
pbrianf17 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 12 Oct 2004 Posts: 260 Location: Jacksonville Fl
|
Posted: Sun Nov 07, 2004 8:54 pm Post subject: READ AND WRITE ON NTFS |
|
|
How can i read and write on ntfs (2nd HardDrive). is there a setting in the kernel. I now this is a popular thing but i just cant find an answer.
thanks for the help
brian |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
r3pek Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 17 Sep 2003 Posts: 568 Location: Lisbon - Portugal
|
Posted: Sun Nov 07, 2004 9:02 pm Post subject: |
|
|
just enable this in the kernel configuration file (/usr/src/linux/.config):
Code: | CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y
|
you can't WRITE on a NTFS Partition. i can just change files and the size of the file can't be changed... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Sean n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 Aug 2002 Posts: 9
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Macumba Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 13 Sep 2004 Posts: 112
|
Posted: Sun Nov 07, 2004 9:04 pm Post subject: |
|
|
Quote: |
CONFIG_NTFS_FS:
[...]
Saying Y or M here enables read support. There is partial, but
safe, write support available. For write support you must also
say Y to "NTFS write support" below.
|
Quote: |
CONFIG_NTFS_RW:
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.[...] |
read more @ kernel-config (e.g. menu makeconfig)
File Systems --->DOS/FAT/NT Filesystems
[edit:]
lol.... fast |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|