Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Invalid filesystem option set [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
aCOSwt
Advocate
Advocate


Joined: 19 Oct 2007
Posts: 2035
Location: Between the keyboard and the chair

PostPosted: Tue May 01, 2012 10:59 am    Post subject: Invalid filesystem option set [solved] Reply with quote

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
View user's profile Send private message
Etal
Veteran
Veteran


Joined: 15 Jul 2005
Posts: 1633

PostPosted: Tue May 01, 2012 1:53 pm    Post subject: Reply with quote

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
View user's profile Send private message
aCOSwt
Advocate
Advocate


Joined: 19 Oct 2007
Posts: 2035
Location: Between the keyboard and the chair

PostPosted: Tue May 01, 2012 3:43 pm    Post subject: Reply with quote

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... :twisted:
_________________
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
View user's profile Send private message
aCOSwt
Advocate
Advocate


Joined: 19 Oct 2007
Posts: 2035
Location: Between the keyboard and the chair

PostPosted: Tue May 01, 2012 4:00 pm    Post subject: Reply with quote

Apologizes for the noise... aCOSwt digs a hole under the table and hides there... :oops: :oops: :oops:
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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
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