Displaying 1 result from an estimated 1 matches for "2subdir".
Did you mean:
subdir
2007 Apr 28
1
major cifs bug in 2.6.19+?
...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/1subdir/1su...