[openbeos] Re: Testing File Systems

  • From: "Daniel Reinhold" <danielr@xxxxxxxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Sat, 27 Apr 2002 09:20:52 CDT

That's cool! I didn't know that you could do that.

I've updated the testing directions to include this handy tip.


>> How do you create a diskette with a desired files system?
>> 
>> Repartitioning again is not something I want to do.
>
>dd if=/dev/zero of=bfs.img bs=1024k count=100
>mkbfs bfs.img
>sync
>
>This will create a 100 Mb BFS image file. Then all you have to do is 
>mount it:
>
>mount -t obfs /path/to/bfs.img /path/to/mount/point
>
>And test it out. :)
>
>-Bruno
>
>
>--
>Fortune Cookie Says:
>
>Condense soup, not books!
>
>

Other related posts: