bcbc / Wubi-move

Migrate a Wubi install to partition
https://help.ubuntu.com/community/MigrateWubi
GNU General Public License v2.0
25 stars 4 forks source link

Access control list on /media/<username> not migrated correctly #22

Closed bcbc closed 11 years ago

bcbc commented 11 years ago

As reported here http://askubuntu.com/q/245586/14916: *After using the Wubi migration script and booting into my Ubuntu install, when I plug in my USB flash drive I receive a prompt that says "Unable to open a folder for PENDRIVE. No application is registered as handling this file." If I attempt to open the drive from the launcher, nothing happens.

Any idea why this might be happening?*

The answer has one solution. This or another must be added to the migration script:

sudo setfacl -m u:<username>:rx /media/<username>

e.g. sudo setfacl -m u:bcbc:rx /media/bcbc

bcbc commented 11 years ago

Also removing the directory works - it's recreated automatically:

sudo rmdir /media/bcbc

bcbc commented 11 years ago

Fixed in release 2.4