GRACIAS Seba.... ...disculpen por molestar, queria estar seguro,gracias el doc
--- Sebastian Bassi <[EMAIL PROTECTED]> wrote: > On 12/17/07, cork Macleod <[EMAIL PROTECTED]> > wrote: > > hago en "ext 3"....con alguna opcion especial > > Journalism o solo ext 3. > > ext3 incluye journalism por defecto, encontré esto > por ahi te sirve: > > Fuente: http://www.netadmintools.com/art178.html > SET JOURNAL MODE MOUNT OPTIONS > There are three mount options for the journal modes. > They are: > data=writeback -- does no journalling of data; > metadata only. fastest. > data corruption possible in system crash. > data=ordered -- default. strictly speaking only > journals metadata but > uses transactions to protect data as well. slightly > slower than > writeback mode. Because of the way the blocks to be > written to disk > are ordered in this mode, it offers all the > protection of full data > journalling mode when files are being appended to; > corruption is > possible when files are being overwritten. > data=journal -- full journalling of data and > metadata. Should be > slowest because data is written twice, once to > journal & once to final > location. However some tests have shown that its > performance surpasses > the other two modes in busy interactive environments > where disks are > being read from & written to at same time. Also > requires the largest > disk footprint for journal. > Example: Change journal mode to data=writeback for a > filesystem > containing database files where i/o performance has > to be great. Risk > of corruption is mitigated by the fact that the db > is keeping redo > logs on separate filesystem. Not that I'm > recommending this. > > > -- > Sebastián Bassi (ã»ãã¹ãã£ã¢ã³). Diplomado > en Ciencia y TecnologÃa. > Curso Biologia molecular para programadores: > http://tinyurl.com/2vv8w6 > GPG Fingerprint: 9470 0980 620D ABFC BE63 A4A4 A3DE > C97D 8422 D43D > > -- > Para desuscribirte tenés que visitar la página > https://listas.linux.org.ar/mailman/listinfo/lugar-gral/ > > /* Publica y encontra trabajo relacionado con > softlibre en http://www.usla.org.ar/modules/jobs/ */ > > Si tenés algún inconveniente o consulta escribí a mailto:[EMAIL PROTECTED] ___________________________________________________________ Support the World Aids Awareness campaign this month with Yahoo! For Good http://uk.promotions.yahoo.com/forgood/ -- Para desuscribirte tenés que visitar la página https://listas.linux.org.ar/mailman/listinfo/lugar-gral/ /* Publica y encontra trabajo relacionado con softlibre en http://www.usla.org.ar/modules/jobs/ */ Si tenés algún inconveniente o consulta escribí a mailto:[EMAIL PROTECTED]
