Re: ext3-f2 warning: maximal mount count reached

2003-08-08 Thread Hue-Bond
Andres Seco Hernandez, [EMAIL PROTECTED]:54:26(+0200): Esa info se guarda en la propia partición (bueno, o en /etc/fstab, no se) Se guarda en el superbloque (y en todas sus copias, claro). -- David Serrano

Re: ext3-f2 warning: maximal mount count reached

2003-08-07 Thread Andres Seco Hernandez
Espinoza escribio: Hola listeros, en mis logs del sistema, me he encontrado con esto: kernel: ext3-f2 warning: maximal mount count reached, running e2fsck is recommended kernel: ext3 fs 2.4-0.9.19, 19 august 2002 on sd(8,5), internal journal kernel: ext3-fs: mounted fisystem with ordered

Re: ext3-f2 warning: maximal mount count reached

2003-08-07 Thread Hue-Bond
Andres Seco Hernandez, [EMAIL PROTECTED]:43:17(+0200): Yo con ext3 no he tenido que chequear nunca una partición, de hecho, desactivo ese contador Pues yo creo que si está ahí es por algo y pienso que merece mucho más la pena esperar unos minutos cada varios meses que llevarse un susto cuando

Re: ext3-f2 warning: maximal mount count reached

2003-08-07 Thread Andres Seco Hernandez
Bueno, supongo que por algo estará, pero en algunos casos, un fsck te puede durar mucho mucho rato, y en una partición gorda gorda un chequeo automático de estos tras un reinicio por cambio de, por ejemplo, el nucleo, te puede dejar con cara de sorpresa esperando un par de horitas sin tener el

Re: ext3-f2 warning: maximal mount count reached

2003-08-07 Thread Gunnar Wolf
Andres Seco Hernandez dijo [Thu, Aug 07, 2003 at 06:58:12PM +0200]: Bueno, supongo que por algo estará, pero en algunos casos, un fsck te puede durar mucho mucho rato, y en una partición gorda gorda un chequeo automático de estos tras un reinicio por cambio de, por ejemplo, el nucleo, te puede

Re: ext3-f2 warning: maximal mount count reached

2003-08-07 Thread Richard Espinoza
El Thu, 07 Aug 2003 20:20:08 +0200, Gunnar Wolf escribió: Para evitar eso, yo lo tengo a intervalos diferentes en cada partición - Cada 30 días para la primera, creciendo hasta cada 40 días para la última. Saludos, Hola, y como hago para hacer eso que me recomiendas? saludos, Richard

Re: ext3-f2 warning: maximal mount count reached

2003-08-07 Thread Richard Espinoza
El Thu, 07 Aug 2003 15:50:10 +0200, Andres Seco Hernandez escribió: Yo con ext3 no he tenido que chequear nunca una partición, de hecho, desactivo ese contador con tune2fs -c0 -i0 /dev/hda1 Y donde se aplicaria para que se realizara? En alguna carpeta especial o solo como root en una simple

Re: ext3-f2 warning: maximal mount count reached

2003-08-07 Thread Richard Espinoza
El Thu, 07 Aug 2003 16:30:16 +0200, Hue-Bond escribió: Pues yo creo que si está ahí es por algo y pienso que merece mucho más la pena esperar unos minutos cada varios meses que llevarse un susto cuando uno menos se lo espere. Para gustos hay colores, supongo. Disculpa mi ignorancia, pero como

Re: ext3-f2 warning: maximal mount count reached

2003-08-07 Thread Hue-Bond
Richard Espinoza, [EMAIL PROTECTED]:08:35(+0200): El Thu, 07 Aug 2003 20:20:08 +0200, Gunnar Wolf escribió: Para evitar eso, yo lo tengo a intervalos diferentes en cada partición - Cada 30 días para la primera, creciendo hasta cada 40 días para la última. y como hago para hacer eso que me

Re: ext3-f2 warning: maximal mount count reached

2003-08-07 Thread Andres Seco Hernandez
Esa info se guarda en la propia partición (bueno, o en /etc/fstab, no se) ,pero no hay nada más que hacerlo una vez. El 07 Aug 2003 a las 10:10PM +0200, Richard Espinoza escribio: El Thu, 07 Aug 2003 15:50:10 +0200, Andres Seco Hernandez escribió: Yo con ext3 no he tenido que chequear nunca

