From 6da95a6f1d17ad69ab572fbc627167f5edb593fb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 26 Sep 1998 10:31:40 +0000 Subject: changed the default filesystem type to NTFS (from Samba) I've finally changed this because I've found a real effect that this has. Win95 shows long filenames in a directory listing in a dos box only if this is set to NTFS or HPFS (only ones I've found so far anyway). If NTFS poses problems of some kind then we should try HPFS I wonder if this change will trigger any attempts to use ACLs ? (This used to be commit 410d54fa0dba319e802d7327d89c4c1e61f2db65) --- source3/include/local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/local.h b/source3/include/local.h index f68f57eff7..6903e5854f 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -80,7 +80,7 @@ /* what default type of filesystem do we want this to show up as in a NT file manager window? */ -#define FSTYPE_STRING "Samba" +#define FSTYPE_STRING "NTFS" /* the default guest account - normally set in the Makefile or smb.conf */ #ifndef GUEST_ACCOUNT -- cgit