如何輕鬆使用 box 網路硬碟服務 - Linux

Table of Contents

※ 引述《HamalAri ([email protected])》之銘言:
: 完全沒必要這麼麻煩
: 有現成的 boxfs 可用,-l 參數還可傳大檔呢
: Usage: boxfs [options] [mountPoint] [FUSE Mount Options]
: Options:
: -u --username login box.net login name
: -p --password password box.net password
: -f conffile file containing configuration options
: -l --largefiles enable support for large files (splitting)
: -v --verbose turn on verbose syslogging
: -s --secure turn on secure connections (HTTPS) to box.net
: -U --uid user id to use as file owner (defaults to you)
: -G --gid group id to use for group permissions
: -F --fperm file permissions (default 0644)
: -D --dperm directory permissions (default 0755)

大概試用了一下

是說我看不到有-U -G -F -D這些參數 我用的是0.7版

大致把套件編譯安裝完 然後

boxfs -u username -p password /media/box

這樣就掛載上去了


目前遇到的小問題是 我在手機端刪完文件 但是在電腦上掛載的資料夾看卻還存在

必須重新掛載他才會更新囧

要拿掉掛載的話 用umount就可以了


弄完之後確定沒問題 就可以加入到startup application裏面 開機就會自動掛載這樣




--

All Comments

Selena avatarSelena2012-04-22
F5重新整理不會更新嗎
Lydia avatarLydia2012-04-25
我是說在檔案系統裏面去看我掛載的box資料夾 裏面的東西
還是沒有更新...