Accessing a 2nd hard drive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



What I have done was a clean install of Fedora Core 3. I have an 80 gig hard drive and a 20 gig. During installation I said to go ahead and format them both. (Part of the 80 gig was left alone as it contains Windows.)

This is what I get when in run /sbin/fdisk -1:

[root@localhost carl]# /sbin/fdisk -l

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    f  W95 Ext'd (LBA)
/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


This is the output of lvdisplay: [root@localhost ~]# 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:
[root@localhost carl]# mount
/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)
/dev/hda2 on /home/carl/windows type ntfs (ro,umask=0222)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

How do I access the 2nd hard drive?

I have tried creating a mount point but it says the drive is already mounted. The output of "mount" doesn't have anything about LogVol01.

Shouldn't I be able to, for example, create a folder on the 2nd hard drive and save my digital photos there? In other words, shouldn;t I be able to access the 2nd drive. Or is it set up to be "one big hard drive"?


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux