5

ここで作業中のコンピューターからWindowsマシンにディレクトリをマウントするために、mountコマンドを使用しようとしています。

cygwinでは、いくつかのバリエーションを試しました。

mount machineName:/remote/location/blah /local/location
mount -t nfs machineName:/remote/location/blah /local/location
mount nfs machineName:/remote/location/blah /local/location
mount machineNAme:/remote/location/blah

そして、引数を切り替えて試してみました。など...このメッセージが表示されます:mount: can't find brotula in /etc/fstab or in /etc/fstab.d/$USERまたはinvalid arguments。私はscpをうまく使っていたので、私は正しい道を持っていることを知っています。

私は何が間違っているのですか?ありがとう!

4

1 に答える 1

6

$ mount //machinename/remote/location/blah /local/locationの例のように試しましたman mountか?

于 2012-06-01T18:54:50.167 に答える