Ron Kimball wrote: > I investigated a bit more and found that these cheap HD363N NAS boxes > (and many others) don't support "Linux Extensions" - only a simple > subset of CIFS - so first you have to shut that off. Here's what I'm > using now: > > echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled > mkdir etc/nas > mount.cifs //192.168.0.105/Music etc/nas -o guest > echo 1 > /proc/fs/cifs/LinuxExtensionsEnabled
That sounds like a good tip that should go on the wiki. Link to any references you dug up. So why do the extensions get turned on again after the initial connection? > ...I found out you can't "see" any files...in the mounted share > unless there are at least 7 files or directories in the root of the > share! > ... > I suspect a bug in the linux kernal of MVPMC itself? Seems unlike. More likely a bug in your NAS box or another artifact of the lack of full CIFS support. If it was a general problem with the kernel or the Linux CIFS implementation, it'd be widely reported. Should be easy enough for someone to verify this by mounting a Samba share on an MVP. -Tom ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
