Cannot convert to ICO when on NFS mount
Posted: 2011-05-20T01:50:25-07:00
I have a system where a drive is mounted with /etc/fstab:
server.domain.com:/shares/sharename/ /mydir nfs auto,nouser,noexec,rw,hard,intr 0 0
If I run command `convert file.png file.gif` in /mydir/, I get the expected file.gif, but if I run the command `convert file.png file.ico`, I receive error "convert: unable to open image `file.ico': Invalid argument.", and file.ico is created with 0 file size.
When running command `convert file.png file.ico`in a local folder, convert happens as expected.
I'm running version 6.3.7, which is the latest version offered by Debian.
server.domain.com:/shares/sharename/ /mydir nfs auto,nouser,noexec,rw,hard,intr 0 0
If I run command `convert file.png file.gif` in /mydir/, I get the expected file.gif, but if I run the command `convert file.png file.ico`, I receive error "convert: unable to open image `file.ico': Invalid argument.", and file.ico is created with 0 file size.
When running command `convert file.png file.ico`in a local folder, convert happens as expected.
I'm running version 6.3.7, which is the latest version offered by Debian.