Announcement

Collapse
No announcement yet.

SOLVED - Can't Access Windows XP NTFS - SOLVED -

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

    SOLVED - Can't Access Windows XP NTFS - SOLVED -

    Did a complete new install. After a few hiccups, mostly due to not paying attention (that can be dangerous, I was lucky),
    everything runs very, very smoothly. I'm really impressed. Went this route due to all the KDE upgrades under Jaunty that
    gave it annoying issues. One thing I noticed different though is when accessing an NTFS FS
    (HA! New Technology File System File System! ), I get the error:

    An error occurred while accessing 'WinXPpart', the system responded:
    org.freedesktop.Hal.Device.Volume.InvalidMountOpti on: the option 'local=en_US.UTF-8' is not allowed for
    uid=1000
    So this seems to be maybe a User Right not being assigned? Any one else? Directions?

    Thanks!

    #2
    Re: Can't Access Windows XP NTFS

    Show us your fstab file.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Can't Access Windows XP NTFS

      ... Sorry:

      Code:
      # <file system> <mount point>  <type> <options>    <dump> <pass>
      proc      /proc      proc  defaults    0    0
      # / was on /dev/sda1 during installation
      UUID=e092d11f-135c-48b4-8560-911d38b3491 /        ext3  errors=remount-ro 0    1
      # /home was on /dev/sda2 during installation
      UUID=e2d11114-ccef-4bc9-a113-18695754a4c4 /home      ext3  defaults    0    2
      # swap was on /dev/sda3 during installation
      UUID=8c6c511-7219-4cc0-a11eb0ee808111e none      swap  sw       0    0
      /dev/scd0    /media/cdrom0  udf,iso9660 user,noauto,exec,utf8 0    0
      From what I can tell, it isn't listed, but I don't remember adding it when I installed Jaunty.
      It was all "automatic" and of course it would ask for administrative privileges to mount.

      I have another ext3 FS as well that isn't listed here either, but mounts. Doesn't ask for
      administrative privileges like it did under jaunty though.

      Added: To clarify under Jaunty. At that time I did the basic install. Didn't modify anything. The extra ext3 FS and the NTFS FS
      weren't added to the FSTAB to auto-mount because it seemed to mount fine though Dolphin, and, when it would mount the
      two, it would ask for administrative password. Hope this little bit helps.

      Comment


        #4
        Re: Can't Access Windows XP NTFS

        same prob hear with a karmic live cd I think a alpha5 but same error........

        I got by with a
        Code:
        sudo mkdir /mnt/ntfs
        a look at fdisk to see what it was .....IE: /dev/sda1

        then

        Code:
        sudo mount -t ntfs-3g /dev/sda1 /mnt/ntfs
        now the Icon that was cald data on the left pane in dolphin gives me the ntfs partition insted of that error.

        of corse it will nead to be added to fstab now to be automounted next time.

        and I agrey it would apear to be a user right not being assined right by hal

        VINNY
        i7 4core HT 8MB L3 2.9GHz
        16GB RAM
        Nvidia GTX 860M 4GB RAM 1152 cuda cores

        Comment


          #5
          Re: Can't Access Windows XP NTFS

          It`s this bug: https://bugs.launchpad.net/ubuntu/+s...3g/+bug/395079

          There is also fix, which work for me fine.

          Comment


            #6
            Re: Can't Access Windows XP NTFS

            Originally posted by koso
            It`s this bug: https://bugs.launchpad.net/ubuntu/+s...3g/+bug/395079

            There is also fix, which work for me fine.
            Thanks! That worked. I only have two other little bugs to go.

            To make note, as I did not see it mentioned on the launchpad, but that line of code needs to go in the section starting off as:

            Code:
            <!-- allow these mount options for ntfs -->
               <match key="volume.fstype" string="ntfs">
            	<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"

            Comment

            Working...
            X