All of lore.kernel.org
 help / color / mirror / Atom feed
* Cannot list files in a directory with New Nintendo 3DS MicroSD Management twice in a single session
@ 2023-03-24  0:23 Charlie Oehlrich
  0 siblings, 0 replies; only message in thread
From: Charlie Oehlrich @ 2023-03-24  0:23 UTC (permalink / raw)
  To: linux-cifs

After mounting a New Nintendo 3DS using the 3DS’s MicroSD Management
after going to the directory where it is mounted I can only run the ls
command once before the ls command starts erroring.

I had narrowed the issue down to the New Nintendo 3DS (which uses
version 1 of the SMB protocol) not supporting the
“SMB_FIND_FILE_DIRECTORY_INFO” information level code in SMB1 (instead
returning the not implemented error) while supporting all of the other
find information level codes 0x0102 and 0x0104 to 0x0106 apart from
supporting FileIds (Not sure about 0x0103 since I could only get it to
return a not found error when using 0x0103) and the default
information level code used in Linux being
“SMB_FIND_FILE_DIRECTORY_INFO” when the server is detected to not
properly support FileIds.

Tried on 5.15.90.1-microsoft-standard-WSL2 (wsl2) and
5.15.0-1045-azure (hyper-v virtual machine).
Mount.cifs version on both is 6.14.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-24  0:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  0:23 Cannot list files in a directory with New Nintendo 3DS MicroSD Management twice in a single session Charlie Oehlrich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.