Andy Green <andy <at> warmcat.com> writes: > > ne... wrote: > > On 6/28/07, thufir <hawat.thufir <at> gmail.com> wrote: > >> How can I mount hda3 please? > > You can't. Now read carefully what is below and figure this one out > > yourself. That is your assignment for today. > > >> /dev/hda3 1926 9729 62685630 8e Linux LVM > > That's not very helpful, it isn't obvious nor is the diagnosis certain. Appreciate that. [...] > You need to use the LVM tools to find the LVM volume name to mount it, > eg, pvscan and lvscan. [...] [root@localhost ~]# [root@localhost ~]# [root@localhost ~]# cat /etc/fedora-release Fedora Core release 3 (Heidelberg) [root@localhost ~]# [root@localhost ~]# pvscan PV /dev/hdb2 VG VolGroup01 lvm2 [28.53 GB / 32.00 MB free] PV /dev/hda3 VG VolGroup00 lvm2 [59.78 GB / 32.00 MB free] Total: 2 [88.31 GB] / in use: 2 [88.31 GB] / in no VG: 0 [0 ] [root@localhost ~]# [root@localhost ~]# lvscan ACTIVE '/dev/VolGroup01/LogVol00' [27.56 GB] inherit ACTIVE '/dev/VolGroup01/LogVol01' [960.00 MB] inherit ACTIVE '/dev/VolGroup00/LogVol00' [58.81 GB] inherit ACTIVE '/dev/VolGroup00/LogVol01' [960.00 MB] inherit [root@localhost ~]# [root@localhost ~]# date Thu Jun 28 07:24:20 PDT 2007 [root@localhost ~]# thanks, Thufir