Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't use reiserfs for boot partition
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Cowboy Feng
n00b
n00b


Joined: 23 May 2004
Posts: 32
Location: Sweden

PostPosted: Thu Jun 03, 2004 4:46 am    Post subject: Can't use reiserfs for boot partition Reply with quote

When I try to create file systems for my newly created partitions, I get the following message:

Code:

#mkreiserfs /dev/hdc1

reiserfs_create_journal: cannot create a journal of 8193 blocks with 18 offset on 7930 blocks


What gives?
Tought I'd be able to have the same file system on all disks (for consistency), but now I'll have to use ext3 for my boot partition, for reasons I don't understand :cry:
Back to top
View user's profile Send private message
pixie
Guru
Guru


Joined: 29 Dec 2002
Posts: 305

PostPosted: Thu Jun 03, 2004 4:55 am    Post subject: Reply with quote

The partition you made may be smaller than the reiserfs journal is by default.

Journalling is close to pointless on a /boot partition anyway, you may as well just use ext2.
Back to top
View user's profile Send private message
Rainmaker
Veteran
Veteran


Joined: 12 Feb 2004
Posts: 1650
Location: /home/NL/ehv/

PostPosted: Thu Jun 03, 2004 5:18 am    Post subject: Reply with quote

Code:

-s | --journal-size N N is size of journal in blocks. When journal is to be on a separate device - its size defaults to number of blocks that device has. When journal is to be on a host device - its size defaults 8193 and maximal possible value is 32749 (for blocksize 4k). Minimun is 513 for both cases.


if you really want to use reiser (which, as stated above, is kinda pointless), do a

Code:
mkreiserfs -s 513 /dev/hda1


Remember to copy the files to your harddisk before doing this, and also remember to copy them back :)
_________________
If you can't dazzle them with brilliance, baffle them with bullshit.
Back to top
View user's profile Send private message
Cowboy Feng
n00b
n00b


Joined: 23 May 2004
Posts: 32
Location: Sweden

PostPosted: Thu Jun 03, 2004 7:09 pm    Post subject: Reply with quote

OK I see. Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing 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