Reply
Thread Tools
Posts: 33 | Thanked: 11 times | Joined on Feb 2013
#1
I know thats noob questions about easy debian,anyway
when i try to do the resizing in easydebian .img get the following error:
Code:
root@m5v3e: /]resize2fs /dev/loop0
resize2fs 1.41.9 (22-Aug-2009)
Filesystem at /dev/loop0 is mounted on /; on-line resizing required
old desc_blocks = 1, new_desc_blocks = 1
resize2fs: Kernel does not support online resizing
I have few questions:
how to do the resize?
Should i be root in maemo or debian?
Is it possible open this .img or mount it on my pc trought ubuntu and gparted?

Thanks in advance.
 
Posts: 28 | Thanked: 4 times | Joined on Dec 2010 @ Viterbo (Italy)
#2
Originally Posted by Henrq View Post
I know thats noob questions about easy debian,anyway
when i try to do the resizing in easydebian .img get the following error:
Code:
root@m5v3e: /]resize2fs /dev/loop0
resize2fs 1.41.9 (22-Aug-2009)
Filesystem at /dev/loop0 is mounted on /; on-line resizing required
old desc_blocks = 1, new_desc_blocks = 1
resize2fs: Kernel does not support online resizing
I have few questions:
how to do the resize?
Should i be root in maemo or debian?
Is it possible open this .img or mount it on my pc trought ubuntu and gparted?

Thanks in advance.
To increase your image file by 1GB in xTerm

Code:
dd if=/dev/zero bs=1M count=1048576 >> /path/to/image.ext3
 
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#3
See this post.

Or the end of this one.
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.
 

The Following User Says Thank You to rcolistete For This Useful Post:
Posts: 33 | Thanked: 11 times | Joined on Feb 2013
#4
Problem solved!
thanks guys
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:40.