Announcement

Collapse
No announcement yet.

Auto mounting ntfs volume.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Auto mounting ntfs volume.

    i have searched through the internet and i have found ways to make my ntfs drive mount on startup, but when i try to do the ways i have seen i am unable to. for example i saw one walk through that informed me to go to system setting -> advanced and i should see disk and file utilities. but i do not see that option there. i also found one that informed me to install aptitude and that i would be able to configure it with that but i did the walkthrough to the point of opening the program but i could not find the program. any help would be great.

    #2
    Re: Auto mounting ntfs volume.

    https://help.ubuntu.com/community/Au...MountPartition

    this link will be more than enough!!

    Comment


      #3
      Re: Auto mounting ntfs volume.

      so i went to that site and it gave me a link to download a program and the link is not good. i tried to google for another download link but failed miserably. does anyone know of a good download link for disk mounter or another way to auto mount?

      Comment


        #4
        Re: Auto mounting ntfs volume.

        Post your /etc/fstab file for review.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Auto mounting ntfs volume.

          is this what you are wanting?


          # /etc/fstab: static file system information.
          #
          # <file system> <mount point> <type> <options> <dump> <pass>
          proc /proc proc defaults 0 0
          # /dev/sda2
          UUID=ea9fcd62-66f4-410e-8829-14b96a78c2ae / ext3 relatime,errors=remount-ro 0 1
          # /dev/sda3
          UUID=0bdc5b9d-3b7f-48c7-8cf1-a81dcd0198d1 none swap sw 0 0
          /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

          Comment


            #6
            Re: Auto mounting ntfs volume.

            Yes. You don't have your ntfs HD/partition listed. We will need to see how your HDs are identified and configured. Open a console and type:
            Code:
            sudo fdisk -l
            Copy/paste the results in your reply.
            Windows no longer obstructs my view.
            Using Kubuntu Linux since March 23, 2007.
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              Re: Auto mounting ntfs volume.

              Disk /dev/sda: 250.0 GB, 250059350016 bytes
              255 heads, 63 sectors/track, 30401 cylinders
              Units = cylinders of 16065 * 512 = 8225280 bytes
              Disk identifier: 0x52fbff6e

              Device Boot Start End Blocks Id System
              /dev/sda1 * 1 20882 167733248 7 HPFS/NTFS
              /dev/sda2 20883 29915 72557572+ 83 Linux
              /dev/sda3 29916 30401 3903795 82 Linux swap / Solaris

              Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
              255 heads, 63 sectors/track, 121601 cylinders
              Units = cylinders of 16065 * 512 = 8225280 bytes
              Disk identifier: 0x0001e437

              Device Boot Start End Blocks Id System
              /dev/sdb1 1 83356 669557038+ 7 HPFS/NTFS
              /dev/sdb2 83357 121601 307202962+ b W95 FAT32



              it is the two partitions on disk two that i would like to auto mount. which looks like /dev/sdb1 and /dev/sdb2 correct?

              Comment


                #8
                Re: Auto mounting ntfs volume.

                Originally posted by duke8804
                Device Boot Start End Blocks Id System
                /dev/sdb1 1 83356 669557038+ 7 HPFS/NTFS
                /dev/sdb2 83357 121601 307202962+ b W95 FAT32

                it is the two partitions on disk two that i would like to auto mount. which looks like /dev/sdb1 and /dev/sdb2 correct?
                Yes. Is this HD an internal HD, or external (USB)?
                Windows no longer obstructs my view.
                Using Kubuntu Linux since March 23, 2007.
                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                Comment


                  #9
                  Re: Auto mounting ntfs volume.

                  it is external through esata which not sure how familiar you are but there is a cable that connects to the backplate of my desktop that the esata cable goes into and and i plug that into one of my sata ports. so not really sure how you would describe that.

                  Comment


                    #10
                    Re: Auto mounting ntfs volume.

                    Originally posted by duke8804
                    so i went to that site and it gave me a link to download a program and the link is not good. i tried to google for another download link but failed miserably. does anyone know of a good download link for disk mounter or another way to auto mount?

                    try the manual method inthe link tat i gave, i did it tat way, it works.

                    One addition,
                    for <options>, the post specifies ro,user,...... for the drive to be acessible to all. Use rw instead of ro to make it writable.

                    Comment

                    Working...
                    X