A) Does anyone know what sync actually does?
I have found that this gives some sort of protection to doofus' who pull out devices before unmounting. Well, I have a good enough understanding of Operatiing Systems not to do this so I don't really wan't HAL nannying me with obtuse mount options.mount(8) wrote:sync
All I/O to the file system should be done synchronously. In case of media with limited number of write cycles (e.g. some flash drives) "sync" may cause life-cycle shortening.
B) How can I modify the mount options that udev/HAL applies?
I would still like to retain the graphical mount/unmount functionality (ie. don't want to put my drive in the fstab)
TIA as always.