* reiserfs_create: no enough blocks on device
@ 2004-08-02 21:23 sankarshana rao
2004-08-02 21:53 ` Andreas Dilger
0 siblings, 1 reply; 6+ messages in thread
From: sankarshana rao @ 2004-08-02 21:23 UTC (permalink / raw)
To: reiserfs-list
Hi,
I am trying to create a reiserfs filesystem using the
command
'mkreiserfs /dev/loop/0 100'.
It always gives me the error
"reiserfs_create: no enough blocks on device".
I tried altering the block size, but it would not
help..
thx in advance
Sankarshana M
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: reiserfs_create: no enough blocks on device
2004-08-02 21:23 reiserfs_create: no enough blocks on device sankarshana rao
@ 2004-08-02 21:53 ` Andreas Dilger
2004-08-02 22:07 ` sankarshana rao
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Andreas Dilger @ 2004-08-02 21:53 UTC (permalink / raw)
To: sankarshana rao; +Cc: reiserfs-list
[-- Attachment #1: Type: text/plain, Size: 535 bytes --]
On Aug 02, 2004 14:23 -0700, sankarshana rao wrote:
> I am trying to create a reiserfs filesystem using the
> command
> 'mkreiserfs /dev/loop/0 100'.
> It always gives me the error
> "reiserfs_create: no enough blocks on device".
>
> I tried altering the block size, but it would not
> help..
You can't make a reiserfs filesystem smaller than about 40MB.
Cheers, Andreas
--
Andreas Dilger
http://sourceforge.net/projects/ext2resize/
http://members.shaw.ca/adilger/ http://members.shaw.ca/golinux/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: reiserfs_create: no enough blocks on device
2004-08-02 21:53 ` Andreas Dilger
@ 2004-08-02 22:07 ` sankarshana rao
2004-08-03 8:32 ` Hans Reiser
2004-08-04 17:23 ` Vladimir V. Saveliev
2 siblings, 0 replies; 6+ messages in thread
From: sankarshana rao @ 2004-08-02 22:07 UTC (permalink / raw)
To: Andreas Dilger; +Cc: reiserfs-list
I tried now with block count of 50000 (50 MB)..Still I
get the same error.
The machine is a mips running timesys linux..
Any clues??
Thx
--- Andreas Dilger <adilger@clusterfs.com> wrote:
> On Aug 02, 2004 14:23 -0700, sankarshana rao wrote:
> > I am trying to create a reiserfs filesystem using
> the
> > command
> > 'mkreiserfs /dev/loop/0 100'.
> > It always gives me the error
> > "reiserfs_create: no enough blocks on device".
> >
> > I tried altering the block size, but it would not
> > help..
>
> You can't make a reiserfs filesystem smaller than
> about 40MB.
>
> Cheers, Andreas
> --
> Andreas Dilger
> http://sourceforge.net/projects/ext2resize/
> http://members.shaw.ca/adilger/
> http://members.shaw.ca/golinux/
>
>
> ATTACHMENT part 2 application/pgp-signature
_______________________________
Do you Yahoo!?
Express yourself with Y! Messenger! Free. Download now.
http://messenger.yahoo.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: reiserfs_create: no enough blocks on device
2004-08-02 21:53 ` Andreas Dilger
2004-08-02 22:07 ` sankarshana rao
@ 2004-08-03 8:32 ` Hans Reiser
2004-08-04 17:23 ` Vladimir V. Saveliev
2 siblings, 0 replies; 6+ messages in thread
From: Hans Reiser @ 2004-08-03 8:32 UTC (permalink / raw)
To: Andreas Dilger; +Cc: sankarshana rao, reiserfs-list
Andreas Dilger wrote:
>On Aug 02, 2004 14:23 -0700, sankarshana rao wrote:
>
>
>>I am trying to create a reiserfs filesystem using the
>>command
>>'mkreiserfs /dev/loop/0 100'.
>>It always gives me the error
>>"reiserfs_create: no enough blocks on device".
>>
>>I tried altering the block size, but it would not
>>help..
>>
>>
>
>You can't make a reiserfs filesystem smaller than about 40MB.
>
>Cheers, Andreas
>--
>Andreas Dilger
>http://sourceforge.net/projects/ext2resize/
>http://members.shaw.ca/adilger/ http://members.shaw.ca/golinux/
>
>
>
unless you shrink the 32MB journal....
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: reiserfs_create: no enough blocks on device
2004-08-02 21:53 ` Andreas Dilger
2004-08-02 22:07 ` sankarshana rao
2004-08-03 8:32 ` Hans Reiser
@ 2004-08-04 17:23 ` Vladimir V. Saveliev
2 siblings, 0 replies; 6+ messages in thread
From: Vladimir V. Saveliev @ 2004-08-04 17:23 UTC (permalink / raw)
To: Andreas Dilger; +Cc: sankarshana rao, reiserfs-list
Hello
Andreas Dilger wrote:
> On Aug 02, 2004 14:23 -0700, sankarshana rao wrote:
>
>>I am trying to create a reiserfs filesystem using the
>>command
>>'mkreiserfs /dev/loop/0 100'.
>>It always gives me the error
>>"reiserfs_create: no enough blocks on device".
>>
>>I tried altering the block size, but it would not
>>help..
>
>
> You can't make a reiserfs filesystem smaller than about 40MB.
>
> Cheers, Andreas
> --
> Andreas Dilger
> http://sourceforge.net/projects/ext2resize/
> http://members.shaw.ca/adilger/ http://members.shaw.ca/golinux/
>
Experimentally I found that the smallest size of reiserfs is 531 blocks. It will have 512 block of journal.
mkreiserfs-3.6.17 -s 512 /dev/hdb11 531
^ permalink raw reply [flat|nested] 6+ messages in thread
* reiserfs_create: no enough blocks on device
@ 2004-08-02 23:35 sankarshana rao
0 siblings, 0 replies; 6+ messages in thread
From: sankarshana rao @ 2004-08-02 23:35 UTC (permalink / raw)
To: linux-kernel
Hi,
I am trying to create a reiserfs filesystem using the
command
'mkreiserfs /dev/loop/0 5000'.
It always gives me the error
"reiserfs_create: no enough blocks on device".
I tried altering the block size, but it would not
help..
Pls help with any tips...
thx in advance
Sankarshana M
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-08-04 17:23 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-02 21:23 reiserfs_create: no enough blocks on device sankarshana rao
2004-08-02 21:53 ` Andreas Dilger
2004-08-02 22:07 ` sankarshana rao
2004-08-03 8:32 ` Hans Reiser
2004-08-04 17:23 ` Vladimir V. Saveliev
-- strict thread matches above, loose matches on Subject: below --
2004-08-02 23:35 sankarshana rao
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.