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.
Cannot convert to ICO when on NFS mount
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Cannot convert to ICO when on NFS mount
IM does not do anything special with regards to the file system. It just opens, reads and writes files. That is all.
It is more likely that something about the file system is reaching to the creation of the file.ico and not IM.
Try using some other program to create that file and should have exactly the same problem IM is reporting.
It is more likely that something about the file system is reaching to the creation of the file.ico and not IM.
Try using some other program to create that file and should have exactly the same problem IM is reporting.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/