fsync on any open file descriptor will flush the file system since data is only buffered for for metadata and one file at a time. All syncs's are the same for the FAT file system.2. Is there a way to flush a fat file system? Because I think the unexpected behaviour I've seen was related to debugging and fat cache flush. I tried to use fsync on the folder (which was proposed in a linux related discussion), but open on a folder returns errno 21 (is a directory).
- Some questions related PR#1478 Schock, Johannes - NIVUS GmbH
- Re: Some questions related PR#1478 Gregory Nutt
- RE: Some questions related PR#1478 Schock, Johannes - NIVUS GmbH
- Re: Some questions related PR#1478 Nathan Hartman
- Re: Some questions related PR#1478 Schock, Johannes - NIVUS GmbH
- Re: Some questions related PR#1478 Gregory Nutt
- Re: Some questions related PR#1... Nathan Hartman
- Re: Some questions related ... Gregory Nutt
- Re: Some questions related ... Gregory Nutt
- Re: Some questions rel... Nathan Hartman
- Re: Some questions related PR#1478 Schock, Johannes - NIVUS GmbH