blob: aae0b3e9d1f523873c147fbbf017d579a7266b4c (
plain)
1 Kernel Configuration
2
3 Enable the following options in the kernel configuration and recompile the
4 kernel if necessary:
5
6 File systems --->
7 <*/M> FUSE (Filesystem in Userspace) support [CONFIG_FUSE_FS]
8
9 Installation of Ntfs-3g
10 If you want ordinary users to be able to mount NTFS partitions you'll need to
11 set mount.ntfs with the root user ID. Note: it is probably unsafe to do this
12 on a computer that needs to be secure (like a server). As the root user:
13
14 chmod -v 4755 /sbin/mount.ntfs
|