bash - Not able to run script in a folder on a gvfs mounted remote folder - Ask Ubuntu
i have bunch of video files in folder on remote drive mounted in nautilus (smb/gvfs). open folder, drop shell script in there, open terminal , run there. works fine on local folders, keep getting "permission denied" when run remote folder on it's contents. script converts 1 video container , looks this:
!/bin/bash in *.mp4; ffmpeg -i "$i" -vcodec copy -acodec copy "$i".mkv; done
i know have done similar things in past without problems, time permission denied if run root , have script owned root.
what missing?
Comments
Post a Comment