Block I $badblocks /dev/hda1 ^C Interrupted at block 137600 $badblocks -b 1 -c 0 /dev/hda1 badblocks: File too large while trying to determine device size $badblocks -b 1500 -c 0 /dev/hda1 ^C Interrupted at block 0 Block II $badblocks -b 1500 -c 64 /dev/hda1 Weird value (96000) in do_read Weird value (96000) in do_read Weird …
Daily Archives: February 10, 2010
badblocks
Block I debianlabs:~# badblocks /dev/hda1 ^C Interrupted at block 137600 debianlabs:~# badblocks -b 1 -c 0 /dev/hda1 badblocks: File too large while trying to determine device size debianlabs:~# badblocks -b 1500 -c 0 /dev/hda1 ^C Interrupted at block 0 Block II debianlabs:~# badblocks -b 1500 -c 64 /dev/hda1 Weird value (96000) in do_read Weird value …
Re: Bash question: get output as a variable?
On Fri, Feb 05, 2010 at 09:01:45AM -0700, Paul E Condon wrote: On 20100205_135919, Alexey Salmin wrote: On Fri, Feb 5, 2010 at 1:20 PM, Javier Barroso wrote: On Fri, Feb 5, 2010 at 1:06 AM, Stephen Powell wrote: > >> On Thu, 4 Feb 2010 17:42:45 -0500 (EST), Javier Barroso wrote: > >>> In …
Continue reading “Re: Bash question: get output as a variable?”