encfs
Synology Disk Station(DSM 4.1)のソースからインストールしたばかりですが、正常に動作しているようです。しかし、unmount
私のencfs
ディレクトリを介してアクセスしようとすると、fusermount -u
次のエラーが発生します。
fusermount -u myencfstestdir
/bin/umount: unrecognized option `--no-canonicalize'
BusyBox v1.16.1 (2012-09-26 03:30:23 CST) multi-call binary.
Usage: umount [OPTIONS] FILESYSTEM|DIRECTORY
Unmount file systems
Options:
-n Don't erase /etc/mtab entries
-r Try to remount devices as read-only if mount is busy
-l Lazy umount (detach filesystem)
-f Force umount (i.e., unreachable NFS server)
-d Free loop device if it has been used
しかし、ディレクトリがアンマウントされているようです。encfs
その後は問題なくインストールできました。
このエラーメッセージに興味があるべきですか?そうでない場合は、これをどのように抑制したり、より良い方法で修正したいのですか?
ベストアンサー1
BusyBox 'を使用していますumount
。おそらく人々はencfsの特定のフラグを理解していないでしょう(そしてmount
おそらく間違ったことをしているかもしれません)。 encfsパッケージにmount
/unmount
プログラムが含まれていますか?それらを使用する方が良いです。たぶんencfsをサポートするBusyBoxを構築する必要がありますか?