Results 1 to 6 of 6

Thread: Problem mounting 1 NTFS partition

  1. #1
    Join Date
    Mar 2008
    Beans
    5

    Problem mounting 1 NTFS partition

    I have 5 NTFS drives all mounted and useable but just cannot get the second partition on one of the drives to mount/work. The first partition is mounted and accessible but the second partition of this drive refuses to budge.

    I have installed, reinstalled and removed ntfs configuration and nothing has changed. All drives remain the same. Please help as this partition has most of my music and I have run out of ideas.

    I am a linux newb but have put in about 2 days work trying to get this thing to mount.

    Using Hardy Heron 8.04, everything worked fine before the upgrade.

    Help me ubuntu forum, your my only hope!

  2. #2
    Join Date
    Jun 2006
    Location
    $ pwd _
    Beans
    3,999
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Problem mounting 1 NTFS partition

    Run these commands in a terminal and post back the errors:
    Code:
    sudo mkdir /media/MyDisk
    sudo mount -t ntfs-3g /dev/sda1 /media/MyDisk
    Note: Change /dev/sda1 to appropriate device as applicable to you. You can find the device name using
    Code:
    sudo fdisk -l

  3. #3
    Join Date
    Mar 2008
    Beans
    5

    Re: Problem mounting 1 NTFS partition

    I think it kinda worked but maybe I mounted the wrong disk?

    Device Boot Start End Blocks Id System
    /dev/sdf1 * 1 30400 244187968+ 7 HPFS/NTFS
    futak@ubuntu:~$ sudo mkdir /media/MyDisk
    mkdir: cannot create directory `/media/MyDisk': File exists
    futak@ubuntu:~$ sudo mount -t ntfs-3g /dev/sdf1 /media/MyDisk
    fuse: mount failed: Device or resource busy

    I typed in what you said but failed to change the drive in your note the first time. So the files in the new directory appeared to be linked to files from a different drive.

    This stuff is still very confusing for me.

  4. #4
    Join Date
    Jun 2006
    Location
    $ pwd _
    Beans
    3,999
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Problem mounting 1 NTFS partition

    Change it to as below since you already have another partition mounted to /media/MyDisk

    sudo mkdir /media/MyNTFSDisk
    sudo mount -t ntfs-3g /dev/sdf1 /media/MyNTFSDisk

  5. #5
    Join Date
    Mar 2008
    Beans
    5

    Re: Problem mounting 1 NTFS partition

    Thank you, that worked. But still for the wrong disk.

    I need a do over button as I think I am messing up this install.

  6. #6
    Join Date
    Mar 2008
    Beans
    5

    Re: Problem mounting 1 NTFS partition

    IT WORKED!

    Thank you, I tried messing around some more with fdisk -l and found I was just using the wrong (drive letter)?

    Anyways it is now mounted thanks so much for the help kpkeerthi!

    I owe you a beer.

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
  •