Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
Hi all... I'm new in Linux. i'm installing a Linux system just simply following guide by fellow friends comunity. Currently, my box are having 2 HDD with 35GB each capacity. ...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Posts
    8

    [SOLVED] FEDORA10 : Unable to mount HDD

    Hi all... I'm new in Linux. i'm installing a Linux system just simply following guide by fellow friends comunity.
    Currently, my box are having 2 HDD with 35GB each capacity. Displaying in GNome (36.2 GB Encrypted Data).

    During installation, I'd selected :
    *Remove Linux partitions on selected drives and create default layout
    *The "Encrypt system" option

    View from terminal :

    # /sbin/fdisk -l

    Disk /dev/sda: 36.4 GB, 36401315840 bytes
    255 heads, 63 sectors/track, 4425 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000021

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 25 200781 83 Linux
    /dev/sda2 26 4425 35343000 8e Linux LVM

    Disk /dev/sdb: 36.4 GB, 36401315840 bytes
    255 heads, 63 sectors/track, 4425 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x07138de5

    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 4425 35543781 8e Linux LVM

    #
    # /etc/fstab
    # Created by anaconda on Thu Apr 15 04:25:45 2010
    #
    # Accessible filesystems, by reference, are maintained under '/dev/disk'
    # See man pages fstab(5), findfs(, mount( and/or vol_id( for more info
    #
    UUID=c7c59b7e-2e1e-4f4a-b1ff-fe9500107c25 / ext3 defau$
    UUID=943ad974-44ec-4eee-9e99-b83bcc7025e3 /boot ext3 defau$
    tmpfs /dev/shm tmpfs defaults 0 0
    devpts /dev/pts devpts gid=5,mode=620 0 0
    sysfs /sys sysfs defaults 0 0
    proc /proc proc defaults 0 0
    UUID=d4a74a95-7525-4ab1-b741-864741e8f50a swap swap defau$
    #/dev/sdb /media/sdb defaults 0 0

    In Gnome desktop, when I right click and select mount volume, it will display :
    "Unable to mount location. Internal error: No mount object for mounted volume"

    Can fellow friends give me some help on mounting these drives.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You are using LVM and you can not mount it using mount command.
    Post the output of df -h command here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Apr 2010
    Posts
    8
    Currently my box is at other location. I'll post it later.

    I cannot mount the drives (HDD). When I try to mount the drives it will give me error "Unable to mount location. Internal error: No mount object for mounted volume"

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    As I mentioned earlier, according to output of fdisk command, you have LVM partitions. These Volumes are like Extended Partitions only. You can't mount it using mount command. You have to activate it and mount volumes available inside LVM.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Apr 2010
    Posts
    8
    Sorry, yup both of the drives /dev/sda dan /dev/sdb are LVM.

    Can u show me how to activate these HDD.
    After activating it, what should I do?

    I want to install my JBOSS server at /dev/sda and
    PostgreSQL DB on /dev/sdb.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Isn't Fedora booting up fine? You don't have to mount any partition for package installation.
    You will face problems during Package installation because Fedora 10 is not supported by Fedora Team now. Its life cycle is over.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Apr 2010
    Posts
    8
    Fedora is booting up fine. I'd already update Fedora using yum update. I also installed VNC server over it. Ican connect to my fedora remotely using putty and vnc viewer.

    I just want to access the two drives.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Is it a same hard disk where you have installed Fedora? Post the output of df -h command here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Apr 2010
    Posts
    8
    Sorry for the late reply. Attach is the output of df -h

    [root@xxx ~]# df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/mapper/VolGroup00-LogVol00
    65G 3.1G 59G 6% /
    /dev/sda1 190M 18M 163M 10% /boot
    tmpfs 505M 292K 505M 1% /dev/shm

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You have to mount LVM of /dev/sdb1 manually.
    Execute this
    Code:
    vgchange -a y
    Its will activate VolumeGroup. Execute mount command to mount volume after that.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...