Announcement

Collapse
No announcement yet.

I can't open my ntfs drives from ubuntu 8.10

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

    I can't open my ntfs drives from ubuntu 8.10

    Well, good morning i had kubuntu 8.04 and i installed 8.10, i did it unplugging my two sata drives with ntfs format, and using an ide hard drive for kubuntu, after i finished installing, i plugged the other two hard drives, and i see an icon through dolphing i click on them and the dolphing ask me for the root password i put it and that's it it blinks and i don't see the content of the hard drive, i will apreciate any help, i am the super newest in linux so please be patient

    #2
    Re: I can't open my ntfs drives from ubuntu 8.10

    you will help a lot if you paste here your fstab file

    try to read man fstab i think the problem is there
    proc:Intel Pentium Dual&nbsp; CPU&nbsp; E2220&nbsp; @ 2.40GHz Cash Size 1024KB<br />hdd:Seagate Barracuda 7200.11 3GB/s 500GB<br />vc:Nvidia Zotac 8600 GT AMP edition 256MB GDDR3<br />ram:1 block Kingston 1GB DDR2/667 1 block JetRAM 1GB DDR2/667 Dual Channel mode<br />Fully Compatible with Kubuntu 8.1 + KDE 4.1.2 <br />Tested &amp; Appro

    Comment


      #3
      Re: I can't open my ntfs drives from ubuntu 8.10

      this is what you ask for, i think

      # /etc/fstab: static file system information.
      #
      # <file system> <mount point> <type> <options> <dump> <pass>
      proc /proc proc defaults 0 0
      # /dev/sda1
      UUID=4152aa79-04a2-48ad-a0aa-af1eba525d14 / ext3 relatime,errors=remount-ro 0 1
      # /dev/sda5
      UUID=b87b5e6f-0e1c-4be8-b351-dd1b65461e2c none swap sw 0 0
      /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

      Comment


        #4
        Re: I can't open my ntfs drives from ubuntu 8.10

        Install the following packages:

        ntfs-config
        ntfs-3g

        You can do so via Adept Manager or by opening a console and typing:
        Code:
        sudo apt-get install ntfs-config ntfs-3g
        This will install the tools required to manage/access NTFS formatted drives. If you had one of those drives attached when you installed 8.10, these packages would have been installed when the Windows drive(s) were detected.
        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: I can't open my ntfs drives from ubuntu 8.10

          i did what you did through the console and this is the fstab after that and after rebooting

          # /etc/fstab: static file system information.
          #
          # <file system> <mount point> <type> <options> <dump> <pass>
          proc /proc proc defaults 0 0
          # /dev/sda1
          UUID=4152aa79-04a2-48ad-a0aa-af1eba525d14 / ext3 relatime,errors=remount-ro 0 1
          # /dev/sda5
          UUID=b87b5e6f-0e1c-4be8-b351-dd1b65461e2c none swap sw 0 0
          /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0


          as far as i can see i think that nothing changed

          Comment


            #6
            Re: I can't open my ntfs drives from ubuntu 8.10

            Installing the ntfs-3g package isn't going to edit the /etc/fstab file. You'll have to edit that manually, with kate in Super User mode, i.e. Alt-F2 "kdesudo kate /etc/fstab" with no quote marks.

            You can learn the device and UUID of the ntfs partition with the console command
            Code:
            sudo blkid
            You'll have to make a mount point (i.e. a directory) in /media. This may help a bit -- disregard the part about it being a USB stick:

            http://kubuntuforums.net/forums/inde...opic=3084679.0


            Comment


              #7
              Re: I can't open my ntfs drives from ubuntu 8.10

              Also see the man page for ntfs-3g. In a console type:
              Code:
              man ntfs-3g
              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


                #8
                Re: I can't open my ntfs drives from ubuntu 8.10

                I did with the mount point article that you posted, and it worked, but when i reboot it is gone, would you please teach me to edit the fstab file, to have the access to those drives permanently

                Comment

                Working...
                X