1 月 23
joechen未分類
REF:
1. http://fcamel-life.blogspot.tw/2012/01/virtualbox-vdi-resize.html
2. http://chobill.twbbs.org/blog/2009/06/13/%E7%B8%AE%E5%B0%8F-virtualbox-vdi-%E6%AA%94%E6%A1%88/
在 guest os 先進行磁碟重組
1. windows: 使用重組程式
2. Linux: 使用 zerofree /dev/sda1 (須在 read only 下, 所以可能需要由別的VM去掛載, 或進單人模式重新掛成 read only)
完成重組後, 到 VM Host 下指令
VboxManage modifyhd –compact /path/to/vdi
12 月 28
joechen未分類
[目的]
透過 Windows 7 的 Hyper-V Manager, 在沒有AD的環境中, 對 Hyper-V Host 進行管理
[作法]
參考來源
http://chenweichi.blogspot.tw/2011/12/hyper-v-hyper-v.html
Server: hvhost
Client: hvclient
1. 下載小工具 hvremote.wsf, 分別存放到 Server & Client
2. 分別在 Server & Client 先建立Hyper-V管理帳號(如, hvadmin, 密碼為 hvpass)
3.
a. 在 Server 端, 以系統管理者身分來執行以下命令 (username即剛剛建立的 hvadmin)
cscript hvremote.wsf /add:hvadmin
b. 在 Client 端, 以系統管理者身分來執行以下命令
cscript hvremote.wsf /mmc:enable
cscript hvremote.wsf /AnonDCOM:grant
cmdkey /add:hvhost /user:hvadmin /pass:hvpass
如果 cmdkey 沒做, 或是密碼錯誤, 都會無法順利連線到 Hyper-V Host
9 月 10
joechen未分類
來源出處: http://7–8.com/article.php?id=106
沒有光碟機的Mac,新版的bootcamp製作windows的開機碟
蘋果專業服務 2012-07-29
沒有光碟機的Mac,新版的bootcamp製作windows的開機碟
More
8 月 13
joechen未分類
來源出處: http://gordon168.tw/?p=324
VBoxManage internalcommands createrawvmdk -filename i:VirtualBoxusb.vmdk -rawdisk .PhysicalDriveN
8 月 07
joechen未分類
1. yum install autofs
2. yum install nfs-utils smb-client
edit
1. vi /etc/auto.master
/mnt/smb /etc/auto.smb
/mnt/nfs /etc/auto.nfs
2. vi /etc/auto.smb
direcoty-name -fstype=cifs,username=NULL,password=NULL ://IP-Addr/shared-path
3. vi /etc/auto.nfs
directory-name -rw,bg,soft,rsize=32768,wsize=32768 ip-addr/shared-path
Older Entries Newer Entries