※ 引述《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裏面 開機就會自動掛載這樣
--
: 完全沒必要這麼麻煩
: 有現成的 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