From b6d50b08ad75fd1cd7af059df2a8a1e66f23d3b1 Mon Sep 17 00:00:00 2001 From: "elisa-laajakaista.fi!szaka" Date: Fri, 4 Jun 2004 08:59:26 +0000 Subject: [PATCH] Fix message, mount -t smbfs doesn't understand 'lfs', only smbmount (Logical change 1.411) --- ntfsprogs/ntfsclone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/ntfsclone.c b/ntfsprogs/ntfsclone.c index 00516674..6bcefa51 100644 --- a/ntfsprogs/ntfsclone.c +++ b/ntfsprogs/ntfsclone.c @@ -1012,7 +1012,7 @@ static void set_filesize(s64 filesize) if (opt.stfs.f_type == 0x517b) { Printf("SMBFS needs minimum Linux kernel " "version 2.4.25 and\n the 'lfs' option" - "\nfor mount or smbmount to have large " + "\nfor smbmount to have large " "file support.\n"); } }