AWS上のWindowsServerにドライブを追加する。
4777 ワード
全体の流れ
*1.AWS Management Console でVolumeの追加
*2.Windows上で、ボリュームディスクを認識させる
1.AWS Management Console でVolumeの追加
- Management Console からVolumneの新規作成
※省略
AWSコンソール側はこれで終わり。
普通のサーバーならサーバーにただただHDDを挿しただけの状態。
以降で、サーバー側で認識させる。
2.Windows上で、ボリュームディスクを認識させる
*対象のサーバーにログインする。
*コントロールパネル > 管理ツール > コンピュータの設定を開く
echo list volume | diskpart
- diskpartを実行
diskpart
*ポリシーを変更してボリュームディスクを認識させる。
san policy=Onlineall
list disk
- 追加したボリュームディスクをオンラインにする。
select disk 1
attributes disl clear readonly
online disk
- コンピュータの管理で、追加したボリュームディスクがonlineになっている事を確認する。
- 完了
Author And Source
この問題について(AWS上のWindowsServerにドライブを追加する。), 我々は、より多くの情報をここで見つけました https://qiita.com/kidxcv/items/b04cb41b8c0157959dff著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .