Find the answer to your Linux question:
Results 1 to 3 of 3
Hello friends, how are you? I have a question. When i open my computer (it's operating system is ubuntu), i want to mount my volumes that is to say harddisk ...
  1. #1
    Just Joined!
    Join Date
    Dec 2009
    Posts
    28

    mount problem

    Hello friends, how are you?

    I have a question.
    When i open my computer (it's operating system is ubuntu), i want to mount my volumes that is to say harddisk partitions, automatically.
    But now,if i don't click one of them, it is not mounted.

    Thank you..

  2. #2
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568

    Smile

    Quote Originally Posted by Utnubu View Post
    Hello friends, how are you?
    We are all doing well and Fine. How are you?
    Quote Originally Posted by Utnubu View Post
    When i open my computer (it's operating system is ubuntu), i want to mount my volumes that is to say harddisk partitions, automatically.
    But now,if i don't click one of them, it is not mounted.
    To mount automatically during startup, you can add required partition into /etc/fstab.
    Check this tutorial: How to edit and understand /etc/fstab

    Make sure,you take a backup of fstab file before editing it.

    HTH
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    As Lakshmipathi mentioned already, you have to edit /etc/fstab file.
    Post the output of this
    Code:
    sudo fdisk -l
    df -h
    * Its small L in fdisk -l.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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