Hello Laurent,

On Tue, 28 Mar 2006 22:19:01 +0200
Laurent Riffard <[EMAIL PROTECTED]> wrote:

  | These FS are quite similars. Now guess what ? I filled these FS with
  |  dd.
  | 
  | Original FS
  | ===========
  | # sync
  | # time dd if=/dev/zero of=toto bs=1M count=150
  | 103+0 enregistrements lus.
  | 102+0 enregistrements écrits.
  | Command exited with non-zero status 1

Well, at least on my system , such a command exits with a 0 status

Also, not a single of your posts in this thread has this error except this one
and the one below

  | 0.00user 2.94system 3:32.18elapsed 1%CPU (0avgtext+0avgdata
  | 0maxresident)k
  | # time sync
  | 0inputs+0outputs (0major+279minor)pagefaults 0swaps
  | 0.00user 0.01system 0:00.18elapsed 6%CPU (0avgtext+0avgdata
  | 0maxresident)k
  | 0inputs+0outputs (0major+191minor)pagefaults 0swaps
  | 
  | Copy FS
  | =======
  | # sync
  | # time dd if=/dev/zero of=toto bs=1M count=150
  | dd: écriture de `toto': Aucun espace disponible sur le périphérique
  | 132+0 enregistrements lus.
  | 131+0 enregistrements écrits.
  | Command exited with non-zero status 1

Here, i can understand the "exited with non-zero status 1" as
"Aucun espace disponible sur le périphérique" is french for 
"No space left on device"

  | 0.00user 4.08system 0:15.95elapsed 25%CPU (0avgtext+0avgdata
  | 0maxresident)k
  | 0inputs+0outputs (1major+279minor)pagefaults 0swaps
  | # time sync
  | 0.00user 0.00system 0:00.17elapsed 0%CPU (0avgtext+0avgdata
  | 0maxresident)k
  | 0inputs+0outputs (0major+190minor)pagefaults 0swaps
  | disk$
  | 
  | See ? 3'30" versus 16".

Are the 16" due to the fact that the above command exited earlier than it 
should have ?

Thanks,

Philippe

Reply via email to