I want increase the space of home folder - plz help me regarding this



Hi!

I installed RedHat 9.0

I want to increase the HDD space for /home

we have only three partions as below
we want to increase the partition space of /dev/hdb2

How I can increase space, I have another HDD 10.2 GB

Anil Sawale
Sys Admin
Cautel Web Sol
Navi Mumbai

Disk /dev/hdb: 10.2 GB, 10204766208 bytes
255 heads, 63 sectors/track, 1240 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 1173 9317700 83 Linux
/dev/hdb3 1174 1206 265072+ 82 Linux swap



-----Original Message-----
From: redhat-list-bounces@xxxxxxxxxx
[mailto:redhat-list-bounces@xxxxxxxxxx]On Behalf Of Bhagyashri Bijwe
Sent: Wednesday, August 09, 2006 1:58 PM
To: Roberto A. Foglietta
Cc: busybox@xxxxxxxxxxx; redhat-list@xxxxxxxxxx;
soekris-tech@xxxxxxxxxxxxxxxxx
Subject: Re: No more tasks for init ---- sleeping forever


Hi,
Thanks for reply.
I am using busybox-1.00-pre4 instead of busybox-1.00 because I
have product on gcc version 2.96 and busybox-1.00 required GLIBC_2.3.
I tried

> try to execute ash instead of init
>mv /sbin/init /sbin/init.old
> echo "#!/bin/sh
>while true; /bin/ash; done" > /sbin/init
>chmod a+x /sbin/init

But,It gives

Going to execute /sbin/init
sh:

It gives blinking cursor.It does nothing afterwards.
Does it mean I have to execute init? I tried to type something, it
does nothing unlike normal shell.
Plz help me.

On 8/9/06, Roberto A. Foglietta <roberto.foglietta@xxxxxxxxx> wrote:
Bhagyashri Bijwe wrote:

Hi,
I made distribution for Soekris4521 using linux2.2.16,
UClibc0.9.19 and busybox-1.00-pre4.

Why you use busybox-1.00-pre4?

The "pre4" means it is not stable but the 4th try to deliver
busybox-1.00. I suggest to use busybox-1.00

try to execute ash instead of init

mv /sbin/init /sbin/init.old
echo "#!/bin/sh
while true; /bin/ash; done" > /sbin/init
chmod a+x /sbin/init

or try this

etc/init.d/rcS is

mount -t proc none /proc
while true; /bin/ash; done

an try to execute init by hand

Cheers,
--
Roberto A. Foglietta
http://roberto.foglietta.name
http://linux.genova.it



--
***********************************************
Ms Bhagyashri Bijwe
Project Eng.
Networking and Internet Software Group,
Centre for Research and Development,
Pune,India

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages

  • Re: How to iterate through 80-100 procedures?
    ... programming wall that I don't quite know how to get past, ... inline asm code) and I need to be able to execute each test ... Each test is embedded in an object with an init ... demonstrates the use of these procedural types, ...
    (comp.lang.pascal.borland)
  • some UMSDOS issues
    ... Using the Slackware lowmem kernel, as well as my own 2.4.24 kernel; ... will load init okay, but anything init tries to run (such as ... INIT: cannot execute "/sbin/agetty" ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: Query in adding application in Linux
    ... For 'test' to execute it must have the executable flag set, in this case for the root user, ... init is a program on the embeded system that starts all other processes. ... As init itself is an executable, you will have to find init,c on your embedded system, ... int start_telnetd ...
    (comp.os.linux.development.apps)
  • Re: How do I show an error happening in Application_Start ?
    ... Let's start with just the Init event questions: ... >(already this is *NOT* a very good thing, because I might want to execute ... What happens in the case where I start the app normally, ...
    (microsoft.public.dotnet.framework.aspnet)