You are not logged in.

#1 2008-10-19 00:30:54

darthaxul
Member
Registered: 2008-09-24
Posts: 156

mkfs not working

mkfs.ext3 /dev/sda11
It keeps doing 4k blocks I thought my mke2fs.conf was right?
-------------------------------------
[defaults]
    base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
    blocksize = 4096
    inode_size = 128
    inode_ratio = 16384

[fs_types]
    small = {
        blocksize = 1024
        inode_size = 128
        inode_ratio = 4096
    }
    ext3 = {
        features = has_journal
        blocksize = 2048
    }
    floppy = {
        blocksize = 1024
        inode_size = 128
        inode_ratio = 8192
    }
    news = {
        inode_ratio = 4096
    }
    largefile = {
        inode_ratio = 1048576
    }
    largefile4 = {
        inode_ratio = 4194304
    }

Offline

Board footer

Powered by FluxBB