On Fri, Apr 29, 2005 at 10:33:26PM +0200, Blaisorblade wrote: > On Tuesday 26 April 2005 10:52, Jack wrote: > > hi all . > > > > i am confused with the switches of the kernel . > > > > could someone tell me the ubd0s the "s" append means what ? > Access that ubd device synchronously, which is needed for journaled > filesystems consistence.
More specifically, the driver will do O_SYNC I/O to the host for that device. Hurts performance, but if you're paranoid about write ordering being preserved from the UML down to the disk, you might want to think about it. If the host crashes in the middle of a journalled UML transaction, then possibly the filesystem could be corrupted. I've never heard of this happening, though. Jeff ------------------------------------------------------- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix _______________________________________________ User-mode-linux-user mailing list User-mode-linux-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user