小惡魔AppleBOY
AppleBOY
小惡魔 - 電腦技術 - 工作筆記 - AppleBOY is about »
tag cloud
- ajax
- amazon
- amd
- android
- angularjs
- apache
- apc
- api
- appfog
- aws
- backboe event
- backbone.js
- bitbucket
- blog
- boilerplate
- boot
- bootloader
- bower
- browser
- busybox
- c
- c#
- c++
- cakephp
- capistrano
- centos
- chrmoe
- chrome
- ckeditor
- code style
- codeigniter
- coffeescript
- compass
- compass css framework
- conference
- css
- css3
- debian
- denyhost
- django
- driver
- eaccelerator
- editorconfig
- emacs
- embedded system
- error
- excel
- express
- fabric
- fancybox
- fanout
- fanterm
- fastcgi
- fckeditor
- fedora
- firebug
- firefox
- firefox os
- firephp
- forefox os
- framework
- freebsd
- friefox
- fuse
- gae
- gaia
- galera
- geany
- git
- git hooks
- github
- gmail
- google api
- google app engine
- google extension
- google web toolkit
- grub
- grub2
- grunt
- gruntjs
- haproxy
- html
- html5
- i18n
- icos
- ie
- innodb
- iphone
- javascript
- javascrpt
- jquery
- jquery migrate plugin
- jquery mobile
- jsdc
- json
- kernel
- laravel
- life
- lighttpd
- linode
- linux
- linux kernel
- live.js
- livereload
- mariadb
- mobile
- mobile web
- mod_rpaf
- modern.ie
- mount
- mp3
- mssql
- myisam
- mysql
- network
- nexmo
- nginx
- nodejs
- normalize.css
- npm
- nvm
- osdc
- ossf
- pagoda
- pdo
- percona
- performance
- perl
- php
- php-cs-fixer
- php-fig
- php-fpm
- phpbb
- phpbb3
- phpconf
- phpfog
- plurk
- plurk api
- png
- ports
- prgmr
- proftpd
- proxy
- pushstate
- python
- rackspace
- refactor
- requirejs
- responsive design
- rhel
- ruby
- rubygems
- sass
- sencha
- sencha touch
- send-pr
- slicehost
- sms
- spdy
- sphinx
- spinejs
- sql
- squid
- sqwish
- ssh
- sshfs
- svn
- textmagic
- titanium
- titanium mobile
- touch
- twitter bootstrap
- ubuntu
- uderscore.js
- uglifyjs
- underscore.js
- usb
- varnish
- vim
- virtualbox
- vps
- windows
- wordpress
- www
- xcache
- xdebug
- xtrabackup
- yasnippet
- zend framework
- 中正大學
- 剪頭髮
- 好站連結
- 心情日記
- 拉斐爾廚房
- 旅行日記
- 樹太老
- 版本控制
- 生活日記
- 網頁重構
- 美食
- 美食日記
- 虛擬主機
- 謝師宴
- 音樂分享
- 騰訊
- 高雄美食
» Geany 編輯器搭配 sshfs 參數注意事項
Geany 是一套我覺得在 Linux 作業系統底下蠻簡易及輕量的程式編輯器,之前撰寫一篇 Linux 程式開發編輯器 Geany + Fuse 遠端掛載 簡易介紹如何使用 Fuse,這次發現一個小問題,就是掛載要儲存檔案時候出現底下錯誤訊息
Error renaming temporary file: Operation not permitted.
The file on disk may now be truncated!
此錯誤訊息發生在用 Fuse 掛載遠端系統所造成,原先掛載指令如下
sshfs appleboy@xxxx.com.tw:/home/appleboy /home/git/CN
-p 22 -o reconnect,sshfs_sync -o uid=1000,gid=1000
-p 22 -o reconnect,sshfs_sync -o uid=1000,gid=1000
我們只需要另外加上 workaround=rename flag 及可以解決此問題
sshfs appleboy@www.cn.ee.ccu.edu.tw:/home/appleboy /home/git/CN
-p 22 -o reconnect,sshfs_sync -o uid=1000,gid=1000
-o workaround=rename
-p 22 -o reconnect,sshfs_sync -o uid=1000,gid=1000
-o workaround=rename
測試環境為 Ubuntu 10.10.
Related View
- Linux 程式開發編輯器 Geany + Fuse 遠端掛載 (1)
- [SSHFS] 好用的 SSH Filesystem fusefs-sshfs in FreeBSD or Linux (0)
- [筆記] 在 Ubuntu mount DVD ISO 檔案 (1)
- 切換 Ubuntu apt 的 mirror site (1)
- [Linux] 打造 Ubuntu 10.10 嵌入式系統 Embedded System 開發環境 (0)
- [FreeBSD] DenyHosts 設定在 hosts.allow 注意事項 (0)
- How to change run levels and init.d scripts in Ubuntu & Debian (0)
- [Linux] VirtuBox ssh 遠端控制,Windows 資料夾分享 [On Ubuntu] (0)
- [Debian] GNU/Linux 5.0 發布 zhcon 解決終端機亂碼 (3)
- [FreeBSD]利用 DenyHosts 軟體擋掉暴力破解 ssh 的使用者 (2)













