Results 1 to 5 of 5

Thread: NTFS partitions does not mount at startup in Ubuntu

  1. #1
    Join Date
    Jan 2009
    Posts
    54

    NTFS partitions does not mount at startup in Ubuntu

    Hey guys!
    I have ubuntu Linux installed and running along with Windows XP since a year or so...! But everytime i boot in ubuntu, i have to mount the ntfs partitions. Can't it be mount at start up? Is it possible to mount the NTFS partitions while ubuntu boots? Help guys! Thanks in advance...!

  2. #2
    Join Date
    Jan 2009
    Posts
    710

    Re: NTFS partitions does not mount at startup in Ubuntu

    Hey...!
    This can be done easily...! I'm not sure if you are aware of "fstab" If you are, then use it... Select a proper mount point and done... All the best...!

  3. #3
    Join Date
    Jan 2009
    Posts
    54

    Re: NTFS partitions does not mount at startup in Ubuntu

    Hi..!
    Sorry for a noob question, but i'm not aware about it... Can you help me configure it...!? Thanks in advance...! Linux us easy to use but too difficult to understand...!

  4. #4
    Join Date
    Jan 2009
    Posts
    1,738

    Re: NTFS partitions does not mount at startup in Ubuntu

    Hey...!
    Just follow these instructions :

    Open Terminal and type :

    Code:
    sudo gedit /etc/fstab
    .

    Now provide the root/admin password and press enter.

    Now you will get a file something like this :

    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    defaults        0       0
    /dev/sda1       /media/WinXP    ntfs-3g defaults        0       0
    Here WinXP will be the label of your NTFS partition that will appear in Ubuntu. Replace sda1 with the suitable disk of yours... Done...!
    All the best...!

  5. #5
    Join Date
    Mar 2009
    Posts
    599

    Re: NTFS partitions does not mount at startup in Ubuntu

    Hey..!
    Also try this out :

    Code:
    sudo fdisk -l
    sudo mkdir /media/Windows
    sudo gedit /etc/fstab
    Add the following line :

    Code:
    /dev/sda1 /media/Windows ntfs-3g quiet,defaults,umask=000,rw 0 0

Similar Threads

  1. Unable to access NTFS partitions in Linux mint
    By sHaRiCe in forum Operating Systems
    Replies: 5
    Last Post: 12-11-2011, 10:26 PM
  2. How to mount the NTFS partition for Linux Mint
    By denny walter in forum Operating Systems
    Replies: 4
    Last Post: 30-12-2010, 08:17 AM
  3. BT4 final doesn't detect NTFS partitions?
    By Luz in forum Operating Systems
    Replies: 6
    Last Post: 12-05-2010, 11:34 PM
  4. Ubuntu startup error - Mount of filesystem failed
    By Bloomstone in forum Operating Systems
    Replies: 3
    Last Post: 01-01-2010, 05:18 PM
  5. How do i mount NTFS partition on Fedora?
    By X-Man in forum Operating Systems
    Replies: 3
    Last Post: 27-02-2009, 12:42 PM

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
  •  
Page generated in 1,713,307,102.20357 seconds with 17 queries