Quote:
Originally Posted by carl0ski
hi what do you get if you type
mount
?
because lvm like raid does not get mounted by hd device name
but instead/dev/md0 or /dev/lvm
im only asking since it looks like
/dev/hdb1 * 1 13 104391 83 Linux
is about 100MB
|
I ran mount and recieved:
[root@localhost ~]# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
/dev/hdb1 on /home type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
/dev/sda1 on /media/disk type vfat (rw,noexec,nosuid,nodev,shortname=winnt,uid=500)
I also ran df -h and recieved:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
143G 5.3G 130G 4% /
/dev/hda1 99M 17M 78M 18% /boot
tmpfs 506M 0 506M 0% /dev/shm
/dev/hdb1 99M 74M 21M 79% /home
/dev/sda1 977M 164M 814M 17% /media/disk
and the results from 'pvdisplay'
/dev/hdc: open failed: No medium found
Attempt to close device '/dev/hdc' which is not open.
--- Physical volume ---
PV Name /dev/hdb2
VG Name VolGroup00
PV Size 74.41 GB / not usable 0
Allocatable yes (but full)
PE Size (KByte) 32768
Total PE 2381
Free PE 0
Allocated PE 2381
PV UUID 4I784g-IU3K-qqux-EgVN-cflP-gmIB-WAogGP
--- Physical volume ---
PV Name /dev/hda2
VG Name VolGroup00
PV Size 74.41 GB / not usable 0
Allocatable yes
PE Size (KByte) 32768
Total PE 2381
Free PE 2
Allocated PE 2379
PV UUID dO2kll-Q26x-GgTM-1FJ9-VEqI-ozpp-2OEf7c
and the results from 'lvdisplay'
/dev/hdc: open failed: No medium found
Attempt to close device '/dev/hdc' which is not open.
--- Logical volume ---
LV Name /dev/VolGroup00/LogVol00
VG Name VolGroup00
LV UUID 6Zyvy8-lcyI-R3LL-ThH1-9zQX-veUw-pErMAo
LV Write Access read/write
LV Status available
# open 1
LV Size 146.81 GB
Current LE 4698
Segments 2
Allocation inherit
Read ahead sectors 0
Block device 253:0
--- Logical volume ---
LV Name /dev/VolGroup00/LogVol01
VG Name VolGroup00
LV UUID cQG24s-83sC-WvIh-1wkp-ZoTs-L7H7-Fqykj9
LV Write Access read/write
LV Status available
# open 1
LV Size 1.94 GB
Current LE 62
Segments 1
Allocation inherit
Read ahead sectors 0
Block device 253:1
I think when I ran the disk druid I forgot to remove all linux partitions before doing the install
At least I had this problem after 2 days instead of a year down the road, so the back up won't be that big
Just as a side note, I found two web sites that were VERY informative as far as LVM.
they are:
http://www.unix-tutorials.com/go.php?id=333 (this one shows the LVM tools GUI)
and
http://www.tldp.org/HOWTO/LVM-HOWTO/index.html (this one explains the concepts and useage of the LVM... also explains what files are needed and how to run commands)
Thanks for the help.