Re: Floppy disk filesystem

2007-07-05 Thread Douglas Allan Tutty
On Wed, Jul 04, 2007 at 03:47:09AM -, rocky wrote: > > I'm following Pocket Linux Guide from www.tldp.org. The 2nd chapter > 2.3.1 talks about prepare the book disk media. > > I got a blank floppy disk, inserted it in and did the following > $-code1 begin-$ > ronie:~# dd if=/dev/z

Re: Floppy disk filesystem

2007-07-03 Thread Ron Johnson
On 07/03/07 22:47, rocky wrote: Hey, I'm following Pocket Linux Guide from www.tldp.org. The 2nd chapter 2.3.1 talks about prepare the book disk media. I got a blank floppy disk, inserted it in and did the following $-code1 begin-$ ronie:~# dd if=/dev/zero of=/dev/fd0 bs=1k count=14

Floppy disk filesystem

2007-07-03 Thread rocky
Hey, I'm following Pocket Linux Guide from www.tldp.org. The 2nd chapter 2.3.1 talks about prepare the book disk media. I got a blank floppy disk, inserted it in and did the following $-code1 begin-$ ronie:~# dd if=/dev/zero of=/dev/fd0 bs=1k count=1440 dd: writing `/dev/fd0': Input/o