From: Carl-Daniel Hailfinger <c-d.hailfinger.kernel.2003@gmx.net>
To: Harald Radke <harryrat@gmx.de>
Cc: reiserfs-list@namesys.com
Subject: Re: resize_reiserfs probs
Date: Mon, 23 Jun 2003 12:57:30 +0200 [thread overview]
Message-ID: <3EF6DD1A.5040802@gmx.net> (raw)
In-Reply-To: <200306230902.05070.harryrat@gmx.de>
Harald Radke wrote:
> Good morning all!
>
>
>>>"resize_reiserfs: can't shrink fs; too many blocks already allocated"
>>>[...]
>
>
>>I know this one very well. Please tell us the exact (including spaces)
>>command line you were using to resize it. I suspect user error here - at
>>least it was one when I got this error.
>
>
> the command was
>
> -> resize_reiserfs -s -9240720K /dev/hda3
>
> I also tried
>
> -> resize_reiserfs -s -9200M /dev/hda3
> (for "testing" purposes"....same prob)
Your command doesn't resize to 9200M, it makes the fs 9200M SMALLER. Of
course that is going to fail. Please try
resize_reiserfs -s 9240720K /dev/hda3
or
resize_reiserfs -s 9200M /dev/hda3
and you should be fine. The minus sign is the key to your problem.
HTH,
Carl-Daniel
--
http://www.hailfinger.org/
next prev parent reply other threads:[~2003-06-23 10:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-22 23:32 resize_reiserfs probs Harald Radke
2003-06-23 6:32 ` Carl-Daniel Hailfinger
2003-06-23 7:02 ` Harald Radke
2003-06-23 10:57 ` Carl-Daniel Hailfinger [this message]
2003-06-23 22:12 ` Harald Radke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3EF6DD1A.5040802@gmx.net \
--to=c-d.hailfinger.kernel.2003@gmx.net \
--cc=harryrat@gmx.de \
--cc=reiserfs-list@namesys.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.