Messages in this thread |  | | From | David Woodhouse <> | Subject | Re: [Fwd: NTFS repair tools] | Date | Fri, 08 Dec 2000 15:08:39 +0000 |
| |
mhaque@haque.net said: > They'd prolly blast through it without reading (You don't think they > read teh MS agreement when istalling windows do you?) but I bet we > could argue that they accepted the agreement to protect us.
tristate 'NTFS file system support (read only)' CONFIG_NTFS_FS dep_mbool ' NTFS write support (DANGEROUS)' CONFIG_NTFS_RW $CONFIG_NTFS_FS $CONFIG_EXPERIMENTAL if [ "$CONFIG_NTFS_RW" = "y" ] ; then string ' Enter the magic text to really enable NTFS write' CONFIG_NTFS_MAGICTEXT fi
#ifdef CONFIG_NTFS_RW #if CONFIG_NTFS_MAGICTEXT != "I know it will eat my filesystem" #error you got the magic text wrong #endif #endif
-- dwmw2
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |