私はKindle Fireを持っています、そして私は私のMacに充電する(そしてまたいくつかの開発をするために)それを埋め込むのが好きです。 >
自動取り付けからそれをUSBに差し込むのを防ぐ方法はありますか?
私はKindle Fireを持っています、そして私は私のMacに充電する(そしてまたいくつかの開発をするために)それを埋め込むのが好きです。 >
自動取り付けからそれをUSBに差し込むのを防ぐ方法はありますか?
I've got a Kindle Fire and I like to plug it in to my Mac to charge up (and also to do some development.) It works fine but it is annoying to have to unmount it every time.
Is there any way to prevent it from auto-mounting when you plug it into USB?
電話をチェックすると、「PCに接続」という名前の設定が表示されます。 「デフォルト接続タイプ」を「充電のみ」に変更します。
Check Your Phone it should show some setting named 'Connect to PC'. Change the "Default connection type" to "Charge only".
これを出した。
これは私の第1世のKindle FireとMy Macを実行しているOS Xを実行しています。
最初に、Kindle Fireがボリューム「Kindle」としてマウントされていることに注意してください。
秒で、ファイルシステムのマウントを制御する/ etc / private / fstabと呼ばれるOS Xのインストールにファイルがあることを認識しています。
3番目の端末のコマンド<コード> 998887766544330 を使用するか、/ etc / private / fstabファイルを編集し、次の行を挿入します。
<事前> <コード> *#*#4636#*#*14番目に、あなたのKindle FireをUSBで差し込む。もう自動マウントしないでください。
ボーナス:これは、プラグインしたときに自動マウントするAndroidデバイスでも機能します。私の新しいHTC One(Verizon 32GB)自動マウントHTC Sync Manager。ラベル「CDROM」を使用します。私は上記のような回線を追加しましたが、 "KDROM"を "KDROM"に代入して、今度はHTC Sync Managerをインストールするように促すのを止めます。この場合、私はこれらの行を/ etc / private / fstab
に挿入しました <事前> <コード> *#*#4636#*#*2I figured this out.
This works with my 1st gen Kindle Fire and my Mac running OS X.
First, notice that the Kindle Fire mounts as the volume "KINDLE".
Second, realize that there is a file on your OS X installation called /etc/private/fstab which controls filesystem mounting.
Third, use the command sudo vifs
in Terminal or otherwise edit the /etc/private/fstab file and insert the following lines:
# Kindle Fire LABEL=KINDLE none msdos rw,noauto
Fourth, try plugging in your Kindle Fire via USB. It should not auto-mount anymore.
Bonus: this works for any Android device that auto-mounts when you plug it in. My new HTC One (Verizon 32GB) auto-mounts HTC Sync Manager. It uses the label "CDROM". I added a similar line above, but substituting "CDROM" for "KINDLE" and now it stops prompting me to install HTC Sync Manager. In this case, I inserted these lines into /etc/private/fstab
# HTC One LABEL=CDROM none hfs rw,noauto
データを変更するのに十分な電力をサポートしていないUSBキャブがありますので、充電してマウントしないでください。しかし、私はあなたがそれらをどのように見つけることができるかわかりません。 Googleを試してみてください。
There are some USB Cabes that don't support enough power to change data, so they just charge and don't mount. But I don't know how you could find them. Try google for it.
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有