Thanks Matt, it is part of an AD domain, but then again so are most of my Linux boxes. -----Original Message----- From: plug-discuss-bounces@lists.plug.phoenix.az.us [mailto:plug-discuss-bounces@lists.plug.phoenix.az.us] On Behalf Of Matt Graham Sent: Monday, July 30, 2007 12:05 PM To: Main PLUG discussion list Subject: Re: How to get eclipse to use a SMB or DAV folder? Mike Bydalek: > mount -t smbfs -o username=tridge,password=foobar //fjall/test /data/test Not quite. If FJALL belongs to an NT domain, you also need the workgroup= parameter. Set that to the name of the NT domain. For some reason, a lot of people forget this. Just groups.google the "workgroup=" keyword in comp.os.linux.* for evidence. Also, if you have files >= 2G on the SMB share, you want "lfs" in the -o string. Like so: mount -t smbfs -o username=USER,password=SECRET,workgroup=DOMAIN,lfs //BORG/SHARE /mnt/borg ...or: mount -t cifs -o user=USER,password=SECRET,domain=DOMAIN //BORG/SHARE /mnt/borg While it's possible to mount SMB shares with spaces in their names on the command line, it's ... difficult to get those things into fstab. The main problem is that fstab's parser seems to recognize " " as a field separator, even when it's \ed or in ""s. Ah well, HTH, --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss