electrify icon indicating copy to clipboard operation
electrify copied to clipboard

Cross link issue while using shell.js

Open gabrielstuff opened this issue 8 years ago • 1 comments

Error: EXDEV, cross-device link not permitted

This happens because shell.js can't handle correctly the mv or cp operation from a disk to an other one. A solution consist in using :

var run=require('sync-runner');
run("mv '" + src + "' '" + thisDest + "'");

This has been proved to work. I'll pull request later.

gabrielstuff avatar Jan 27 '16 11:01 gabrielstuff

+1 Same issue On Mint Linux x64

neurobe avatar Feb 22 '16 17:02 neurobe