sandisk cz80 extreme 64G開箱與grub4dos - 儲存設備

By Margaret
at 2013-06-08T12:08
at 2013-06-08T12:08
Table of Contents
星期五接近中午拿著剛領到的端午獎金
在手癢的狀況下訂了sandisk cz80 extreme 64G,入手價$2390
我沒想到pchome 24h在星期五下午5點初就送到了
現在網拍都這麼拼嗎?中午前訂貨,下班前送達
包裝上標示read 190MB/s, write 170MB/s
搬出ATTO測了一下 http://db.tt/kESXuYu3
寫入都已經超過標示值了,沒什麼好嫌的
在插入電腦USB孔時,我才發現他的USB插頭有彈性設計
不過習慣就好,這設計還能避免硬插損壞
再來就是利用grub4dos做好多重開機
由於我做的多重開機需要兩個分割
我得先進行磁碟分割,在分割之前有件重要的事-看原始磁叢有多大
J:\>chkdsk j:
在倒數第三行會顯示
每個配置單位有 32768 個位元組。
我就使用linux工具分割了,這部分各位可以自行用熟悉的磁碟工具分割
簡而言之,我分割成兩個primary partition
格式化時請記得用原始磁叢32k來格式化以避免掉速
因為已經有之前做好的檔案,只要做好MBR install
剩下的就只需將檔案複製過去即可
首先到http://sourceforge.net/projects/grub4dos/files/取得grubinst與grub4dos
執行 C:\>grubinst (hd1,0) --skip-mbr-test
將grldr, grub.exe, menu.lst放置根目錄
再來只需將其他檔案複製過來就完成了
基本思維
XP用iso載入,反正有用過整合驅動的XP,還是這招最穩
這裡面會需要用到firadisk.img, google就可以找到需要的檔案
XPE, win7, 7PE用chainloader載入即可
linux和memtest還是老樣子,載入kernel+initrd
最後與大家分享menu.lst
color blue/green yellow/red white/magenta white/magenta
timeout 30
default 2
title WinXP Setup From Grub4Dos (1ST)
find --set-root /grub4dos/WinXP_SP3_AHCI_20120604.ISO
map (hd0) (hd1)
map (hd1) (hd0)
map --mem /grub4dos/firadisk.img (fd1)
map --mem (md)0x6000+800 (fd0)
map --mem /grub4dos/WinXP_SP3_AHCI_20120604.ISO (0xff)
map --hook
dd if=(fd1) of=(fd0) count=1
chainloader (0xff)
title Continue WinXP Setup From Grub4Dos (2ND)
find --set-root /grub4dos/WinXP_SP3_AHCI_20120604.ISO
map (hd0) (hd1)
map (hd1) (hd0)
map --mem /grub4dos/WinXP_SP3_AHCI_20120604.ISO (0xff)
map --hook
chainloader (hd0)+1
title NoName XPE 2012 RC5 Plus
find --set-root /RXPE/SETUPLDR.BIN
chainloader /RXPE/SETUPLDR.BIN
title Windows 7 PE (0xff)
root (hd0,0)
map --mem /IMG/W7PE_SLIM.iso (fd0)
map --hook
chainloader (fd0)/BOOTMGR
rootnoverify (fd0)
title DOS 7.0 + spfdisk
root (hd0,0)
map --mem (hd0,0)/IMG/cdboot_1.21.img (fd0)
map (hd0) (hd1)
map (hd1) (hd0)
map --rehook
chainloader (fd0)+1
rootnoverify (fd0)
title Windows 7 sp1 Setup
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
title CentOS 5.8 i386 Text Installer
root (hd0,1)
kernel /isolinux/vmlinuz linux text
initrd /isolinux/initrd.img
title CentOS 5.8 i386 GUI Installer
root (hd0,1)
kernel /isolinux/vmlinuz
initrd /isolinux/initrd.img
title CentOS 5.8 i386 Rescue Mode
root (hd0,1)
kernel /isolinux/vmlinuz linux rescue
initrd /isolinux/initrd.img
title Memtest86+ v4.20
kernel /grub4dos/memtest.bin
title commandline
commandline
title reboot
reboot
title halt
halt
--
CPU:AM3 Athlon64 II X4 640->5core+L3 1405T VGA:MSI 5670 DDR5 1G
MB:Asus M4A88TD-M PSU:FSP BlueDiamond II 400W
RAM:Transcend 1333/4G *2 CASE:CoolerMaster RC690II Black
DVD-RW:Liteon iHAS324
SATA HDD:Seagate 1T USB-HDD:Seagate 500G 2.5"
--
在手癢的狀況下訂了sandisk cz80 extreme 64G,入手價$2390
我沒想到pchome 24h在星期五下午5點初就送到了
現在網拍都這麼拼嗎?中午前訂貨,下班前送達
包裝上標示read 190MB/s, write 170MB/s
搬出ATTO測了一下 http://db.tt/kESXuYu3
寫入都已經超過標示值了,沒什麼好嫌的
在插入電腦USB孔時,我才發現他的USB插頭有彈性設計
不過習慣就好,這設計還能避免硬插損壞
再來就是利用grub4dos做好多重開機
由於我做的多重開機需要兩個分割
我得先進行磁碟分割,在分割之前有件重要的事-看原始磁叢有多大
J:\>chkdsk j:
在倒數第三行會顯示
每個配置單位有 32768 個位元組。
我就使用linux工具分割了,這部分各位可以自行用熟悉的磁碟工具分割
簡而言之,我分割成兩個primary partition
格式化時請記得用原始磁叢32k來格式化以避免掉速
因為已經有之前做好的檔案,只要做好MBR install
剩下的就只需將檔案複製過去即可
首先到http://sourceforge.net/projects/grub4dos/files/取得grubinst與grub4dos
執行 C:\>grubinst (hd1,0) --skip-mbr-test
將grldr, grub.exe, menu.lst放置根目錄
再來只需將其他檔案複製過來就完成了
基本思維
XP用iso載入,反正有用過整合驅動的XP,還是這招最穩
這裡面會需要用到firadisk.img, google就可以找到需要的檔案
XPE, win7, 7PE用chainloader載入即可
linux和memtest還是老樣子,載入kernel+initrd
最後與大家分享menu.lst
color blue/green yellow/red white/magenta white/magenta
timeout 30
default 2
title WinXP Setup From Grub4Dos (1ST)
find --set-root /grub4dos/WinXP_SP3_AHCI_20120604.ISO
map (hd0) (hd1)
map (hd1) (hd0)
map --mem /grub4dos/firadisk.img (fd1)
map --mem (md)0x6000+800 (fd0)
map --mem /grub4dos/WinXP_SP3_AHCI_20120604.ISO (0xff)
map --hook
dd if=(fd1) of=(fd0) count=1
chainloader (0xff)
title Continue WinXP Setup From Grub4Dos (2ND)
find --set-root /grub4dos/WinXP_SP3_AHCI_20120604.ISO
map (hd0) (hd1)
map (hd1) (hd0)
map --mem /grub4dos/WinXP_SP3_AHCI_20120604.ISO (0xff)
map --hook
chainloader (hd0)+1
title NoName XPE 2012 RC5 Plus
find --set-root /RXPE/SETUPLDR.BIN
chainloader /RXPE/SETUPLDR.BIN
title Windows 7 PE (0xff)
root (hd0,0)
map --mem /IMG/W7PE_SLIM.iso (fd0)
map --hook
chainloader (fd0)/BOOTMGR
rootnoverify (fd0)
title DOS 7.0 + spfdisk
root (hd0,0)
map --mem (hd0,0)/IMG/cdboot_1.21.img (fd0)
map (hd0) (hd1)
map (hd1) (hd0)
map --rehook
chainloader (fd0)+1
rootnoverify (fd0)
title Windows 7 sp1 Setup
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
title CentOS 5.8 i386 Text Installer
root (hd0,1)
kernel /isolinux/vmlinuz linux text
initrd /isolinux/initrd.img
title CentOS 5.8 i386 GUI Installer
root (hd0,1)
kernel /isolinux/vmlinuz
initrd /isolinux/initrd.img
title CentOS 5.8 i386 Rescue Mode
root (hd0,1)
kernel /isolinux/vmlinuz linux rescue
initrd /isolinux/initrd.img
title Memtest86+ v4.20
kernel /grub4dos/memtest.bin
title commandline
commandline
title reboot
reboot
title halt
halt
--
CPU:AM3 Athlon64 II X4 640->5core+L3 1405T VGA:MSI 5670 DDR5 1G
MB:Asus M4A88TD-M PSU:FSP BlueDiamond II 400W
RAM:Transcend 1333/4G *2 CASE:CoolerMaster RC690II Black
DVD-RW:Liteon iHAS324
SATA HDD:Seagate 1T USB-HDD:Seagate 500G 2.5"
--
Tags:
儲存設備
All Comments

By Faithe
at 2013-06-11T01:12
at 2013-06-11T01:12

By Olive
at 2013-06-11T06:18
at 2013-06-11T06:18

By Victoria
at 2013-06-13T20:48
at 2013-06-13T20:48

By George
at 2013-06-16T00:27
at 2013-06-16T00:27

By Rachel
at 2013-06-20T12:02
at 2013-06-20T12:02
Related Posts
UDN 威剛 S102 Pro 32GB 599元

By Skylar Davis
at 2013-06-07T22:04
at 2013-06-07T22:04
睡眠與休眠對於SSD的差別

By Doris
at 2013-06-07T19:29
at 2013-06-07T19:29
ACER V3771G無法自動命名外接硬碟

By Gary
at 2013-06-07T18:13
at 2013-06-07T18:13
隨身碟接頭斷掉

By Elma
at 2013-06-07T15:58
at 2013-06-07T15:58
請問Toshiba micro SD 32G公司貨哪裡買

By Rebecca
at 2013-06-07T15:39
at 2013-06-07T15:39