diff -ruN yaird-0.0.11.orig/perl/FsTab.pm yaird-0.0.11/perl/FsTab.pm
--- yaird-0.0.11.orig/perl/FsTab.pm	2005-08-07 22:57:40.000000000 +0200
+++ yaird-0.0.11/perl/FsTab.pm	2005-10-31 19:04:50.000000000 +0100
@@ -45,7 +45,7 @@
 		next if $line =~ /^#/;	# comment line
 		next if $line eq "";	# empty line
 		my @fields = split (/\s+/, $line, 999);
-		if ($#fields < 6) {
+		if ($#fields < 4) {
 			# no test for extra fields;
 			# the mount command allows that.
 			Base::fatal ("malformed line in $name:$lineNo");
