From 4629a7af14b46324df26912960fd1700a078ff88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Thu, 20 Oct 2011 19:11:38 +0200 Subject: [PATCH] manual : Added a warning against checks at boot time The booting process has recently been changed so that partitions which are requested to be checked at mount time with no checker available, cause a specific user interaction while booting. The patch warns users against requesting such a check, as there is no known open-source ntfs file system checker. --- src/ntfs-3g.8.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ntfs-3g.8.in b/src/ntfs-3g.8.in index 1f0dc8ce..9714ba16 100644 --- a/src/ntfs-3g.8.in +++ b/src/ntfs-3g.8.in @@ -375,8 +375,10 @@ to be the owner of all files: .B ntfs-3g /dev/sda5 /home/user/mnt \-o ro,uid=1000 .sp .RE -/etc/fstab entry for the above: +/etc/fstab entry for the above (the sixth and last field has to be zero to +avoid a file system check at boot time) : .RS +.sp .B /dev/sda5 /home/user/mnt ntfs\-3g ro,uid=1000 0 0 .sp .RE