Announcement

Collapse
No announcement yet.

My previous partitions are gone to different path after upgrade to 13.10

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

    My previous partitions are gone to different path after upgrade to 13.10

    I upgraded my 13.04 to 13.10 today and everything is went fine except one quite serious thing.

    The paths of my mounted partitions has changed.
    Previously was:
    /media/Label1/ ; /media/Label2/ and etc.
    Now
    /media/username/Label1/ ; /media/username/Label2/ and etc.

    How can I change back the previous paths?

    BTW I'm the only user of my computer so this multiuser-thing is unneeded.

    #2
    Try this: Add a file called /etc/udev/rules.d/99-udisks2.rules that contains:


    ENV{ID_FS_USAGE}=="filesystem", ENV{UDISKS_FILESYSTEM_SHARED}="1"


    From this page: http://askubuntu.com/questions/21464...mount-location

    Please Read Me

    Comment


      #3
      After that you also have to run
      Code:
      sudo udevadm control --reload

      Comment


        #4
        Thank you both of you!

        Comment

        Working...
        X