As I know, just to use the default value w/o any more options is enough.

thanks
- jf.ding

On Tue, Mar 18, 2014 at 02:15:38PM +0900, 김건호 wrote:
> 
> Hello Jian-feng.
> 
> When I make mkfs.ext4 command, is no need any option like [-b block size] [-i 
> bytes-per-inode] ?
> 
> --------------------------------------------------------------------------------------------------------------
> 
> You mean to create an empty image with ext4 fs initialized?
> If so, you can use `dd if=/dev/zero of=...` to create an empty zero-filled 
> image file, and run `mkfs.ext4` on it.
>  
> thanks
> - jf.ding
> 
> On Mon, Mar 17, 2014 at 05:23:38PM +0900,     ȣ wrote:
> > Hello. 
> > 
> >  
> > 
> > I want to make platform.img by direct ext4 command. 
> > 
> > Current I use mic command to make image, but I want making image by 
> > ext4 command.
> > 
> >  
> > 
> > This is my ks file.
> > 
> >  
> > 
> > ----------------------------------------------------------------------
> > -
> > 
> > part / --size=2300 --ondisk mmcblk0p --fstype=ext4 --label=platform
> > 
> > ----------------------------------------------------------------------
> > -
> > 
> >  
> > 
> > I think this line is indicated ext4 making command. 
> > 
> > Usually we use command   mkfs.ext4   to make some ext4 image file.
> > 
> >  
> > 
> > Thanks. 
> > 
> >  
> > 
> > Best Regards,
> > 
> > Geonho Kim.
> > 
> >  
> > 
> 
> > _______________________________________________
> > Dev mailing list
> > [email protected]
> > https://lists.tizen.org/listinfo/dev
> 
_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to