Results 1 to 3 of 3
hello group.. check this :
http://slackware.osuosl.org/slackwar...README_LVM.TXT
i need some newbie help. . .
accdg to the file :
We are going to 'chroot' into our fresh installation and setup the ...
- 07-11-2007 #1Linux Newbie
- Join Date
- Nov 2005
- Location
- Philippines
- Posts
- 198
LVM in slack 12.0 HOW TO--help
hello group.. check this :
http://slackware.osuosl.org/slackwar...README_LVM.TXT
i need some newbie help. . .
accdg to the file :
question is. .. after opening a new console.. how will i do the chroot?We are going to 'chroot' into our fresh installation and setup the LVM device
nodes which lilo needs in order to install successfully. While we are
chrooted anyway, we will use the opportunity to create a initial ramdisk image
(initrd) which is required for a root filesystem which is created on LVM.
Run the following commands to "bind" mount the proc and sys filesystems in the
chroot, do the actual chroot and finally create the LVM device nodes:
# mount -o bind /proc /mnt/proc
# mount -o bind /sys /mnt/sys
# chroot /mnt
# vgscan --mknodes

sorry for being noob... will i just do the instruction as said sequentially? ?P4 1.8, 1G DDR ram, 64mb GF2 MX400, 80G WD and 40G Maxtor, ECS mobo. Playing XP,Slack 12.0 and Vector Linux 5.8 GOLD, STD 6.0 Zenwalk 4.6.1, OpenBSD 3.9
- 07-11-2007 #2
all what you need it's to login as root , if you use any of the tty (Ctl Alt +Fx) ,enter root and the password, if you login from your current account type su - and then enter the root password.
Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 07-18-2007 #3Linux Newbie
- Join Date
- Nov 2005
- Location
- Philippines
- Posts
- 198
UPDATE :
ok so im here : but an error occurred :
from the readme file it says :
on my side :# pvcreate /dev/sda1
# vgcreate myvg /dev/sda1
# lvcreate -L 5G -n root myvg
# lvcreate -L 3G -n usr myvg
i have set up my LV partitions to /dev/hdc5 -- for my root (2G in size)
/dev/hdc10 -- for usr (5G) and /dev/hdc11 for home
/dev/hdc --- my entire HD
when i did :
pvcreate /dev/hdc
error : no /dev/hdc found (ignored or filtered)
**** so how's that? *****P4 1.8, 1G DDR ram, 64mb GF2 MX400, 80G WD and 40G Maxtor, ECS mobo. Playing XP,Slack 12.0 and Vector Linux 5.8 GOLD, STD 6.0 Zenwalk 4.6.1, OpenBSD 3.9


Reply With Quote
