Just did a clean install of Fedora Core 3.
The "Hardware Browser" shows /dev/hdb....hdb1 Start-1, End-2491; Size: 19540; Type-LVM Physical Volume.
My problem is I can't get the second hard drive to be mounted.
I create a mount point (/home/carl/drive2).
/sbin/fdisk -l gives: Disk /dev/hda: 80.0 GB, 80054059008 bytes 255 heads, 63 sectors/track, 9732 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System /dev/hda1 1 4 32098+ de Dell Utility /dev/hda2 * 5 5021 40299052+ 7 HPFS/NTFS /dev/hda3 5022 5034 104422+ 83 Linux /dev/hda4 5035 9732 37736685 5 Extended /dev/hda5 5035 9732 37736653+ 8e Linux LVM
Disk /dev/hdb: 20.4 GB, 20490559488 bytes 255 heads, 63 sectors/track, 2491 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System /dev/hdb1 * 1 2491 20008926 8e Linux LVM
When I run "mount /dev/hdb1 /home/carl/drive2" I get: mount: /dev/hdb1 already mounted or /home/carl/drive2 busy
I also tried "mount -t auto /dev/hdb1 /home/carl/drive2" with the same message.
Output of lvdisplay:
--- Logical volume --- LV Name /dev/VolGroup00/LogVol00 VG Name VolGroup00 LV UUID HgFXj7-B3a3-cLwN-i3lR-1A3g-vUew-scBlV3 LV Write Access read/write LV Status available # open 1 LV Size 53.97 GB Current LE 1727 Segments 2 Allocation inherit Read ahead sectors 0 Block device 253:0
--- Logical volume --- LV Name /dev/VolGroup00/LogVol01 VG Name VolGroup00 LV UUID gmk7A2-YG2f-UXDD-TZry-IDTF-k77n-lrUtAJ LV Write Access read/write LV Status available # open 1 LV Size 1.00 GB Current LE 32 Segments 1 Allocation inherit Read ahead sectors 0 Block device 253:1
Output of "mount" with no parms:
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw) none on /proc type proc (rw) none on /sys type sysfs (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) usbfs on /proc/bus/usb type usbfs (rw) /dev/hda3 on /boot type ext3 (rw) none on /dev/shm type tmpfs (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) /dev/hda2 on /home/carl/windows type ntfs (ro,umask=0222)
What am I doing wrong?