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

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User