When you run Doris, you want to place the working directory under the Windows drive letter, but the file cannot be given executable permissions under the Windows drive letter, resulting in the inability to generate thumbnails.
Workaround: Install ntfs-3g ntfs-config.
sudo apt-get install ntfs-3g ntfs-config, if the installation is complete, sudo ntfs-config is executed, the dialog box will pop up and the drive letter can be set. To restart Ubuntu, the file under the drive letter will have executable permissions.
If the ntfs-config is not installed, you need to update the data source/ect/apt/source.list, I use the ubuntu13.04 will not be able to install Ntfs-config, I will ubuntu13.10 The source.list copied over , as follows:
#deb cdrom:[ubuntu 13.10 _saucy salamander_-Release amd64 (20131016.1)]/saucy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# Newer versions of the distribution.
Deb Http://cn.archive.ubuntu.com/ubuntu/saucy main restricted
DEB-SRC Http://cn.archive.ubuntu.com/ubuntu/saucy Main restricted
# # Major bug fix updates produced after the final release of the
# # Distribution.
Deb Http://cn.archive.ubuntu.com/ubuntu/saucy-updates main restricted
DEB-SRC http://cn.archive.ubuntu.com/ubuntu/saucy-updates Main restricted
# # N.B. Software from this repository are entirely unsupported by the Ubuntu
# # Team. Also, please note this software in universe won't receive any
# # Review or updates from the Ubuntu security team.
Deb Http://cn.archive.ubuntu.com/ubuntu/saucy Universe
DEB-SRC Http://cn.archive.ubuntu.com/ubuntu/saucy Universe
Deb Http://cn.archive.ubuntu.com/ubuntu/saucy-updates Universe
DEB-SRC Http://cn.archive.ubuntu.com/ubuntu/saucy-updates Universe
# # N.B. Software from this repository are entirely unsupported by the Ubuntu
# # Team, and may not is under a free licence. Satisfy yourself as to
# # Your rights to use the software. Also, please note this software in
# # Multiverse won't receive any review or updates from the Ubuntu
# # Security Team.
Deb Http://cn.archive.ubuntu.com/ubuntu/saucy Multiverse
DEB-SRC Http://cn.archive.ubuntu.com/ubuntu/saucy Multiverse
Deb Http://cn.archive.ubuntu.com/ubuntu/saucy-updates Multiverse
DEB-SRC Http://cn.archive.ubuntu.com/ubuntu/saucy-updates Multiverse
# # N.B. Software from this repository and not having been tested as
# extensively as that contained in the main release, although it includes
# # Newer versions of some applications which may provide useful features.
# # Also, please note this software in Backports won't receive any review
# # or updates from the Ubuntu security team.
Deb Http://cn.archive.ubuntu.com/ubuntu/saucy-backports main restricted universe multiverse
DEB-SRC http://cn.archive.ubuntu.com/ubuntu/saucy-backports main restricted universe multiverse
Deb Http://security.ubuntu.com/ubuntu saucy-security main restricted
DEB-SRC Http://security.ubuntu.com/ubuntu saucy-security Main restricted
Deb Http://security.ubuntu.com/ubuntu saucy-security Universe
DEB-SRC Http://security.ubuntu.com/ubuntu saucy-security Universe
Deb Http://security.ubuntu.com/ubuntu saucy-security Multiverse
DEB-SRC Http://security.ubuntu.com/ubuntu saucy-security Multiverse
# # Uncomment the following, lines to add software from Canonical ' s
# # ' partner ' repository.
# # This software was not part of Ubuntu, but was offered by Canonical and the
# # respective vendors as a service to Ubuntu users.
# Deb Http://archive.canonical.com/ubuntu Saucy partner
# DEB-SRC Http://archive.canonical.com/ubuntu Saucy Partner
# # Uncomment the following-lines to add software from Ubuntu ' s
# # ' Extras ' repository.
# # This software was not part of Ubuntu, but was offered by Third-party
# # developers want to ship their latest software.
# Deb Http://extras.ubuntu.com/ubuntu Saucy main
# deb-src Http://extras.ubuntu.com/ubuntu Saucy main
Remember to enter the command: SU doapt-get update, updating the data source;
Ubuntu under Widows drive letter cannot get executable permissions?