var CmdMounttest …
var fsTypePath …
var fileModePath …
var filePermPath …
var fileOwnerPath …
var newFilePath0644 …
var newFilePath0666 …
var newFilePath0660 …
var newFilePath0777 …
var readFileContentPath …
var readFileContentInLoopPath …
var retryDuration …
var breakOnExpectedContent …
func init() { … }
func main(cmd *cobra.Command, args []string) { … }
func readFileContent(path string) error { … }
const initialContent …
func readWriteNewFile(path string, perm os.FileMode) error { … }
func readFileContentInLoop(path string, retryDuration int, breakOnExpectedContent bool) error { … }
func testFileContent(filePath string, retryDuration int, breakOnExpectedContent bool) error { … }