Displaying 2 results from an estimated 2 matches for "1sub".
Did you mean:
z1sub
2006 Apr 21
8
listing available provider names
Is there a trick to listing available providers? I can''t find it.
2007 Apr 28
1
major cifs bug in 2.6.19+?
...er Linux, and under
2.6.18 (or WindowsXP/etc), a particular directory is accessible using
the particular account I'm using to mount it.
However, under 2.6.19/20, listing the directory instead returns the
parent directory's content!
e.g. under Windows or linux 2.6.18
"ls parent"
1subdir/ 2subdir/ file1
"ls parent/1subdir/"
file2 file3
under 2.6.19/20
"ls parent"
1subdir/ 2subdir/ file1
"ls parent/1subdir"
1subdir 2subdir file1
Totally weird - totally BROKEN. Even weirder, if I use BASH's command
line completion support, doing "ls parent...