Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: [SOLVED] cannot mount hard drive

  1. #21
    Join Date
    Apr 2008
    Beans
    10

    Re: cannot mount hard drive

    I believe that the mount point is /media/disk1, although I'm not totally sure, I'm still really new at this. Thanks for all your help.

  2. #22
    Join Date
    Feb 2007
    Location
    Maryland, USA
    Beans
    3,396
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: cannot mount hard drive

    First, check to see if the mount point directory is there. If not, create it:
    Code:
    sudo mkdir /media/disk1
    Then, mount your partition to it:
    Code:
    sudo mount -t ntfs /dev/sda5 /media/disk1

  3. #23
    Join Date
    Apr 2008
    Beans
    10

    Re: cannot mount hard drive

    Thanks so much, it finally worked. Will I have to do that every time though or is there a way to mount it permanently there?

  4. #24
    Join Date
    Jul 2007
    Location
    Melbourne, Australia
    Beans
    3,475
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: [SOLVED] cannot mount hard drive

    If it is formated to ntfs, go to synaptic and install ntfs-3g and ntfs config. Log out and back in. Then go to Applications --> Accessories --> System Tools and you can set up the drive to be auto-mounted by following the instructions and it will then be added to /etc/fstab automatically.
    Windows is the best virus detector on the market!
    Ubuntu attracts Human Beings - Windows attracts viruses and worms

Page 3 of 3 FirstFirst 123

Tags for this Thread

Bookmarks

Posting Permissions

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