[轉]Windows 10 guest best practices
https://pve.proxmox.com/wiki/Windows_10_guest_best_practices
https://pve.proxmox.com/wiki/Windows_10_guest_best_practices
http://blog.pulipuli.info/2014/10/proxmox-ve-add-another-hard-disk-in.html 1、找硬碟 ls /dev/sd* (sata is sd, ide is hd) 2、碟磁分割 fdisk /dev/sd* a. n (new) b.p (primary) c. enter d. enter e. enter f. w (寫入) c d e 操作是使用整個硬碟空間 3、格式化 mkfs -t ext3 /dev/sd* 4、掛截磁碟 a.建目錄 mkdir aaa b.寫 /etc/fstab /dev/sd* /aaa ext3 defaults 1 2 重開,用df查 5、用proxmox掛上去 記得 content 要全選
https://pve.proxmox.com/wiki/Shrink_Qcow2_Disk_Files
http://blog.pulipuli.info/2015/06/proxmox-vevmdk-use-vmdk-format-as.html 這是因為在KVM虛擬技術中,預設快取寫入硬碟的方式為「Default (No cache)」,但是vmdk必須使用「Write Through」設定,因此只要調整硬碟快取寫入方式就可以解決這個問題。 其實上面的Bus/Device改成VIRTIO的話,一般來說效能會更好,因為這是虛擬裝置原生的通道,而非模擬出來的IDE或SATA。
https://noteits.net/2015/07/21/migrate-vmware-vm-to-proxmox/ http://blogs.yyes.chc.edu.tw/post/2/78