Results 1 to 2 of 2

Thread: Mounting NTFS partition in Kubuntu

  1. #1
    Join Date
    Aug 2010
    Location
    Fort Worth, Texas
    Beans
    350
    Distro
    Kubuntu 13.10 Saucy Salamander

    (SOLVED) Mounting NTFS partition in Kubuntu

    I am attempting to mount a ******* 7 ntfs partition in Kubuntu.

    My method so far is
    Code:
    sudo mkdir -p /media/c
    then

    Code:
    sudo mount -t ntfs -o nls=utf8,umask=0222 /dev/sda1 /media/c
    This works fine till I reboot. Upon restart the drive has unmounted and I have to reenter

    Code:
    sudo mount -t ntfs -o nls=utf8,umask=0222 /dev/sda1 /media/c
    in order to mount the drive again.

    Is there a way to make it automatically mount at startup?
    Last edited by jcolyn; April 19th, 2011 at 04:07 AM. Reason: Solved
    Colyn

    My photography website: http://www.colynsfotografs.com

  2. #2
    Join Date
    Aug 2010
    Location
    Fort Worth, Texas
    Beans
    350
    Distro
    Kubuntu 13.10 Saucy Salamander

    Re: Mounting NTFS partition in Kubuntu

    Got it working..

    I had to install ntfs-config.
    Colyn

    My photography website: http://www.colynsfotografs.com

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
  •