Replace ntfsmount command with mount.ntfs-3g
authorMichael Prokop <mika@grml.org>
Tue, 24 Apr 2012 12:22:17 +0000 (14:22 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 24 Apr 2012 12:22:18 +0000 (14:22 +0200)
Thanks Florian Apolloner for the hint.

grml_tips

index 1bfb40a..aee5339 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -281,10 +281,9 @@ Online documentation:
 
 Tags: info, grml, grml-info, documentation
 -- 
-Mount ntfs partition (read-write):
+Mount NTFS partition (read-write):
 
-# modprobe fuse
-# ntfsmount /dev/hda1 /mnt/hda1
+# mount.ntfs-3g /dev/sda1 /mnt/sda1
 
 Tags: ntfs, mount
 --