Re: Maximal Mount Count

1999-03-11 Thread Mike Merten
On Wed, Mar 10, 1999 at 07:05:25PM +, Paul Puri wrote: Now I have three partitions of equal size (1Gb). Yet, now I fear a problem coming on. My first partition is 11% filled, my 2nd partition contains only /usr and is 88% to capacity, and the last has /home which is %15 percent (due

Maximal Mount Count

1999-03-10 Thread Paul Nathan Puri
The main partition of my laptop is at 96%. It is a 1gig partition. I have two others on this same machine. What can I do to move stuff to these other partitions so that my 1st partition will not be so loaded down. I would like to install more software there? What directory trees can safely be

Re: Maximal Mount Count

1999-03-10 Thread servis
*- On 9 Mar, Paul Nathan Puri wrote about Maximal Mount Count The main partition of my laptop is at 96%. It is a 1gig partition. I have two others on this same machine. What can I do to move stuff to these other partitions so that my 1st partition will not be so loaded down. I would

Re: Maximal Mount Count

1999-03-10 Thread Andrei Ivanov
It is a 1gig partition. I have two others on this same machine. Ok, make your partitions ready for linux (ext2 fs, etc). What can I do to move stuff to these other partitions so that my 1st partition will not be so loaded down. I would like to install more software there? Then what you

Re: Maximal Mount Count

1999-03-10 Thread Paul Puri
: Maximal Mount Count: It is a 1gig partition. I have two others on this same machine. Ok, make your partitions ready for linux (ext2 fs, etc). What can I do to move stuff to these other partitions so that my 1st partition will not be so loaded down. I would like to install more software

Re: Maximal Mount Count

1999-03-10 Thread Paul Puri
Original Message On 3/9/99, 6:32:06 PM, Shao Zhang [EMAIL PROTECTED] wrote regarding Re: Maximal Mount Count: Paul Puri wrote: What is the command that I use to mv /usr to /dev/hda2? I tried 'mv /usr /hda2/usr', but that gave me the error, 'mv: cannot move '/usr' across

Re: Maximal Mount Count

1999-03-10 Thread homega
Paul Puri dixit: Original Message On 3/9/99, 6:32:06 PM, Shao Zhang [EMAIL PROTECTED] wrote regarding Re: Maximal Mount Count: Paul Puri wrote: What is the command that I use to mv /usr to /dev/hda2? I tried 'mv /usr /hda2/usr', but that gave me the error, 'mv: cannot

Re: Maximal Mount Count

1999-03-10 Thread Mike Merten
On Wed, Mar 10, 1999 at 02:12:48AM +, Paul Puri wrote: What is the command that I use to mv /usr to /dev/hda2? I tried 'mv /usr /hda2/usr', but that gave me the error, 'mv: cannot move '/usr' across filesystems: Not a regular file. Thank you... Actually, what I did was

Re: Maximal Mount Count

1999-03-10 Thread homega
Mike Merten dixit: Actually, what I did was something more like this: # mount /dev/hda2 /mnt # cp -a /usr/* /mnt right, /usr/* tells to copy everything inside /usr/, but not the /usr directory name itself. I think a different way to achieve this is: # cp -ax /usr # umount /mnt # rm -r

Re: Maximal Mount Count

1999-03-10 Thread Mike Merten
On Wed, Mar 10, 1999 at 11:06:59AM +0100, [EMAIL PROTECTED] wrote: [snip] I just wonder if I /lost+found subdirs created in new ext2 partitions can be deleted or they have to stay there for any reason... they do take some space. Regards, Horacio I believe the lost+found directories

Re: Maximal Mount Count

1999-03-10 Thread Paul Puri
have more room to grow. 12% percent is not enough. I doubt /home will ever need 1gb. Thanks. Original Message On 3/10/99, 1:33:38 AM, Mike Merten [EMAIL PROTECTED] wrote regarding Re: Maximal Mount Count: On Wed, Mar 10, 1999 at 02:12:48AM +, Paul Puri wrote: What is the command