Results 1 to 5 of 5

Thread: Problem automounting partiton after karmic upgrade

  1. #1
    Join Date
    Oct 2009
    Location
    Alaska
    Beans
    8
    Distro
    Ubuntu 10.04 Lucid Lynx

    Problem automounting partiton after karmic upgrade

    I dualboot windows on my machines, and I set up /etc/fstab to automount windows' NTFS partitons on ubuntu's startup.
    Since I upgraded from Jaunty to Karmic, I've noticed that my drive mounts, but the places menu now shows the drive twice, one of which is mounted, the other of which gives an error when selected about how an unprivileged user can't mount with fuse.
    While this hasn't caused any debilitating problems yet, it is annoying.
    I have the same problem on both my desktop and netbook, and I was able to easily recreate it on a VM.
    Any ideas on how to fix this? I'ts been working fine since Intrepid, and I've come to depend on these NTFS drives being automounted.

    here is my /etc/fstab

    Code:
    # /etc/fstab: static file system information.
    #
    # Use 'vol_id --uuid' to print the universally unique identifier for a
    # device; this may be used with UUID= as a more robust way to name devices
    # that works even if disks are added and removed. See fstab(5).
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    defaults        0       0
    # / was on /dev/sda6 during installation
    UUID=d1a2cf52-6b7e-48cb-8795-753695132cf3 /               ext4    relatime,errors=remount-ro 0       1
    # /home was on /dev/sda5 during installation
    UUID=8c546ea0-abe6-431a-ab15-384c3e242f1b /home           ext4    relatime        0       2
    # /media/ACER was on /dev/sda2 during installation
    UUID=20682C9CF001C7B1 /media/ACER     ntfs-3g    defaults,users,exec,rw,locale=en_US.UTF-8 0 0
    # swap was on /dev/sda7 during installation
    UUID=3e056447-ce78-49ca-8794-caa6bb44196a none            swap    sw              0       0
    -Matt

  2. #2
    Join Date
    Oct 2009
    Location
    Alaska
    Beans
    8
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Problem automounting partiton after karmic upgrade

    bump
    -Matt

  3. #3
    Join Date
    Oct 2009
    Location
    Alaska
    Beans
    8
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Problem automounting partiton after karmic upgrade

    I think I managed to figure it out on my own. Figured I'd post it for anyone else with this problem. If I remove the 'users' option, it seems to fix the problem. I put that in there originally to fix a permissions problem I was having sharing dropbox's directory between ubuntu and windows (on the NTFS partiton), but I don't seem to be getting that anymore either.
    -Matt

  4. #4
    Join Date
    May 2007
    Beans
    6

    Re: Problem automounting partiton after karmic upgrade

    Thank you Matt!! It was indeed an annoying problem as these "broken" and unmounted drives also appears in every save (& others) dialogs like a plague with identical names.

    I am sure that we are not the only ones to find this annoying.

    Seem this is an ongoing problem due to changes in auto mount/authorization modules:
    https://bugs.launchpad.net/ubuntu/ka...fs/+bug/396448

    The alternative is to auto-mount them to /mnt instead of /media. The side effect is that they will no longer show up in Nautilus or dialogs. The way around that is to use symlinks and bookmarks.

  5. #5
    Join Date
    Jun 2007
    Beans
    24
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Problem automounting partiton after karmic upgrade

    Indeed thank you Matt! Have either of you figured out how to set the drives to automount in a way that they appear in Nautilus without bookmarks?

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
  •