Any diagnostics for read only on SMB

asked 2020-09-29 16:15:27 +0000

Afternoon, I have read only file issues on a application. My suspicion is its the client application / machine cashing the file status incorrectly Server side there are no file locks SMB share does not permit sharing

I have done some preliminary testing and I Can seen file read, & trite requests with wireshark. I'm wondering can / should i see any server response saying read only / write deny ?

edit retag flag offensive close merge delete

Comments

Are you capturing the CREATE Request/Response packets?
Microsoft specs: 2.2.13 SMB2 CREATE Request
File access permissions: 2.2.13.1.1 File_Pipe_Printer_Access_Mask

Is the application making a request to write to the file then getting a CREATE response?

Chuckc gravatar imageChuckc ( 2020-09-30 14:57:50 +0000 )edit