I've install Ubuntu 12.10 and now I can't mount any partitions.
I get the same error with drives: Adding read ACL for uid 1000 to/media/proachfailed: Operation not supported
|
|
I have one word for this 'bug': fun. :) I saw exactly the same error message today, and the solution is...
(thank jasmines for the tipp!) I know, fun, but that was the solution for me! Ubuntu wants to use a non-existent directory for the mount target, and doesn't create it before attempting the mounting operation! |
||||
|
|
Just follow instructions:
and fill informations= in given pattern, mine was:
My file now looks like this
|
|||
|
|
|
I created a directory in |
||||
|
|
|
As @jasmines points out it's a known bug. The ACL change is not really needed to mount, but it's attempted if the directory doesn't exist.
|
|||
|
|
|
the suggestion to mkdir + chown is right! For absolute beginners, the following command will tell you your username
|
|||
|
|
|
You can mount manually of course by: |
||||
|
|
|
I had the same problem with both a usb device and my primary (windows) partition. I managed to mount my windows partition by opening the "disks" application, selecting my primary partition, clicking "more actions..." (just below partition) >> "edit mount options" >> and beside "Identify as" I selected This allow me to mount my windows partition but it didn’t work for my usb device |
||||
|
|
|
The last answer make a solution in some cases... I just found a solution 100% effective. Follow my instructions: 1) In a console write that: $ sudo gedit /etc/fstab 2) Enter your admin password 3) In the gedit Editor, go to the end of the file and write your data with this structure: #Hard Drive n1 the next line auto-mont the partition sda2 in the /media directory /dev/sda2 /media/myHardDrive ntfs defaults 00 #For CD/DVD the next line auto-mont the CD/DVD in /media dictory with the type iso966 /dev/sr0 /media/CD-DVD iso966 4)save the current text and close de gedit editor. If all of this works, when you insert a DVD, Hard Drive or any device, they will auto-mount in the directory that you put in the /etc/fstab file. Of course, if you are any question or error in the steps, i will write as soon i can. |
|||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.