You are not logged in.
Pages: 1
hi
I need to enlarge my root partition (i only have one linux partition)
which is jfs. ok one solution is create a new bigger jfs partition, mount it as for example /newlinux , copy all my files to it, update the config files, run lilo again and reboot.
but isnt there are more comfortable way???
i also thought of creating seperate partitions for /home /usr /opt ....
but i have a problem with that....
when i create those partitons mount them as /templinx copy files to it, remount it as /home .... what will be with my "old" home directory???? is ist hidden? or do i have every file twice?? i don´t understand the way this should work...
...but maybe there is a way to enlarge a jfs partiton ;-)
greetinx matto
// DAMNiAM //
Offline
try removing old pkg-files and similar
if this gives you any output, remove as many files as you can in there!
du -h /var/cache/pacman
To err is human... to really foul up requires the root password.
Offline
ok this happens:
[root@hansa matto]# du -h /var/cache/pacman
0 /var/cache/pacman/pkg
2,5M /var/cache/pacman/src
2,5M /var/cache/pacman
i only have 400 Mb left on / but i have some fat32 partitions wating to be merged with my "/" ....
what is the best thing to do?
greetings matto
// DAMNiAM //
Offline
If you can, put your most space consuming directorys on a separate partition - first, it's more secure, and second - it can increase your systems performance.
In Arch Linux, /opt can get pretty big (with kde, gnome etc.), but /usr and /home are usually the hogs eating your space.
To err is human... to really foul up requires the root password.
Offline
hi!
ok i want to put my /home and my /usr onto 2 partitions on my hd
is this possible? or do i have to use partitions on the same disk??
and how do i do this... i still can´t imagine how this should work...
when i copy /home to another partitin mount thsi as /home... what will be with the old /home???
can you give me a short how to?
greetings matto
::EDIT::
btw what does this mean
[root@hansa etc]# lilo
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/hda9' -> '/dev/ide/host0/bus0/target0/lun0/part9'
The kernel was compiled without DEVFS, but the '/dev' directory structure
implements the DEVFS filesystem.
// DAMNiAM //
Offline
errr like If you are using Udev then add append="devfs=nomount" to lilo
other than that its telling you that you have no devfs support in your kernel ....
I would layout your ideal disc structure in a way people can understand ie
df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/hda1 ext3 47G 6.1G 39G 14% /
none tmpfs 124M 0 124M 0% /dev/shm
tmpfs tmpfs 124M 32K 124M 1% /tmp
/dev/hda2 ext3 28G 2.6G 24G 10% /home
/dev/hdb1 ext2 958M 69M 840M 8% /mnt/hdb1
/dev/hdb2 reiserfs 37G 750M 36G 3% /mnt/hdb2
then we may be able to help you more .....
HTH
Mr Green
Offline
[matto@hansa ~]$ df -hT
Dateisystem Typ Größe Benut Verf Ben% Eingehängt auf
/dev/ide/host0/bus0/target1/lun0/part3
jfs 4,1G 3,7G 501M 89% /
none tmpfs 251M 0 251M 0% /dev/shm
tmpfs tmpfs 251M 68K 251M 1% /tmp
/dev/ide/host0/bus0/target0/lun0/part5
vfat 6,9G 6,7G 221M 97% /mnt/mukku
/dev/ide/host0/bus0/target1/lun0/part1
vfat 7,1G 6,3G 795M 89% /mnt/G-muell
/dev/ide/host0/bus0/target0/lun0/part6
vfat 3,4G 462M 3,0G 14% /mnt/E-rip
in my lilo.conf i have
image=/boot/vmlinuz26
label=arch
root=/dev/hdb3
read-only
append="devfs=nomount"
but a startup i always get "devfs start fail"....
do not really know if udev is running correctly
greetings matto
// DAMNiAM //
Offline
does not look like it :?
Have you got udev installed ?
pacman -Qi udev
Mr Green
Offline
Pages: 1