list: :include:/etc/postfix/list
Email in /etc/postfix/list, one per line
newaliases to take effect.
list: :include:/etc/postfix/list
Email in /etc/postfix/list, one per line
newaliases to take effect.
隨身碟量產一般都是做成二個 Partition, 一個放 ISO, 剩餘的當一般空間使用
試了好幾支 Phison 晶片的隨身碟,
量產後在 Linux 下都會看到 Partition Table 錯亂的狀況,
fdisk -l 會看到類似這樣
Disk /dev/sdb: 3762 MB, 3762290688 bytes
116 heads, 62 sectors/track, 1021 cylinders
Units = cylinders of 7192 * 512 = 3682304 bytes
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sdb1 ? 108195 266915 570754815+ 72 Unknown
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(357, 116, 40) logical=(108194, 75, 11)
Partition 1 has different physical/logical endings:
phys=(357, 32, 45) logical=(266914, 0, 51)
Partition 1 does not end on cylinder boundary.
/dev/sdb2 ? 23456 292648 968014120 65 Novell Netware 386
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(288, 115, 43) logical=(23455, 18, 47)
Partition 2 has different physical/logical endings:
phys=(367, 114, 50) logical=(292647, 8, 42)
Partition 2 does not end on cylinder boundary.
/dev/sdb3 ? 259995 529187 968014096 79 Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(366, 32, 33) logical=(259994, 74, 30)
Partition 3 has different physical/logical endings:
phys=(357, 32, 43) logical=(529186, 63, 39)
Partition 3 does not end on cylinder boundary.
/dev/sdb4 ? 401235 401243 27749+ d Unknown
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(372, 97, 50) logical=(401234, 100, 25)
Partition 4 has different physical/logical endings:
phys=(0, 10, 0) logical=(401242, 67, 33)
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
導致在 Linux 下無法 mount, 當然也無法正常使用,
神奇的是在 Windows 看下是正常的, 使用也正常
要在 Linux 下正常使用必需用 fdisk 把 Partition 1-4 刪除, 重建後再用 mkfs.vfat format
CentOS-5.6-i386-bin-DVD.torrent
CentOS-5.6-x86_64-bin-DVD.torrent
2011-04-09 Update: 官方更新了 x86_64 的 ISO
參考: Why we needed to reissue the CentOS-5.6/x86_64 ISOs
md5sum.txt
6dce642fb9b9158f9ce18411127399e6 CentOS-5.6-x86_64-bin-1of8.iso
73b16680a9411f5397b289b419b34b03 CentOS-5.6-x86_64-bin-2of8.iso
b0fdc4f0098a648ea5fc27e26b2f1b26 CentOS-5.6-x86_64-bin-3of8.iso
f71c1c0c3ca2d19a6c48a938252b631d CentOS-5.6-x86_64-bin-4of8.iso
09bb8351e4799c0c122d451c670359b3 CentOS-5.6-x86_64-bin-5of8.iso
c90a9de29c7c6708b396760007d0942e CentOS-5.6-x86_64-bin-6of8.iso
0456cb515be6f3f2a0fa6e8be45d66b5 CentOS-5.6-x86_64-bin-7of8.iso
83c61f38fea4f22033dedc746c2bb67b CentOS-5.6-x86_64-bin-8of8.iso
b37209879c0fb158fac25045527241ee CentOS-5.6-x86_64-bin-DVD-1of2.iso
3eb277f8ca8d49cc8fcaf76d647169c4 CentOS-5.6-x86_64-bin-DVD-2of2.iso
02cf3a5e32aaa5eed27af775ad292beb CentOS-5.6-x86_64-netinstall.iso
已經安裝的人無需重裝, 因為只修正 eclipse-ecj rpm 而已,
有用到 eclipse 的人去抓沒問題的 eclipse-ecj 重裝即可.
CentOS 抓不到 Atheros AR8131 這張網卡,
需另外裝 Driver
wget http://elrepo.org/linux/elrepo/el5/x86_64/RPMS/kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64.rpm
(bakcup link http://pank.org/ftp/linux/kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64.rpm)
rpm -ivh --nodeps kmod-atl1e-1.0.1.14-1.el5.elrepo.x86_64.rpm
然後重開機就行了, 會載入 atl1e 這個 module
Atheros AR8121/AR8113/AR8114 也可以使用此 Driver
ref. Atheros AR8131 ethernet driver install in CentOS 5.4 x86_64
Recent Comments