| View previous topic :: View next topic |
| Author |
Message |
aCOSwt Advocate


Joined: 19 Oct 2007 Posts: 2035 Location: Between the keyboard and the chair
|
Posted: Tue May 01, 2012 10:59 am Post subject: Invalid filesystem option set [solved] |
|
|
I made some custom entries in my /etc/mke2fs.conf among which :
| Code: | ...
[fs_types]
...
G64_RESQ = {
features = ^has_journal,extr_attr,^resize_inode,dir_index,filetype,^extent,^flex_bg,sparse_super,large_file,^huge_file,^uninit_bg,^dir_nlink,^extra_isize
blocksize = 2048
inode_ratio = 8192
inode_size = 128
}
... |
I then try making a filesystem the following way :
| Code: | | mke2fs -c -L R_3_G64_FULL -n -T G64_RESQ -v -m 1 /dev/sdc1 |
And get the following error message :
| Code: | | Invalid filesystem option set: ^has_journal,extr_attr,^resize_inode,dir_index,filetype,^extent,^flex_bg,sparse_super,large_file,^huge_file,^uninit_bg,^dir_nlink,^extra_isize |
I fail understanding why the option set would be invalid. _________________ In theory there are no differences between theory and practice. In practice, there are.
Don't try to understand my posts. Immanuel Kant never did, he thinks that only music and laughter do not have to mean anything.
Last edited by aCOSwt on Tue May 01, 2012 4:00 pm; edited 1 time in total |
|
| Back to top |
|
 |
Etal Veteran


Joined: 15 Jul 2005 Posts: 1633
|
Posted: Tue May 01, 2012 1:53 pm Post subject: |
|
|
Maybe it has to do with passing ext4 features to mke2fs? Try using mkfs.ext4 instead. _________________ “And even in authoritarian countries, information networks are helping people discover new facts and making governments more accountable.”– Hillary Clinton, Jan. 21, 2010 |
|
| Back to top |
|
 |
aCOSwt Advocate


Joined: 19 Oct 2007 Posts: 2035 Location: Between the keyboard and the chair
|
Posted: Tue May 01, 2012 3:43 pm Post subject: |
|
|
| Etal wrote: | | Maybe it has to do with passing ext4 features to mke2fs? Try using mkfs.ext4 instead. |
It certainly gets something to do with ext4 features (while most specific are actually disabled) but what ?
BTW, mkfs.ext4 does not help either, I was not expecting much from it anyway as man mkfs.ext4 displays... mke2fs man page...  _________________ In theory there are no differences between theory and practice. In practice, there are.
Don't try to understand my posts. Immanuel Kant never did, he thinks that only music and laughter do not have to mean anything. |
|
| Back to top |
|
 |
aCOSwt Advocate


Joined: 19 Oct 2007 Posts: 2035 Location: Between the keyboard and the chair
|
Posted: Tue May 01, 2012 4:00 pm Post subject: |
|
|
Apologizes for the noise... aCOSwt digs a hole under the table and hides there...
features = extr_attr
The correct label for this attribute being ext_attr !
I will find a little small excuse to this... very small... one can specify either extent or extents... _________________ In theory there are no differences between theory and practice. In practice, there are.
Don't try to understand my posts. Immanuel Kant never did, he thinks that only music and laughter do not have to mean anything. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|